[doc] update doc

This commit is contained in:
monitor1394
2022-07-04 08:32:01 +08:00
parent f5c2e73098
commit 419715bb2a
6 changed files with 215 additions and 70 deletions

View File

@@ -13,6 +13,8 @@
[v3.0.0-preivew3](#v3.0.0-preivew3)
[v3.0.0-preivew2](#v3.0.0-preivew2)
[v3.0.0-preivew1](#v3.0.0-preivew1)
[v2.8.1](#v2.8.1)
[v2.8.0](#v2.8.0)
[v2.7.0](#v2.7.0)
[v2.6.0](#v2.6.0)
[v2.5.0](#v2.5.0)
@@ -54,7 +56,8 @@
## master
* (2022.07.05) 增加`AxisName``onZero`参数支持设置坐标轴名称位置是否和Y轴0刻度一致 (#207)
* (2022.07.03) 优化`AxisLabel``formatterFunction`自定义委托
* (2022.07.03) 增加`AxisName``onZero`参数支持设置坐标轴名称位置是否和Y轴0刻度一致 (#207)
* (2022.07.02) 修复`PieChart`用代码动态创建时`Legend`不正常的问题 (#206)
* (2022.07.02) 修复`YAxis``AxisLabel`设置`onZero`不生效的问题
* (2022.07.02) 修复`AxisLabel`代码设置`distance`属性后一直刷新的问题
@@ -164,6 +167,22 @@
* (2022.01.07) 发布`v3.0.0-preivew1`版本
## v2.8.1
* (2022.05.06) 发布`v2.8.1`版本
* (2022.05.03) 增加`Legend``onLegendClick`,`onLegendEnter``onLegendExit`委托回调
* (2022.04.21) 修复`RingChart``Tooltip`异常的问题 #192
* (2022.04.21) 修复`DataZoom`设置`minShowNum`时可能会报错的问题
## v2.8.0
* (2022.04.10) 发布`v2.8.0`版本
* (2022.04.10) 增加`Debug`调试信息面板
* (2022.04.09) 修复`VisualMap`某些情况下不生效的问题
* (2022.04.08) 优化`XCharts`初始化 #190
* (2022.04.08) 修复`Radar`的颜色异常问题 #187
* (2022.03.24) 修复`Axis`的精度问题 #184
## v2.7.0
* (2022.03.20) 发布`v2.7.0`版本

View File

@@ -4,6 +4,21 @@
[master](#master)
[v3.0.1](#v3.0.1)
[v3.0.0](#v3.0.0)
[v3.0.0-preivew9](#v3.0.0-preivew9)
[v3.0.0-preivew8](#v3.0.0-preivew8)
[v3.0.0-preivew7](#v3.0.0-preivew7)
[v3.0.0-preivew6](#v3.0.0-preivew6)
[v3.0.0-preivew5](#v3.0.0-preivew5)
[v3.0.0-preivew4](#v3.0.0-preivew4)
[v3.0.0-preivew3](#v3.0.0-preivew3)
[v3.0.0-preivew2](#v3.0.0-preivew2)
[v3.0.0-preivew1](#v3.0.0-preivew1)
[v2.8.1](#v2.8.1)
[v2.8.0](#v2.8.0)
[v2.7.0](#v2.7.0)
[v2.6.0](#v2.6.0)
[v2.5.0](#v2.5.0)
[v2.4.0](#v2.4.0)
[v2.3.0](#v2.3.0)
[v2.2.3](#v2.2.3)
[v2.2.2](#v2.2.2)
@@ -39,6 +54,28 @@
[v0.5.0](#v0.5.0)
[v0.1.0](#v0.1.0)
## master
* (2022.07.03) Optimize the `AxisLabel` formatterFunction custom delegate
* (2022.07.03) added the `onZero` parameter of `AxisName` to support setting the coordinate AxisName and position to match the Y-axis 0 scale (#207)
* (2022.07.02) Fixed bug where `Legend` was not working when `PieChart` was being created dynamically with code (#206)
* (2022.07.02) Fixed `YAxis` AxisLabel setting `onZero` not working
* (2022.07.02) Fixed `AxisLabel` code refreshing after setting `distance` property
* (2022.06.30) Fixed an issue where components could not be initialized when creating diagrams under `Runtime` code
* (2022.06.29) Added `itemFormatter` support for `{c0}` in `Tooltip` to display dimension data (#205)
* (2022.06.28) Optimize text performance when `Pie` sets up `avoidLabelOverlap` (#56)
* (2022.06.25) Optimize smooth curve representation of `Line` (#169)
* (2022.06.25) Fixed inconsistent display of `Tooltip` when `DataZoom` is enabled (#203)
* (2022.06.25) Fixed `Toolip` drawing exception when there is no data in the category axis (#204)
* (2022.06.25) Optimize `Serie` setting `PlaceHolder` for `Tooltip` performance
* (2022.06.25) Added `Since` to identify the version from which the configuration parameter is supported
* (2022.06.24) Optimize `Painter` drawing layer, `Top` layer is subdivided into `Upper` and `Top` layers
* (2022.06.24) Added `Legend` support for `Background` and `Padding`
* (2022.06.21) Added `TextStyle` support for `Sprite Asset` of `TextMeshPro` (#201)
* (2022.06.20) Optimize boundary limits for `Tooltip` (#202)
* (2022.06.20) Fixes compilation error when `TextMeshPro` is turned on
* (2022.06.20) Fixed issue where the fade Animation of `Animation` would not work
## v3.0.1
* (2022.06.16) Release `v3.0.1` version
@@ -70,6 +107,95 @@
* Added `Widgets`.
* Added multiple extension charts.
## v3.0.0_preview9
## v3.0.0_preview8
## v3.0.0_preview7
## v3.0.0_preview6
## v3.0.0_preview5
## v3.0.0_preview4
## v3.0.0_preview3
## v3.0.0_preview2
## v3.0.0_preview1
## v2.8.1
* (2022.05.03) Added `onLegendClick`, `onLegendEnter` and `onLegendExit` delegate callbacks for `Legend`
* (2022.04.21) Fixed bug #192 with `RingChart` `Tooltip` exception
* (2022.04.21) Fixed error when setting `minShowNum` in `DataZoom`
## v2.8.0
* (2022.04.10) Added the debug information panel
* (2022.04.09) Fixed `VisualMap` not working in some cases
* (2022.04.08) Optimized `XCharts` initialization #190
* (2022.04.08) Fixed color error #187 in `Radar`
* (2022.03.24) Fixed `Axis` precision issue #184
## v2.7.0
* (2022.03.20) Release `v2.7.0` version
* (2022.02.21) Fixed chart name repeat check error #183
* (2022.02.17) Fixed bug where axis split line might be displayed outside the coordinate system #181
* (2022.02.08) Fixed {d} formatter error when value is 0
* (2022.02.08) Fixed `YAxis` `AxisLabel`'s `onZero` does not work
* (2022.01.06) Improved `Zebra` bar chart
## v2.6.0
* (2021.12.30) Release `v2.6.0` version
* (2021.12.21) Fixed `Emphasis` dont work
* (2021.12.17) Fixed `MarkLine` does not auto refresh label active when serie hide #178
* (2021.12.10) Improved `Radar`'s `AxisLine` and `SplitLine` to be controlled separately
* (2021.12.08) Fixed y axis does not refresh when serie hidden
* (2021.12.04) Added `Symbol` new types: `EmptyRect`, `EmptyTriangle`, `EmptyDiamond`
* (2021.12.04) Added setting symbol empty area color by itemStyle's backgroundColor
* (2021.12.03) Fixed formatter `{c}` not work #175
* (2021.12.03) Fixed axis `boundaryGap` display error in some cases #174
* (2021.11.30) Fixed serie `ignore` display error in some cases #173
## v2.5.0
* (2021.11.27) Release `v2.5.0` version
* (2021.11.27) Added `Tooltip` delegate function `positionFunction`
* (2021.10.29) Removed settings for `TextMeshPro` when package first imported
* (2021.10.29) Added support for `{e}` in `Tooltip` #170
* (2021.09.08) Improved `RadarChart`
* (2021.09.07) Fixed bug where `label` does not disappear at the end of `PieChart` fade animation #168
* (2021.09.06) Fixed bug where `GaugeChart` changing `splitNumber` with code does not refresh `label` #167
## v2.4.0
### Main points
* LineChart support the line of ignore data is disconnected or connected
* LineChart support animation at a constant speed
* Other optimizations and bug fixes
### Details
* (2021.08.31) Release `v2.4.0` version
* (2021.08.31) Optimized the gradient effect of `RingChart`
* (2021.08.31) Fixed bug where `SerieLabel` does not refresh when `DataZoom` is dragged (#165)
* (2021.08.25) Fixed an issue where the theme switch could not be save to the scene (#166)
* (2021.08.24) Added `Animation`'s `alongWithLinePath`
* (2021.08.22) Added `Serie`'s `ignoreLineBreak` (#164)
* (2021.08.22) Fixed `Axis` label may not be updated when `DataZoom` is turn on (#164)
* (2021.08.15) Improved `Axis`'s `AxisLabel` text rotate setting to avoid inconsistency offset in `DataZoom` (#163)
* (2021.08.14) Added `Legend`'s `textAutoColor` to set the text color match with `Serie` color (#163)
* (2021.08.12) Optimize `BarChart` setting `Corner` when the positive and negative columns are fillet symmetric
* (2021.08.03) Fixed y axis not displaying when all data is 0
* (2021.07.29) Fixed ignored data will also participate in calculations when `ignore` is enabled (#161)
* (2021.07.29) Improved `BarChart`'s `Zebra` gradient support
* (2021.07.26) Fixed issue where `XCharts` path could not be found when `TextMeshPro Enable` (#160)
## v2.3.0
### Main points

View File

@@ -891,7 +891,6 @@ Inherits or Implemented: [Attribute](#Attribute)
| `GetLegalSerieNameList()` |public static List<string> GetLegalSerieNameList(List<Serie> series)</br> |
| `GetMaxSerieDataCount()` |public static int GetMaxSerieDataCount(List<Serie> series)</br> |
| `GetNameColor()` |public static Color GetNameColor(BaseChart chart, int index, string name)</br> |
| `GetSerieByVesselIndex()` |public static Serie GetSerieByVesselIndex(List<Serie> series, int vesselIndex)</br> |
| `GetStackSeries()` |public static void GetStackSeries(List<Serie> series, ref Dictionary<int, List<Serie>> stackSeries)</br>获得堆叠系列列表 |
| `IsAnyClipSerie()` |public static bool IsAnyClipSerie(List<Serie> series)</br>是否有需裁剪的serie。 |
| `IsLegalLegendName()` |public static bool IsLegalLegendName(string name)</br> |

View File

@@ -891,7 +891,6 @@ Inherits or Implemented: [Attribute](#Attribute)
| `GetLegalSerieNameList()` |public static List<string> GetLegalSerieNameList(List<Serie> series)</br> |
| `GetMaxSerieDataCount()` |public static int GetMaxSerieDataCount(List<Serie> series)</br> |
| `GetNameColor()` |public static Color GetNameColor(BaseChart chart, int index, string name)</br> |
| `GetSerieByVesselIndex()` |public static Serie GetSerieByVesselIndex(List<Serie> series, int vesselIndex)</br> |
| `GetStackSeries()` |public static void GetStackSeries(List<Serie> series, ref Dictionary<int, List<Serie>> stackSeries)</br>获得堆叠系列列表 |
| `IsAnyClipSerie()` |public static bool IsAnyClipSerie(List<Serie> series)</br>是否有需裁剪的serie。 |
| `IsLegalLegendName()` |public static bool IsLegalLegendName(string name)</br> |

View File

@@ -305,6 +305,7 @@ the name of axis.
|--|--|--|--|
|`show`|||Whether to show axis name.
|`name`|||the name of axis.
|`onZero`||v3.1.0|Whether the axis name position are the same with 0 position of YAxis.
|`labelStyle`|||The text style of axis name. [LabelStyle](#LabelStyle)|
## `AxisSplitArea`
@@ -376,18 +377,18 @@ Inherits or Implemented: [ComponentTheme](#ComponentTheme)
|field|default|since|comment|
|--|--|--|--|
|`lineType`|||the type of line.
|`lineType`|||the type of line.</br>`LineStyle.Type`:</br>- `Solid`: 实线</br>- `Dashed`: 虚线</br>- `Dotted`: 点线</br>- `DashDot`: 点划线</br>- `DashDotDot`: 双点划线</br>- `None`: 双点划线</br>|
|`lineWidth`|1f||the width of line.
|`lineLength`|0f||the length of line.
|`lineColor`|||the color of line.
|`splitLineType`|||the type of split line.
|`splitLineType`|||the type of split line.</br>`LineStyle.Type`:</br>- `Solid`: 实线</br>- `Dashed`: 虚线</br>- `Dotted`: 点线</br>- `DashDot`: 点划线</br>- `DashDotDot`: 双点划线</br>- `None`: 双点划线</br>|
|`splitLineWidth`|1f||the width of split line.
|`splitLineLength`|0f||the length of split line.
|`splitLineColor`|||the color of line.
|`tickWidth`|1f||the width of tick.
|`tickLength`|5f||the length of tick.
|`tickColor`|||the color of tick.
|`splitAreaColors`|||
|`splitAreaColors`|||the colors of split area.
## `BaseLine`
@@ -435,7 +436,7 @@ comment of chart.
|`show`|true||Set this to false to prevent the comment from showing.
|`labelStyle`|||The text style of all comments. [LabelStyle](#LabelStyle)|
|`markStyle`|||The text style of all comments. [CommentMarkStyle](#CommentMarkStyle)|
|`items`|||
|`items`|||The items of comment.
## `CommentItem`
@@ -538,10 +539,10 @@ Inherits or Implemented: [ComponentTheme](#ComponentTheme)
|field|default|since|comment|
|--|--|--|--|
|`show`|true||
|`show`|true||Whether show debug component.
|`showDebugInfo`|false||
|`showAllChartObject`|false||
|`foldSeries`|false||
|`showAllChartObject`|false||Whether show children components of chart in hierarchy view.
|`foldSeries`|false||Whether to fold series in inspector view.
|`labelStyle`||| [LabelStyle](#LabelStyle)|
## `EffectScatter`
@@ -648,12 +649,12 @@ Indicator of radar chart, which is used to assign multiple variables(dimensions)
|field|default|since|comment|
|--|--|--|--|
|`name`|||
|`name`|||The name of indicator.
|`max`|||The maximum value of indicator, with default value of 0, but we recommend to set it manually.
|`min`|||The minimum value of indicator, with default value of 0.
|`range`|||Normal range. When the value is outside this range, the display color is automatically changed.
|`show`|||[default:true] Set this to false to prevent the radar from showing.
|`shape`|||Radar render type, in which 'Polygon' and 'Circle' are supported.</br>`RadarCoord.Shape`:</br>- `Polygon`: Radar render type, in which 'Polygon' and 'Circle' are supported.</br>- `Circle`: Radar render type, in which 'Polygon' and 'Circle' are supported.</br>|
|`shape`|||Radar render type, in which 'Polygon' and 'Circle' are supported.
|`radius`|100||the radius of radar.
|`splitNumber`|5||Segments of indicator axis.
|`center`|||the center of radar chart.
@@ -662,7 +663,7 @@ Indicator of radar chart, which is used to assign multiple variables(dimensions)
|`splitLine`|||split line. [AxisSplitLine](#AxisSplitLine)|
|`splitArea`|||Split area of axis in grid area. [AxisSplitArea](#AxisSplitArea)|
|`indicator`|true||Whether to show indicator.
|`positionType`|||The position type of indicator.</br>`RadarCoord.PositionType`:</br>- `Vertice`: Display at the vertex.</br>- `Between`: Display at the middle of line.</br>|
|`positionType`|||The position type of indicator.
|`indicatorGap`|10||The gap of indicator and radar.
|`ceilRate`|0||The ratio of maximum and minimum values rounded upward. The default is 0, which is automatically calculated.
|`isAxisTooltip`|||是否Tooltip显示轴线上的所有数据。
@@ -708,7 +709,7 @@ Inherits or Implemented: [ChildComponent](#ChildComponent),[ISerieExtraComponent
|field|default|since|comment|
|--|--|--|--|
|`show`|true||Whether the label line is showed.
|`lineType`|||the type of visual guide line.</br>`LineType`:</br>- `Normal`: the normal line chart</br>- `Smooth`: the smooth line chart</br>- `StepStart`: step line.</br>- `StepMiddle`: step line.</br>- `StepEnd`: step line.</br>|
|`lineType`|||the type of visual guide line.</br>`LabelLine.LineType`:</br>- `BrokenLine`: 折线</br>- `Curves`: 曲线</br>- `HorizontalLine`: 水平线</br>|
|`lineColor`|ChartConst.clearColor32||the color of visual guild line.
|`lineAngle`|0||the angle of visual guild line.
|`lineWidth`|1.0f||the width of visual guild line.
@@ -763,8 +764,8 @@ Legend component.The legend component shows different sets of tags, colors, and
|field|default|since|comment|
|--|--|--|--|
|`show`|true||Whether to show legend component.
|`iconType`|||Type of legend.</br>`Painter.Type`:</br>- `Base`: </br>- `Serie`: </br>- `Top`: </br>|
|`selectedMode`|||Selected mode of legend, which controls whether series can be toggled displaying by clicking legends.</br>`VisualMap.SelectedMode`:</br>- `Multiple`: 多选。</br>- `Single`: 单选。</br>|
|`iconType`|||Type of legend.</br>`Legend.Type`:</br>- `Auto`: 自动匹配。</br>- `Custom`: 自定义图标。</br>- `EmptyCircle`: 空心圆。</br>- `Circle`: 圆形。</br>- `Rect`: 正方形。可通过Setting的legendIconCornerRadius参数调整圆角。</br>- `Triangle`: 三角形。</br>- `Diamond`: 菱形。</br>|
|`selectedMode`|||Selected mode of legend, which controls whether series can be toggled displaying by clicking legends.</br>`Legend.SelectedMode`:</br>- `Multiple`: 多选。</br>- `Single`: 单选。</br>- `None`: 无法选择。</br>|
|`orient`|||Specify whether the layout of legend component is horizontal or vertical.</br>`Orient`:</br>- `Horizonal`: 水平</br>- `Vertical`: 垂直</br>|
|`location`|||The location of legend. [Location](#Location)|
|`itemWidth`|25.0f||Image width of legend symbol.
@@ -775,9 +776,9 @@ Legend component.The legend component shows different sets of tags, colors, and
|`formatter`|||Legend content string template formatter. Support for wrapping lines with \n. Template:{value}.
|`numericFormatter`|||Standard numeric format strings.
|`labelStyle`|||the style of text. [LabelStyle](#LabelStyle)|
|`data`|||Data array of legend. An array item is usually a name representing string. (If it is a pie chart, it could also be the name of a single data in the pie chart) of a series.
|`data`|||Data array of legend. An array item is usually a name representing string. (If it is a pie chart, it could also be the name of a single data in the pie chart) of a series. If data is not specified, it will be auto collected from series.
|`icons`|||自定义的图例标记图形。
|`colors`|||the colors of legend item. 图例标记的颜色列表。
|`colors`|||the colors of legend item.
|`background`||v3.1.0|the sytle of background. [ImageStyle](#ImageStyle)|
|`padding`||v3.1.0|the paddinng of item and background. [Padding](#Padding)|
@@ -820,7 +821,7 @@ Inherits or Implemented: [ChildComponent](#ChildComponent),[ISerieExtraComponent
|field|default|since|comment|
|--|--|--|--|
|`show`|||Whether to show the arrow.
|`position`|||The position of arrow.</br>`LabelStyle.Position`:</br>- `Default`: The position of label.</br>- `Outside`: Outside of sectors of pie chart, which relates to corresponding sector through visual guide line.</br>- `Inside`: Inside the sectors of pie chart.</br>- `Center`: In the center of pie chart.</br>- `Top`: top of symbol.</br>- `Bottom`: the bottom of symbol.</br>- `Left`: the left of symbol.</br>- `Right`: the right of symbol.</br>- `Start`: the start of line.</br>- `Middle`: the middle of line.</br>- `End`: the end of line.</br>|
|`position`|||The position of arrow.</br>`LineArrow.Position`:</br>- `End`: 末端箭头</br>- `Start`: 头端箭头</br>|
|`arrow`|||the arrow of line. [ArrowStyle](#ArrowStyle)|
## `LineStyle`
@@ -832,7 +833,7 @@ The style of line.
|field|default|since|comment|
|--|--|--|--|
|`show`|true||Whether show line.
|`type`|||the type of line.</br>`Painter.Type`:</br>- `Base`: </br>- `Serie`: </br>- `Top`: </br>|
|`type`|||the type of line.</br>`LineStyle.Type`:</br>- `Solid`: 实线</br>- `Dashed`: 虚线</br>- `Dotted`: 点线</br>- `DashDot`: 点划线</br>- `DashDotDot`: 双点划线</br>- `None`: 双点划线</br>|
|`color`|||the color of line, default use serie color.
|`toColor`|||the middle color of line, default use serie color.
|`toColor2`|||the end color of line, default use serie color.
@@ -848,7 +849,7 @@ Location type. Quick to set the general location.
|field|default|since|comment|
|--|--|--|--|
|`align`|||对齐方式。</br>`Align`:</br>- `Center`: 对齐方式</br>- `Left`: 对齐方式</br>- `Right`: 对齐方式</br>|
|`align`|||对齐方式。</br>`Location.Align`:</br>- `TopLeft`: 对齐方式</br>- `TopRight`: 对齐方式</br>- `TopCenter`: 对齐方式</br>- `BottomLeft`: 对齐方式</br>- `BottomRight`: 对齐方式</br>- `BottomCenter`: 对齐方式</br>- `Center`: 对齐方式</br>- `CenterLeft`: 对齐方式</br>- `CenterRight`: 对齐方式</br>|
|`left`|||Distance between component and the left side of the container.
|`right`|||Distance between component and the left side of the container.
|`top`|||Distance between component and the left side of the container.
@@ -1147,11 +1148,11 @@ Inherits or Implemented: [ChildComponent](#ChildComponent)
|field|default|since|comment|
|--|--|--|--|
|`lineWidth`|||the color of text.
|`lineSymbolSize`|||
|`scatterSymbolSize`|||
|`pieTooltipExtraRadius`|||饼图鼠标移到高亮时的额外半径
|`selectedRate`|1.3f||
|`pieSelectedOffset`|||饼图选中时的中心点偏移
|`lineSymbolSize`|||the symbol size of line serie.
|`scatterSymbolSize`|||the symbol size of scatter serie.
|`pieTooltipExtraRadius`|||the extra radius of pie when actived by tooltip.
|`selectedRate`|1.3f||the rate of symbol size of line or scatter serie.
|`pieSelectedOffset`|||the center offset of pie if selected.
|`candlestickColor`|Color32(235, 84, 84, 255)||K线图阳线填充色
|`candlestickColor0`|Color32(71, 178, 98, 255)||K线图阴线填充色
|`candlestickBorderWidth`|1||K线图边框宽度
@@ -1327,8 +1328,8 @@ Theme.
|field|default|since|comment|
|--|--|--|--|
|`show`|true||
|`sharedTheme`||| [Theme](#Theme)|
|`transparentBackground`|false||Whether the background color is transparent. When true, the background color is not drawn. 是否透明背景颜色。当设置为true时不绘制背景颜色。
|`sharedTheme`|||the asset of theme. [Theme](#Theme)|
|`transparentBackground`|false||Whether the background color is transparent. When true, the background color is not drawn.
|`enableCustomTheme`|false||Whether to customize theme colors. When set to true, you can use 'sync color to custom' to synchronize the theme color to the custom color. It can also be set manually.
|`customFont`|||
|`customBackgroundColor`|||the custom background color of chart.
@@ -1371,7 +1372,7 @@ Tooltip component.
|field|default|since|comment|
|--|--|--|--|
|`show`|true||Whether to show the tooltip component.
|`type`|||Indicator type.</br>`Painter.Type`:</br>- `Base`: </br>- `Serie`: </br>- `Top`: </br>|
|`type`|||Indicator type.</br>`Tooltip.Type`:</br>- `Line`: line indicator.</br>- `Shadow`: shadow crosshair indicator.</br>- `None`: no indicator displayed.</br>- `Corss`: crosshair indicator, which is actually the shortcut of enable two axisPointers of two orthometric axes.</br>|
|`trigger`|||Type of triggering.</br>`Tooltip.Trigger`:</br>- `Item`: Triggered by data item, which is mainly used for charts that don't have a category axis like scatter charts or pie charts.</br>- `Axis`: Triggered by axes, which is mainly used for charts that have category axes, like bar charts or line charts.</br>- `None`: Trigger nothing.</br>|
|`itemFormatter`|||a string template formatter for a single Serie or data item content. Support for wrapping lines with \n. Template variables are {.}, {a}, {b}, {c}, {d}.</br> {.} is the dot of the corresponding color of a Serie that is currently indicated or whose index is 0.</br> {a} is the series name of the serie that is currently indicated or whose index is 0.</br> {b} is the name of the data item serieData that is currently indicated or whose index is 0, or a category value (such as the X-axis of a line chart).</br> {c} is the value of a Y-dimension (dimesion is 1) from a Serie that is currently indicated or whose index is 0.</br> {d} is the percentage value of Y-dimensions (dimesion is 1) from serie that is currently indicated or whose index is 0, with no % sign.</br> {e} is the name of the data item serieData that is currently indicated or whose index is 0.</br> {f} is sum of data.</br> {.1} represents a dot from serie corresponding color that specifies index as 1.</br> 1 in {a1}, {b1}, {c1} represents a serie that specifies an index of 1.</br> {c1:2} represents the third data from serie's current indication data item indexed to 1 (a data item has multiple data, index 2 represents the third data).</br> {c1:2-2} represents the third data item from serie's third data item indexed to 1 (i.e., which data item must be specified to specify).</br> {d1:2: F2} indicates that a formatted string with a value specified separately is F2 (numericFormatter is used when numericFormatter is not specified).</br> {d:0.##} indicates that a formatted string with a value specified separately is 0.## (used for percentage, reserved 2 valid digits while avoiding the situation similar to "100.00%" when using f2 ).</br> Example: "{a}, {c}", "{a1}, {c1: f1}", "{a1}, {c1:0: f1}", "{a1} : {c1:1-1: f1}"</br>
|`titleFormatter`|||The string template formatter for the tooltip title content. Support for wrapping lines with \n. The placeholder {I} can be set separately to indicate that the title is ignored and not displayed. Template see itemFormatter.
@@ -1410,7 +1411,7 @@ Inherits or Implemented: [ComponentTheme](#ComponentTheme)
|field|default|since|comment|
|--|--|--|--|
|`lineType`|||the type of line.
|`lineType`|||the type of line.</br>`LineStyle.Type`:</br>- `Solid`: 实线</br>- `Dashed`: 虚线</br>- `Dotted`: 点线</br>- `DashDot`: 点划线</br>- `DashDotDot`: 双点划线</br>- `None`: 双点划线</br>|
|`lineWidth`|1f||the width of line.
|`lineColor`|||the color of line.
|`areaColor`|||the color of line.
@@ -1427,7 +1428,7 @@ VisualMap component. Mapping data to visual elements such as colors.
|--|--|--|--|
|`show`|true||Whether to enable components.
|`showUI`|false||Whether to display components. If set to false, it will not show up, but the data mapping function still exists.
|`type`|||the type of visualmap component.</br>`Painter.Type`:</br>- `Base`: </br>- `Serie`: </br>- `Top`: </br>|
|`type`|||the type of visualmap component.</br>`VisualMap.Type`:</br>- `Continuous`: 连续型。</br>- `Piecewise`: 分段型。</br>|
|`selectedMode`|||the selected mode for Piecewise visualMap.</br>`VisualMap.SelectedMode`:</br>- `Multiple`: 多选。</br>- `Single`: 单选。</br>|
|`serieIndex`|0||the serie index of visualMap.
|`min`|0||范围最小值
@@ -1497,9 +1498,9 @@ Inherits or Implemented: [ScriptableObject](#ScriptableObject)
|`fontSizeLv2`|24||
|`fontSizeLv3`|20||
|`fontSizeLv4`|18||
|`axisLineType`|||
|`axisLineType`|||</br>`LineStyle.Type`:</br>- `Solid`: 实线</br>- `Dashed`: 虚线</br>- `Dotted`: 点线</br>- `DashDot`: 点划线</br>- `DashDotDot`: 双点划线</br>- `None`: 双点划线</br>|
|`axisLineWidth`|0.8f||
|`axisSplitLineType`|||
|`axisSplitLineType`|||</br>`LineStyle.Type`:</br>- `Solid`: 实线</br>- `Dashed`: 虚线</br>- `Dotted`: 点线</br>- `DashDot`: 点划线</br>- `DashDotDot`: 双点划线</br>- `None`: 双点划线</br>|
|`axisSplitLineWidth`|0.8f||
|`axisTickWidth`|0.8f||
|`axisTickLength`|5f||

View File

@@ -239,7 +239,7 @@ Inherits or Implemented: [MainComponent](#MainComponent)
|field|default|since|comment|
|--|--|--|--|
|`show`|true||是否显示坐标轴。
|`type`|||坐标轴类型。</br>`Axis.AxisType`:</br>- `Value`: </br>- `Category`: </br>- `Log`: 对数轴。适用于对数数据。</br>- `Time`: 时间轴。适用于连续的时序数据。</br>|
|`type`|||坐标轴类型。</br>`Axis.AxisType`:</br>- `Value`: 数值轴。适用于连续数据。</br>- `Category`: 类目轴。适用于离散的类目数据,为该类型时必须通过 data 设置类目数据。serie的数据第0维数据对应坐标轴data的index。</br>- `Log`: 对数轴。适用于对数数据。</br>- `Time`: 时间轴。适用于连续的时序数据。</br>|
|`minMaxType`|||坐标轴刻度最大最小值显示类型。</br>`Axis.AxisMinMaxType`:</br>- `Default`: 0-最大值。</br>- `MinMax`: 最小值-最大值。</br>- `Custom`: 自定义最小值最大值。</br>|
|`gridIndex`|||坐标轴所在的 grid 的索引,默认位于第一个 grid。
|`polarIndex`|||坐标轴所在的 ploar 的索引,默认位于第一个 polar。
@@ -303,8 +303,9 @@ Inherits or Implemented: [ChildComponent](#ChildComponent)
|field|default|since|comment|
|--|--|--|--|
|`show`|||是否显示坐标名称。
|`show`|||是否显示坐标名称。
|`name`|||坐标轴名称。
|`onZero`||v3.1.0|坐标轴名称的位置是否保持和Y轴0刻度一致。
|`labelStyle`|||文本样式。 [LabelStyle](#LabelStyle)|
## `AxisSplitArea`
@@ -376,18 +377,18 @@ Inherits or Implemented: [ComponentTheme](#ComponentTheme)
|field|default|since|comment|
|--|--|--|--|
|`lineType`|||坐标轴线类型。
|`lineType`|||坐标轴线类型。</br>`LineStyle.Type`:</br>- `Solid`: 实线</br>- `Dashed`: 虚线</br>- `Dotted`: 点线</br>- `DashDot`: 点划线</br>- `DashDotDot`: 双点划线</br>- `None`: 双点划线</br>|
|`lineWidth`|1f||坐标轴线宽。
|`lineLength`|0f||坐标轴线长。
|`lineColor`|||坐标轴线颜色。
|`splitLineType`|||分割线线类型。
|`splitLineType`|||分割线线类型。</br>`LineStyle.Type`:</br>- `Solid`: 实线</br>- `Dashed`: 虚线</br>- `Dotted`: 点线</br>- `DashDot`: 点划线</br>- `DashDotDot`: 双点划线</br>- `None`: 双点划线</br>|
|`splitLineWidth`|1f||分割线线宽。
|`splitLineLength`|0f||分割线线长。
|`splitLineColor`|||分割线线颜色。
|`tickWidth`|1f||刻度线线宽。
|`tickLength`|5f||刻度线线长。
|`tickColor`|||坐标轴线颜色。
|`splitAreaColors`|||
|`splitAreaColors`|||坐标轴分隔区域的颜色。
## `BaseLine`
@@ -435,7 +436,7 @@ Inherits or Implemented: [MainComponent](#MainComponent)
|`show`|true||是否显示注解组件。
|`labelStyle`|||所有组件的文本样式。 [LabelStyle](#LabelStyle)|
|`markStyle`|||所有组件的文本样式。 [CommentMarkStyle](#CommentMarkStyle)|
|`items`|||
|`items`|||注解项。每个注解组件可以设置多个注解项。
## `CommentItem`
@@ -538,10 +539,10 @@ Inherits or Implemented: [ComponentTheme](#ComponentTheme)
|field|default|since|comment|
|--|--|--|--|
|`show`|true||
|`show`|true||是否显示Debug组件。
|`showDebugInfo`|false||
|`showAllChartObject`|false||
|`foldSeries`|false||
|`showAllChartObject`|false||是否在Hierarchy试图显示所有chart下的节点。
|`foldSeries`|false||是否在Inspector上折叠Serie。
|`labelStyle`||| [LabelStyle](#LabelStyle)|
## `EffectScatter`
@@ -648,12 +649,12 @@ Inherits or Implemented: [ChildComponent](#ChildComponent),[ISerieExtraComponent
|field|default|since|comment|
|--|--|--|--|
|`name`|||
|`name`|||指示器名称。
|`max`|||指示器的最大值,默认为 0 无限制。
|`min`|||指示器的最小值,默认为 0 无限制。
|`range`|||正常值范围。当数值不在这个范围时,会自动变更显示颜色。
|`show`|||是否显示雷达坐标系组件。
|`shape`|||雷达图绘制类型,支持 'Polygon' 和 'Circle'。</br>`RadarCoord.Shape`:</br>- `Polygon`: 雷达图绘制类型,支持 'Polygon' 和 'Circle'。</br>- `Circle`: 雷达图绘制类型,支持 'Polygon' 和 'Circle'。</br>|
|`shape`|||雷达图绘制类型,支持 'Polygon' 和 'Circle'。
|`radius`|100||雷达图的半径。
|`splitNumber`|5||指示器轴的分割段数。
|`center`|||雷达图的中心点。数组的第一项是横坐标,第二项是纵坐标。 当值为0-1之间时表示百分比设置成百分比时第一项是相对于容器宽度第二项是相对于容器高度。
@@ -662,7 +663,7 @@ Inherits or Implemented: [ChildComponent](#ChildComponent),[ISerieExtraComponent
|`splitLine`|||分割线。 [AxisSplitLine](#AxisSplitLine)|
|`splitArea`|||分割区域。 [AxisSplitArea](#AxisSplitArea)|
|`indicator`|true||是否显示指示器。
|`positionType`|||显示位置类型。</br>`RadarCoord.PositionType`:</br>- `Vertice`: 显示在顶点处。</br>- `Between`: 显示在两者之间。</br>|
|`positionType`|||显示位置类型。
|`indicatorGap`|10||指示器和雷达的间距。
|`ceilRate`|0||最大最小值向上取整的倍率。默认为0时自动计算。
|`isAxisTooltip`|||是否Tooltip显示轴线上的所有数据。
@@ -708,7 +709,7 @@ Inherits or Implemented: [ChildComponent](#ChildComponent),[ISerieExtraComponent
|field|default|since|comment|
|--|--|--|--|
|`show`|true||是否显示视觉引导线。
|`lineType`|||视觉引导线类型。</br>`LineType`:</br>- `Normal`: 普通折线图。</br>- `Smooth`: 平滑曲线</br>- `StepStart`: 阶梯线图:当前点。</br>- `StepMiddle`: 阶梯线图:当前点和下一个点的中间。</br>- `StepEnd`: 阶梯线图:下一个拐点。</br>|
|`lineType`|||视觉引导线类型。</br>`LabelLine.LineType`:</br>- `BrokenLine`: 折线</br>- `Curves`: 曲线</br>- `HorizontalLine`: 水平线</br>|
|`lineColor`|ChartConst.clearColor32||视觉引导线颜色。默认和serie一致取自调色板。
|`lineAngle`|0||视觉引导线的固定角度。对折线和曲线有效。
|`lineWidth`|1.0f||视觉引导线的宽度。
@@ -763,21 +764,21 @@ Inherits or Implemented: [MainComponent](#MainComponent),[IPropertyChanged](#IPr
|field|default|since|comment|
|--|--|--|--|
|`show`|true||是否显示图例组件。
|`iconType`|||图例类型。 [default:Type.Auto]</br>`Painter.Type`:</br>- `Base`: </br>- `Serie`: </br>- `Top`: </br>|
|`selectedMode`|||选择模式。控制是否可以通过点击图例改变系列的显示状态。默认开启图例选择,可以设成 None 关闭。 [default:SelectedMode.Multiple]</br>`VisualMap.SelectedMode`:</br>- `Multiple`: 多选。</br>- `Single`: 单选。</br>|
|`orient`|||布局方式是横还是竖。 [default:Orient.Horizonal]</br>`Orient`:</br>- `Horizonal`: 水平</br>- `Vertical`: 垂直</br>|
|`location`|||图例显示的位置。 [default:Location.defaultTop] [Location](#Location)|
|`itemWidth`|25.0f||图例标记的图形宽度。 [default:24f]
|`itemHeight`|12.0f||图例标记的图形高度。 [default:12f]
|`itemGap`|10f||图例每项之间的间隔。横向布局时为水平间隔,纵向布局时为纵向间隔。 [default:10f]
|`itemAutoColor`|true||图例标记的图形是否自动匹配颜色。 [default:true]
|`iconType`|||图例类型。</br>`Legend.Type`:</br>- `Auto`: 自动匹配。</br>- `Custom`: 自定义图标。</br>- `EmptyCircle`: 空心圆。</br>- `Circle`: 圆形。</br>- `Rect`: 正方形。可通过Setting的legendIconCornerRadius参数调整圆角。</br>- `Triangle`: 三角形。</br>- `Diamond`: 菱形。</br>|
|`selectedMode`|||选择模式。控制是否可以通过点击图例改变系列的显示状态。默认开启图例选择,可以设成 None 关闭。</br>`Legend.SelectedMode`:</br>- `Multiple`: 多选。</br>- `Single`: 单选。</br>- `None`: 无法选择。</br>|
|`orient`|||布局方式是横还是竖。</br>`Orient`:</br>- `Horizonal`: 水平</br>- `Vertical`: 垂直</br>|
|`location`|||图例显示的位置。 [Location](#Location)|
|`itemWidth`|25.0f||图例标记的图形宽度。
|`itemHeight`|12.0f||图例标记的图形高度。
|`itemGap`|10f||图例每项之间的间隔。横向布局时为水平间隔,纵向布局时为纵向间隔。
|`itemAutoColor`|true||图例标记的图形是否自动匹配颜色。
|`itemOpacity`|1||图例标记的图形的颜色透明度。
|`formatter`|||图例内容字符串模版格式器。支持用 \n 换行。 模板变量为图例名称 {value}。其他模板变量参考Toolip的itemFormatter。
|`numericFormatter`|||标准数字格式字符串。用于将数值格式化显示为字符串。 使用Axx的形式A是格式说明符的单字符支持C货币、D十进制、E指数、F定点数、G常规、N数字、P百分比、R往返、X十六进制的。xx是精度说明从0-99。 参考https://docs.microsoft.com/zh-cn/dotnet/standard/base-types/standard-numeric-format-strings
|`labelStyle`|||文本样式。 [LabelStyle](#LabelStyle)|
|`data`|||If data is not specified, it will be auto collected from series.
|`data`|||图例的数据数组。数组项通常为一个字符串,每一项代表一个系列的 name如果是饼图也可以是饼图单个数据的 name。 如果 data 没有被指定会自动从当前系列中获取。指定data时里面的数据项和serie匹配时才会生效。
|`icons`|||自定义的图例标记图形。
|`colors`|||the colors of legend item. 图例标记的颜色列表。
|`colors`|||图例标记的颜色列表。
|`background`||v3.1.0|背景图样式。 [ImageStyle](#ImageStyle)|
|`padding`||v3.1.0|图例标记和背景的间距。 [Padding](#Padding)|
@@ -820,7 +821,7 @@ Inherits or Implemented: [ChildComponent](#ChildComponent),[ISerieExtraComponent
|field|default|since|comment|
|--|--|--|--|
|`show`|||是否显示箭头。
|`position`|||箭头位置。</br>`LabelStyle.Position`:</br>- `Default`: 标签的位置。</br>- `Outside`: 饼图扇区外侧,通过视觉引导线连到相应的扇区。</br>- `Inside`: 饼图扇区内部。</br>- `Center`: 在饼图中心位置。</br>- `Top`: 图形标志的顶部。</br>- `Bottom`: 图形标志的底部。</br>- `Left`: 图形标志的左边。</br>- `Right`: 图形标志的右边。</br>- `Start`: 线的起始点。</br>- `Middle`: 线的中点。</br>- `End`: 线的结束点。</br>|
|`position`|||箭头位置。</br>`LineArrow.Position`:</br>- `End`: 末端箭头</br>- `Start`: 头端箭头</br>|
|`arrow`|||箭头。 [ArrowStyle](#ArrowStyle)|
## `LineStyle`
@@ -832,7 +833,7 @@ Inherits or Implemented: [ChildComponent](#ChildComponent),[ISerieDataComponent]
|field|default|since|comment|
|--|--|--|--|
|`show`|true||是否显示线条。当作为子组件,它的父组件有参数控制是否显示时,改参数无效。
|`type`|||线的类型。</br>`Painter.Type`:</br>- `Base`: </br>- `Serie`: </br>- `Top`: </br>|
|`type`|||线的类型。</br>`LineStyle.Type`:</br>- `Solid`: 实线</br>- `Dashed`: 虚线</br>- `Dotted`: 点线</br>- `DashDot`: 点划线</br>- `DashDotDot`: 双点划线</br>- `None`: 双点划线</br>|
|`color`|||线的颜色。
|`toColor`|||线的渐变颜色(需要水平方向渐变时)。
|`toColor2`|||线的渐变颜色2需要水平方向三个渐变色的渐变时
@@ -848,7 +849,7 @@ Inherits or Implemented: [ChildComponent](#ChildComponent),[IPropertyChanged](#I
|field|default|since|comment|
|--|--|--|--|
|`align`|||对齐方式。</br>`Align`:</br>- `Center`: 对齐方式</br>- `Left`: 对齐方式</br>- `Right`: 对齐方式</br>|
|`align`|||对齐方式。</br>`Location.Align`:</br>- `TopLeft`: 对齐方式</br>- `TopRight`: 对齐方式</br>- `TopCenter`: 对齐方式</br>- `BottomLeft`: 对齐方式</br>- `BottomRight`: 对齐方式</br>- `BottomCenter`: 对齐方式</br>- `Center`: 对齐方式</br>- `CenterLeft`: 对齐方式</br>- `CenterRight`: 对齐方式</br>|
|`left`|||离容器左侧的距离。
|`right`|||离容器右侧的距离。
|`top`|||离容器上侧的距离。
@@ -1147,11 +1148,11 @@ Inherits or Implemented: [ChildComponent](#ChildComponent)
|field|default|since|comment|
|--|--|--|--|
|`lineWidth`|||文本颜色。
|`lineSymbolSize`|||
|`scatterSymbolSize`|||
|`lineSymbolSize`|||折线图的Symbol大小。
|`scatterSymbolSize`|||散点图的Symbol大小。
|`pieTooltipExtraRadius`|||饼图鼠标移到高亮时的额外半径
|`selectedRate`|1.3f||
|`pieSelectedOffset`|||饼图选中时的中心点偏移
|`selectedRate`|1.3f||折线图或散点图在被选中时的放大倍数。
|`pieSelectedOffset`|||饼图选中时的中心点偏移
|`candlestickColor`|Color32(235, 84, 84, 255)||K线图阳线填充色
|`candlestickColor0`|Color32(71, 178, 98, 255)||K线图阴线填充色
|`candlestickBorderWidth`|1||K线图边框宽度
@@ -1327,8 +1328,8 @@ Inherits or Implemented: [ChildComponent](#ChildComponent)
|field|default|since|comment|
|--|--|--|--|
|`show`|true||
|`sharedTheme`||| [Theme](#Theme)|
|`transparentBackground`|false||Whether the background color is transparent. When true, the background color is not drawn. 是否透明背景颜色。当设置为true时不绘制背景颜色。
|`sharedTheme`|||主题配置。 [Theme](#Theme)|
|`transparentBackground`|false||是否透明背景颜色。当设置为true时不绘制背景颜色。
|`enableCustomTheme`|false||是否自定义主题颜色。当设置为true时可以用sync color to custom同步主题的颜色到自定义颜色。也可以手动设置。
|`customFont`|||
|`customBackgroundColor`|||自定义的背景颜色。
@@ -1371,7 +1372,7 @@ Inherits or Implemented: [MainComponent](#MainComponent)
|field|default|since|comment|
|--|--|--|--|
|`show`|true||是否显示提示框组件。
|`type`|||提示框指示器类型。</br>`Painter.Type`:</br>- `Base`: </br>- `Serie`: </br>- `Top`: </br>|
|`type`|||提示框指示器类型。</br>`Tooltip.Type`:</br>- `Line`: 直线指示器</br>- `Shadow`: 阴影指示器</br>- `None`: 无指示器</br>- `Corss`: 十字准星指示器。坐标轴显示Label和交叉线。</br>|
|`trigger`|||触发类型。</br>`Tooltip.Trigger`:</br>- `Item`: 数据项图形触发,主要在散点图,饼图等无类目轴的图表中使用。</br>- `Axis`: 坐标轴触发,主要在柱状图,折线图等会使用类目轴的图表中使用。</br>- `None`: 什么都不触发。</br>|
|`itemFormatter`|||提示框单个serie或数据项内容的字符串模版格式器。支持用 \n 换行。用
|`titleFormatter`|||提示框标题内容的字符串模版格式器。支持用 \n 换行。可以单独设置占位符{i}表示忽略不显示title。 模板变量有{.}、{a}、{b}、{c}、{d}、{e}、{f}、{g}。</br> {.}为当前所指示或index为0的serie的对应颜色的圆点。</br> {a}为当前所指示或index为0的serie的系列名name。</br> {b}为当前所指示或index为0的serie的数据项serieData的name或者类目值如折线图的X轴。</br> {c}为当前所指示或index为0的serie的y维dimesion为1的数值。</br> {d}为当前所指示或index为0的serie的y维dimesion为1百分比值注意不带%号。</br> {e}为当前所指示或index为0的serie的数据项serieData的name。</br> {f}为数据总和。</br> {g}为数据总个数。</br> {.1}表示指定index为1的serie对应颜色的圆点。</br> {a1}、{b1}、{c1}中的1表示指定index为1的serie。</br> {c1:2}表示索引为1的serie的当前指示数据项的第3个数据一个数据项有多个数据index为2表示第3个数据。</br> {c1:2-2}表示索引为1的serie的第3个数据项的第3个数据也就是要指定第几个数据项时必须要指定第几个数据。</br> {d1:2:f2}表示单独指定了数值的格式化字符串为f2不指定时用numericFormatter。</br> {d:0.##} 表示单独指定了数值的格式化字符串为 0.## 用于百分比保留2位有效数同时又能避免使用 f2 而出现的类似于"100.00%"的情况 )。</br> 示例:"{a}:{c}"、"{a1}:{c1:f1}"、"{a1}:{c1:0:f1}"、"{a1}:{c1:1-1:f1}"
@@ -1410,7 +1411,7 @@ Inherits or Implemented: [ComponentTheme](#ComponentTheme)
|field|default|since|comment|
|--|--|--|--|
|`lineType`|||坐标轴线类型。
|`lineType`|||坐标轴线类型。</br>`LineStyle.Type`:</br>- `Solid`: 实线</br>- `Dashed`: 虚线</br>- `Dotted`: 点线</br>- `DashDot`: 点划线</br>- `DashDotDot`: 双点划线</br>- `None`: 双点划线</br>|
|`lineWidth`|1f||指示线线宽。
|`lineColor`|||指示线颜色。
|`areaColor`|||区域指示的颜色。
@@ -1427,7 +1428,7 @@ Inherits or Implemented: [MainComponent](#MainComponent)
|--|--|--|--|
|`show`|true||组件是否生效。
|`showUI`|false||是否显示组件。如果设置为 false不会显示但是数据映射的功能还存在。
|`type`|||组件类型。</br>`Painter.Type`:</br>- `Base`: </br>- `Serie`: </br>- `Top`: </br>|
|`type`|||组件类型。</br>`VisualMap.Type`:</br>- `Continuous`: 连续型。</br>- `Piecewise`: 分段型。</br>|
|`selectedMode`|||选择模式。</br>`VisualMap.SelectedMode`:</br>- `Multiple`: 多选。</br>- `Single`: 单选。</br>|
|`serieIndex`|0||影响的serie索引。
|`min`|0||范围最小值
@@ -1497,9 +1498,9 @@ Inherits or Implemented: [ScriptableObject](#ScriptableObject)
|`fontSizeLv2`|24||
|`fontSizeLv3`|20||
|`fontSizeLv4`|18||
|`axisLineType`|||
|`axisLineType`|||</br>`LineStyle.Type`:</br>- `Solid`: 实线</br>- `Dashed`: 虚线</br>- `Dotted`: 点线</br>- `DashDot`: 点划线</br>- `DashDotDot`: 双点划线</br>- `None`: 双点划线</br>|
|`axisLineWidth`|0.8f||
|`axisSplitLineType`|||
|`axisSplitLineType`|||</br>`LineStyle.Type`:</br>- `Solid`: 实线</br>- `Dashed`: 虚线</br>- `Dotted`: 点线</br>- `DashDot`: 点划线</br>- `DashDotDot`: 双点划线</br>- `None`: 双点划线</br>|
|`axisSplitLineWidth`|0.8f||
|`axisTickWidth`|0.8f||
|`axisTickLength`|5f||