[feature][symbol] add minSize and maxSize for SerieSymbol

This commit is contained in:
monitor1394
2022-09-07 07:14:22 +08:00
parent 16d055abc0
commit a5e13794e8
6 changed files with 71 additions and 12 deletions

View File

@@ -1174,6 +1174,8 @@ Inherits or Implemented: [SymbolStyle](#SymbolStyle),[ISerieDataComponent](#ISer
|`interval`|||the interval of show symbol.
|`forceShowLast`|false||whether to show the last symbol.
|`repeat`|false||图形是否重复。
|`minSize`|0f|v3.3.0|Minimum symbol size.
|`maxSize`|0f|v3.3.0|Maximum symbol size.
## `SerieTheme`

View File

@@ -1174,6 +1174,8 @@ Inherits or Implemented: [SymbolStyle](#SymbolStyle),[ISerieDataComponent](#ISer
|`interval`|||显示图形标记的间隔。0表示显示所有标签1表示隔一个隔显示一个标签以此类推。
|`forceShowLast`|false||是否强制显示最后一个图形标记。
|`repeat`|false||图形是否重复。
|`minSize`|0f|v3.3.0|图形最小尺寸。只在sizeType为SymbolSizeType.FromData时有效。
|`maxSize`|0f|v3.3.0|图形最大尺寸。只在sizeType为SymbolSizeType.FromData时有效。
## `SerieTheme`