From c61ad794a7e5685a8763291e5522430c02621f34 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Tue, 24 Sep 2024 18:26:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=96=87=E6=A1=A3=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Documentation~/en/configuration.md | 1161 +++++++++++++--------------- Documentation~/zh/configuration.md | 1161 +++++++++++++--------------- 2 files changed, 1094 insertions(+), 1228 deletions(-) diff --git a/Documentation~/en/configuration.md b/Documentation~/en/configuration.md index 888d7fdd..085b558f 100644 --- a/Documentation~/en/configuration.md +++ b/Documentation~/en/configuration.md @@ -212,7 +212,7 @@ Angle axis of Polar Coordinate. ### AngleAxis.startAngle -`float` `default: 0` +`float` `0` Starting angle of axis. 0 degrees by default, standing for right position of center. @@ -270,25 +270,25 @@ the animation info. ### AnimationInfo.delay -`float` `default: 0` `v3.8.0` +`float` `0` `v3.8.0` the delay time before animation start. ### AnimationInfo.duration -`float` `default: 1000` `v3.8.0` +`float` `1000` `v3.8.0` the duration of animation. ### AnimationInfo.enable -`bool` `default: true` `v3.8.0` +`bool` `true` `v3.8.0` whether enable animation. ### AnimationInfo.reverse -`bool` `default: false` `v3.8.0` +`bool` `false` `v3.8.0` whether enable reverse animation. @@ -302,21 +302,21 @@ Interactive animation of charts. ### AnimationInteraction.offset -`MLValue` `v3.8.0` +[MLValue](#mlvalue) `v3.8.0` -the mlvalue of offset. Such as the offset of the pie chart when the sector is selected. [MLValue](#mlvalue) +the mlvalue of offset. Such as the offset of the pie chart when the sector is selected. ### AnimationInteraction.radius -`MLValue` `v3.8.0` +[MLValue](#mlvalue) `v3.8.0` -the mlvalue of radius. [MLValue](#mlvalue) +the mlvalue of radius. ### AnimationInteraction.width -`MLValue` `v3.8.0` +[MLValue](#mlvalue) `v3.8.0` -the mlvalue of width. [MLValue](#mlvalue) +the mlvalue of width. ## AnimationStyle @@ -326,19 +326,19 @@ the animation of serie. support animation type: fadeIn, fadeOut, change, additio ### AnimationStyle.addition -`AnimationAddition` `v3.8.0` +[AnimationAddition](#animationaddition) `v3.8.0` -Add data animation configuration. [AnimationAddition](#animationaddition) +Add data animation configuration. ### AnimationStyle.change -`AnimationChange` `v3.8.0` +[AnimationChange](#animationchange) `v3.8.0` -Update data animation configuration. [AnimationChange](#animationchange) +Update data animation configuration. ### AnimationStyle.easting -`AnimationEasing` +[AnimationEasing](#animationeasing) @@ -348,43 +348,43 @@ Options: ### AnimationStyle.enable -`bool` `default: true` +`bool` `true` Whether to enable animation. ### AnimationStyle.fadeIn -`AnimationFadeIn` `v3.8.0` +[AnimationFadeIn](#animationfadein) `v3.8.0` -Fade in animation configuration. [AnimationFadeIn](#animationfadein) +Fade in animation configuration. ### AnimationStyle.fadeOut -`AnimationFadeOut` `v3.8.0` +[AnimationFadeOut](#animationfadeout) `v3.8.0` -Fade out animation configuration. [AnimationFadeOut](#animationfadeout) +Fade out animation configuration. ### AnimationStyle.hiding -`AnimationHiding` `v3.8.0` +[AnimationHiding](#animationhiding) `v3.8.0` -Data hiding animation configuration. [AnimationHiding](#animationhiding) +Data hiding animation configuration. ### AnimationStyle.interaction -`AnimationInteraction` `v3.8.0` +[AnimationInteraction](#animationinteraction) `v3.8.0` -Interaction animation configuration. [AnimationInteraction](#animationinteraction) +Interaction animation configuration. ### AnimationStyle.threshold -`int` `default: 2000` +`int` `2000` Whether to set graphic number threshold to animation. Animation will be disabled when graphic number is larger than threshold. ### AnimationStyle.type -`AnimationType` +[AnimationType](#animationtype) The type of animation. @@ -423,13 +423,13 @@ Whether to fill only polygonal areas. Currently, only convex polygons are suppor ### AreaStyle.opacity -`float` `default: 0.6f` +`float` `0.6f` Opacity of the component. Supports value from 0 to 1, and the component will not be drawn when set to 0. ### AreaStyle.origin -`AreaStyle.AreaOrigin` +[AreaStyle.AreaOrigin](#areastyleareaorigin) the origin of area. @@ -441,7 +441,7 @@ Options: ### AreaStyle.show -`bool` `default: true` +`bool` `true` Set this to false to prevent the areafrom showing. @@ -453,7 +453,7 @@ Gradient color, start color to toColor. ### AreaStyle.toTop -`bool` `default: true` `v3.6.0` +`bool` `true` `v3.6.0` Whether to fill the gradient color to the top. The default is true, which means that the gradient color is filled to the top. If it is false, the gradient color is filled to the actual position. @@ -463,31 +463,31 @@ class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent) ### ArrowStyle.color -`Color32` `default: Color.clear` +`Color32` `Color.clear` the color of arrow. ### ArrowStyle.dent -`float` `default: 3` +`float` `3` The dent of arrow. ### ArrowStyle.height -`float` `default: 15` +`float` `15` The height of arrow. ### ArrowStyle.offset -`float` `default: 0` +`float` `0` The offset of arrow. ### ArrowStyle.width -`float` `default: 10` +`float` `10` The widht of arrow. @@ -499,49 +499,49 @@ The axis in rectangular coordinate. ### Axis.animation -`AxisAnimation` +[AxisAnimation](#axisanimation) -animation of axis. [AxisAnimation](#axisanimation) +animation of axis. ### Axis.axisLabel -`AxisLabel` +[AxisLabel](#axislabel) -axis label. [AxisLabel](#axislabel) +axis label. ### Axis.axisLine -`AxisLine` +[AxisLine](#axisline) -axis Line. [AxisLine](#axisline) +axis Line. ### Axis.axisName -`AxisName` +[AxisName](#axisname) -axis name. [AxisName](#axisname) +axis name. ### Axis.axisTick -`AxisTick` +[AxisTick](#axistick) -axis tick. [AxisTick](#axistick) +axis tick. ### Axis.boundaryGap -`bool` `default: true` +`bool` `true` The boundary gap on both sides of a coordinate axis, which is valid only for category axis with type: 'Category'. ### Axis.ceilRate -`double` `default: 0` +`double` `0` The ratio of maximum and minimum values rounded upward. The default is 0, which is automatically calculated. ### Axis.clockwise -`bool` `default: true` +`bool` `true` Whether the positive position of axis is in clockwise. True for clockwise by default. @@ -565,9 +565,9 @@ The index of the grid on which the axis are located, by default, is in the first ### Axis.indicatorLabel -`LabelStyle` `v3.4.0` +[LabelStyle](#labelstyle) `v3.4.0` -Style of axis tooltip indicator label. [LabelStyle](#labelstyle) +Style of axis tooltip indicator label. ### Axis.insertDataToHead @@ -577,25 +577,25 @@ Whether to add new data at the head or at the end of the list. ### Axis.interval -`double` `default: 0` +`double` `0` Compulsively set segmentation interval for axis.This is unavailable for category axis. ### Axis.inverse -`bool` `default: false` +`bool` `false` Whether the axis are reversed or not. Invalid in `Category` axis. ### Axis.logBase -`float` `default: 10` +`float` `10` Base of logarithm, which is valid only for numeric axes with type: 'Log'. ### Axis.logBaseE -`bool` `default: false` +`bool` `false` On the log axis, if base e is the natural number, and is true, logBase fails. @@ -607,7 +607,7 @@ The maximum value of axis.Valid when `minMaxType` is `Custom` ### Axis.maxCache -`int` `default: 0` +`int` `0` The max number of axis data cache. @@ -619,13 +619,13 @@ The minimun value of axis.Valid when `minMaxType` is `Custom` ### Axis.minCategorySpacing -`float` `default: 0` `v3.11.0` +`float` `0` `v3.11.0` The minimum spacing between categories. ### Axis.minMaxType -`Axis.AxisMinMaxType` +[Axis.AxisMinMaxType](#axisaxisminmaxtype) the type of axis minmax. @@ -638,15 +638,15 @@ Options: ### Axis.minorSplitLine -`AxisMinorSplitLine` `v3.2.0` +[AxisMinorSplitLine](#axisminorsplitline) `v3.2.0` -axis minor split line. [AxisMinorSplitLine](#axisminorsplitline) +axis minor split line. ### Axis.minorTick -`AxisMinorTick` `v3.2.0` +[AxisMinorTick](#axisminortick) `v3.2.0` -axis minor tick. [AxisMinorTick](#axisminortick) +axis minor tick. ### Axis.offset @@ -668,7 +668,7 @@ The index of the polar on which the axis are located, by default, is in the firs ### Axis.position -`Axis.AxisPosition` +[Axis.AxisPosition](#axisaxisposition) the position of axis in grid. @@ -682,31 +682,31 @@ Options: ### Axis.show -`bool` `default: true` +`bool` `true` Whether to show axis. ### Axis.splitArea -`AxisSplitArea` +[AxisSplitArea](#axissplitarea) -axis split area. [AxisSplitArea](#axissplitarea) +axis split area. ### Axis.splitLine -`AxisSplitLine` +[AxisSplitLine](#axissplitline) -axis split line. [AxisSplitLine](#axissplitline) +axis split line. ### Axis.splitNumber -`int` `default: 0` +`int` `0` Number of segments that the axis is split into. ### Axis.type -`Axis.AxisType` +[Axis.AxisType](#axisaxistype) the type of axis. @@ -733,7 +733,7 @@ the duration of animation (ms). When it is set to 0, the animation duration will ### AxisAnimation.show -`bool` `default: true` +`bool` `true` whether to enable animation. @@ -751,45 +751,45 @@ Settings related to axis label. ### AxisLabel.inside -`bool` `default: false` +`bool` `false` Set this to true so the axis labels face the inside direction. ### AxisLabel.interval -`int` `default: 0` +`int` `0` The display interval of the axis label. ### AxisLabel.onZero -`bool` `default: false` +`bool` `false` 刻度标签显示在0刻度上。 ### AxisLabel.showAsPositiveNumber -`bool` `default: false` +`bool` `false` Show negative number as positive number. ### AxisLabel.showEndLabel -`bool` `default: true` +`bool` `true` Whether to display the last label. ### AxisLabel.showStartLabel -`bool` `default: true` +`bool` `true` Whether to display the first label. ### AxisLabel.textLimit -`TextLimit` +[TextLimit](#textlimit) -文本限制。 [TextLimit](#textlimit) +文本限制。 ## AxisLine @@ -799,9 +799,9 @@ Settings related to axis line. ### AxisLine.arrow -`ArrowStyle` +[ArrowStyle](#arrowstyle) -the arrow of line. [ArrowStyle](#arrowstyle) +the arrow of line. ### AxisLine.onZero @@ -847,10 +847,9 @@ Settings related to axis minor tick. `bool` - ### AxisMinorTick.splitNumber -`int` `default: 5` +`int` `5` Number of segments that the axis is split into. @@ -862,9 +861,9 @@ the name of axis. ### AxisName.labelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -The text style of axis name. [LabelStyle](#labelstyle) +The text style of axis name. ### AxisName.name @@ -928,19 +927,19 @@ Interval of Axis splitLine. ### AxisSplitLine.showEndLine -`bool` `default: true` `v3.3.0` +`bool` `true` `v3.3.0` Whether to show the last split line. ### AxisSplitLine.showStartLine -`bool` `default: true` `v3.3.0` +`bool` `true` `v3.3.0` Whether to show the first split line. ### AxisSplitLine.showZLine -`bool` `default: true` `v3.11.0` +`bool` `true` `v3.11.0` Whether to show the Z axis part of the split line. Generally used for 3D coordinate systems. @@ -964,7 +963,6 @@ Align axis tick with label, which is available only when boundaryGap is set to b `bool` - ### AxisTick.distance `float` @@ -991,7 +989,7 @@ Whether to display the first tick. ### AxisTick.splitNumber -`int` `default: 0` +`int` `0` Number of segments that the axis is split into. @@ -1003,15 +1001,15 @@ Background component. ### Background.autoColor -`bool` `default: true` +`bool` `true` Whether to use theme background color for component color when the background component is on. ### Background.borderStyle -`BorderStyle` `v3.10.0` +[BorderStyle](#borderstyle) `v3.10.0` -the border style of background. [BorderStyle](#borderstyle) +the border style of background. ### Background.image @@ -1027,7 +1025,7 @@ the image of background. ### Background.imageHeight -`float` `default: 0` `v3.10.0` +`float` `0` `v3.10.0` the height of background image. @@ -1039,13 +1037,13 @@ the fill type of background image. ### Background.imageWidth -`float` `default: 0` `v3.10.0` +`float` `0` `v3.10.0` the width of background image. ### Background.show -`bool` `default: true` +`bool` `true` Whether to enable the background component. @@ -1065,13 +1063,13 @@ the color of line. ### BaseAxisTheme.lineLength -`float` `default: 0f` +`float` `0f` the length of line. ### BaseAxisTheme.lineType -`LineStyle.Type` +[LineStyle.Type](#linestyletype) the type of line. @@ -1086,7 +1084,7 @@ Options: ### BaseAxisTheme.lineWidth -`float` `default: 1f` +`float` `1f` the width of line. @@ -1110,13 +1108,13 @@ the color of split line. ### BaseAxisTheme.splitLineLength -`float` `default: 0f` +`float` `0f` the length of split line. ### BaseAxisTheme.splitLineType -`LineStyle.Type` +[LineStyle.Type](#linestyletype) the type of split line. @@ -1131,7 +1129,7 @@ Options: ### BaseAxisTheme.splitLineWidth -`float` `default: 1f` +`float` `1f` the width of split line. @@ -1143,13 +1141,13 @@ the color of tick. ### BaseAxisTheme.tickLength -`float` `default: 5f` +`float` `5f` the length of tick. ### BaseAxisTheme.tickWidth -`float` `default: 1f` +`float` `1f` the width of tick. @@ -1161,9 +1159,9 @@ Settings related to base line. ### BaseLine.lineStyle -`LineStyle` +[LineStyle](#linestyle) -线条样式 [LineStyle](#linestyle) +线条样式 ### BaseLine.show @@ -1215,13 +1213,13 @@ The radius of rounded corner. Its unit is px. Use array to respectively specify ### BorderStyle.roundedCorner -`bool` `default: true` +`bool` `true` whether the border is rounded corner. ### BorderStyle.show -`bool` `default: false` +`bool` `false` whether the border is visible. @@ -1255,19 +1253,19 @@ The items of comment. ### Comment.labelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -The text style of all comments. [LabelStyle](#labelstyle) +The text style of all comments. ### Comment.markStyle -`CommentMarkStyle` +[CommentMarkStyle](#commentmarkstyle) -The text style of all comments. [CommentMarkStyle](#commentmarkstyle) +The text style of all comments. ### Comment.show -`bool` `default: true` +`bool` `true` Set this to false to prevent the comment from showing. @@ -1285,15 +1283,15 @@ content of comment. ### CommentItem.labelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -The text style of all comments. [LabelStyle](#labelstyle) +The text style of all comments. ### CommentItem.location -`Location` `v3.5.0` +[Location](#location) `v3.5.0` -The location of comment. [Location](#location) +The location of comment. ### CommentItem.markRect @@ -1303,13 +1301,13 @@ the mark rect of comment. ### CommentItem.markStyle -`CommentMarkStyle` +[CommentMarkStyle](#commentmarkstyle) -the mark rect style. [CommentMarkStyle](#commentmarkstyle) +the mark rect style. ### CommentItem.show -`bool` `default: true` +`bool` `true` Set this to false to prevent this comment item from showing. @@ -1321,13 +1319,13 @@ the comment mark style. ### CommentMarkStyle.lineStyle -`LineStyle` +[LineStyle](#linestyle) -line style of comment mark area. [LineStyle](#linestyle) +line style of comment mark area. ### CommentMarkStyle.show -`bool` `default: true` +`bool` `true` Set this to false to prevent this comment item from showing. @@ -1343,7 +1341,7 @@ the font of text. ### ComponentTheme.fontSize -`int` `default: 18` +`int` `18` the font size of text. @@ -1379,9 +1377,9 @@ DataZoom component is used for zooming a specific area, which enables user to in ### DataZoom.areaStyle -`AreaStyle` +[AreaStyle](#areastyle) -阴影填充样式。 [AreaStyle](#areastyle) +阴影填充样式。 ### DataZoom.backgroundColor @@ -1409,7 +1407,7 @@ Distance between dataZoom component and the bottom side of the container. bottom ### DataZoom.enable -`bool` `default: true` +`bool` `true` Whether to show dataZoom. @@ -1433,7 +1431,7 @@ the color of dataZoom data area. ### DataZoom.filterMode -`DataZoom.FilterMode` +[DataZoom.FilterMode](#datazoomfiltermode) The mode of data filter. @@ -1446,9 +1444,9 @@ Options: ### DataZoom.labelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -label style. [LabelStyle](#labelstyle) +label style. ### DataZoom.left @@ -1458,25 +1456,25 @@ Distance between dataZoom component and the left side of the container. left val ### DataZoom.lineStyle -`LineStyle` +[LineStyle](#linestyle) -阴影线条样式。 [LineStyle](#linestyle) +阴影线条样式。 ### DataZoom.marqueeStyle -`MarqueeStyle` `v3.5.0` +[MarqueeStyle](#marqueestyle) `v3.5.0` -选取框样式。 [MarqueeStyle](#marqueestyle) +选取框样式。 ### DataZoom.minShowNum -`int` `default: 2` +`int` `2` Minimum number of display data. Minimum number of data displayed when DataZoom is enlarged to maximum. ### DataZoom.orient -`Orient` +[Orient](#orient) Specify whether the layout of dataZoom component is horizontal or vertical. What's more, it indicates whether the horizontal axis or vertical axis is controlled by default in catesian coordinate system. @@ -1487,7 +1485,7 @@ Options: ### DataZoom.rangeMode -`DataZoom.RangeMode` +[DataZoom.RangeMode](#datazoomrangemode) Use absolute value or percent value in DataZoom.start and DataZoom.end. @@ -1504,7 +1502,7 @@ Distance between dataZoom component and the right side of the container. right v ### DataZoom.scrollSensitivity -`float` `default: 1.1f` +`float` `1.1f` The sensitivity of dataZoom scroll. The larger the number, the more sensitive it is. @@ -1540,13 +1538,13 @@ Whether built-in support is supported. Built into the coordinate system to allow ### DataZoom.supportInsideDrag -`bool` `default: true` +`bool` `true` Whether insde drag is supported. ### DataZoom.supportInsideScroll -`bool` `default: true` +`bool` `true` Whether inside scrolling is supported. @@ -1638,32 +1636,29 @@ class in XCharts.Runtime ### DebugInfo.foldSeries -`bool` `default: false` +`bool` `false` Whether to fold series in inspector view. ### DebugInfo.labelStyle -`LabelStyle` - - [LabelStyle](#labelstyle) +[LabelStyle](#labelstyle) ### DebugInfo.show -`bool` `default: true` +`bool` `true` Whether show debug component. ### DebugInfo.showAllChartObject -`bool` `default: false` +`bool` `false` Whether show children components of chart in hierarchy view. ### DebugInfo.showDebugInfo -`bool` `default: false` - +`bool` `false` ## EffectScatter @@ -1679,7 +1674,7 @@ Configurations of emphasis state. ### EmphasisStyle.blurScope -`EmphasisStyle.BlurScope` +[EmphasisStyle.BlurScope](#emphasisstyleblurscope) The range of fade out when focus is enabled. @@ -1691,7 +1686,7 @@ Options: ### EmphasisStyle.focus -`EmphasisStyle.FocusType` +[EmphasisStyle.FocusType](#emphasisstylefocustype) When the data is highlighted, whether to fade out of other data to focus the highlighted. @@ -1703,7 +1698,7 @@ Options: ### EmphasisStyle.scale -`float` `default: 1.1f` +`float` `1.1f` Whether to scale to highlight the data in emphasis state. @@ -1731,49 +1726,49 @@ The color of grid border. ### GridCoord.borderWidth -`float` `default: 0f` +`float` `0f` Border width of grid. ### GridCoord.bottom -`float` `default: 0.14f` +`float` `0.14f` Distance between grid component and the bottom side of the container. ### GridCoord.layoutIndex -`int` `default: -1` `v3.8.0` +`int` `-1` `v3.8.0` The index of the grid layout component to which the grid belongs. The default is -1, which means that it does not belong to any grid layout component. When this value is set, the left, right, top, and bottom properties will be invalid. ### GridCoord.left -`float` `default: 0.11f` +`float` `0.11f` Distance between grid component and the left side of the container. ### GridCoord.right -`float` `default: 0.08f` +`float` `0.08f` Distance between grid component and the right side of the container. ### GridCoord.show -`bool` `default: true` +`bool` `true` Whether to show the grid in rectangular coordinate. ### GridCoord.showBorder -`bool` `default: false` +`bool` `false` Whether to show the grid border. ### GridCoord.top -`float` `default: 0.22f` +`float` `0.22f` Distance between grid component and the top side of the container. @@ -1787,68 +1782,67 @@ Grid component. ### GridCoord3D.bottom -`float` `default: 0.15f` +`float` `0.15f` Distance between grid component and the bottom side of the container. ### GridCoord3D.boxDepth -`float` `default: 0.2f` +`float` `0.2f` The depth of the box in the coordinate system. ### GridCoord3D.boxHeight -`float` `default: 0.4f` +`float` `0.4f` The height of the box in the coordinate system. ### GridCoord3D.boxWidth -`float` `default: 0.55f` +`float` `0.55f` The width of the box in the coordinate system. ### GridCoord3D.left -`float` `default: 0.15f` +`float` `0.15f` Distance between grid component and the left side of the container. ### GridCoord3D.right -`float` `default: 0.2f` +`float` `0.2f` Distance between grid component and the right side of the container. ### GridCoord3D.show -`bool` `default: true` +`bool` `true` Whether to show the grid in rectangular coordinate. ### GridCoord3D.showBorder -`bool` `default: false` +`bool` `false` Whether to show the grid border. ### GridCoord3D.top -`float` `default: 0.3f` +`float` `0.3f` Distance between grid component and the top side of the container. ### GridCoord3D.viewControl -`ViewControl` +[ViewControl](#viewcontrol) -View control component in 3D coordinate system. [ViewControl](#viewcontrol) +View control component in 3D coordinate system. ### GridCoord3D.xYExchanged -`bool` `default: false` - +`bool` `false` ## GridLayout @@ -1860,55 +1854,55 @@ Grid layout component. Used to manage the layout of multiple `GridCoord`, and th ### GridLayout.bottom -`float` `default: 0.12f` +`float` `0.12f` Distance between grid component and the bottom side of the container. ### GridLayout.column -`int` `default: 2` +`int` `2` the column count of grid layout. ### GridLayout.inverse -`bool` `default: false` +`bool` `false` Whether to inverse the grid layout. ### GridLayout.left -`float` `default: 0.1f` +`float` `0.1f` Distance between grid component and the left side of the container. ### GridLayout.right -`float` `default: 0.08f` +`float` `0.08f` Distance between grid component and the right side of the container. ### GridLayout.row -`int` `default: 2` +`int` `2` the row count of grid layout. ### GridLayout.show -`bool` `default: true` +`bool` `true` Whether to show the grid in rectangular coordinate. ### GridLayout.spacing -`Vector2` `default: Vector2.zero` +`Vector2` `Vector2.zero` the spacing of grid layout. ### GridLayout.top -`float` `default: 0.22f` +`float` `0.22f` Distance between grid component and the top side of the container. @@ -1918,7 +1912,7 @@ class in XCharts.Runtime / Inherits from: [Serie](#serie), [INeedSerieContainer] ### Heatmap.heatmapType -`HeatmapType` `v3.3.0` +[HeatmapType](#heatmaptype) `v3.3.0` The mapping type of heatmap. @@ -1933,7 +1927,7 @@ class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent) ### IconStyle.align -`Align` +[Align](#align) 水平方向对齐方式。 @@ -1945,7 +1939,7 @@ Options: ### IconStyle.autoHideWhenLabelEmpty -`bool` `default: false` +`bool` `false` 当label内容为空时是否自动隐藏图标 @@ -1957,13 +1951,13 @@ Options: ### IconStyle.height -`float` `default: 20` +`float` `20` 图标高。 ### IconStyle.layer -`IconStyle.Layer` +[IconStyle.Layer](#iconstylelayer) 显示在上层还是在下层。 @@ -1980,7 +1974,7 @@ Options: ### IconStyle.show -`bool` `default: false` +`bool` `false` Whether the data icon is show. @@ -1998,7 +1992,7 @@ How to display the icon. ### IconStyle.width -`float` `default: 20` +`float` `20` 图标宽。 @@ -2020,13 +2014,13 @@ class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent), [IS ### ImageStyle.height -`float` `default: 0` +`float` `0` 图标高。 ### ImageStyle.show -`bool` `default: true` +`bool` `true` Whether the data icon is show. @@ -2044,7 +2038,7 @@ How to display the image. ### ImageStyle.width -`float` `default: 0` +`float` `0` 图标宽。 @@ -2056,19 +2050,19 @@ Indicator of radar chart, which is used to assign multiple variables(dimensions) ### Indicator.axisLine -`AxisLine` +[AxisLine](#axisline) -axis line. [AxisLine](#axisline) +axis line. ### Indicator.axisName -`AxisName` +[AxisName](#axisname) -Name options for radar indicators. [AxisName](#axisname) +Name options for radar indicators. ### Indicator.ceilRate -`double` `default: 0` +`double` `0` The ratio of maximum and minimum values rounded upward. The default is 0, which is automatically calculated. @@ -2080,25 +2074,25 @@ the center of radar chart. ### Indicator.connectCenter -`bool` `default: false` +`bool` `false` Whether serie data connect to radar center with line. ### Indicator.gridIndex -`int` `default: -1` `v3.8.0` +`int` `-1` `v3.8.0` Index of layout component that serie uses. Default is -1 means not use layout, otherwise use the first layout component. ### Indicator.indicator -`bool` `default: true` +`bool` `true` Whether to show indicator. ### Indicator.indicatorGap -`float` `default: 10` +`float` `10` The gap of indicator and radar. @@ -2116,7 +2110,7 @@ the indicator list. ### Indicator.lineGradient -`bool` `default: true` +`bool` `true` Whether need gradient for data line. @@ -2140,7 +2134,7 @@ The name of indicator. ### Indicator.outRangeColor -`Color32` `default: Color.red` +`Color32` `Color.red` The color displayed when data out of range. @@ -2152,7 +2146,7 @@ The position type of indicator. ### Indicator.radius -`float` `default: 100` +`float` `100` the radius of radar. @@ -2176,19 +2170,19 @@ Radar render type, in which 'Polygon' and 'Circle' are supported. ### Indicator.splitArea -`AxisSplitArea` +[AxisSplitArea](#axissplitarea) -Split area of axis in grid area. [AxisSplitArea](#axissplitarea) +Split area of axis in grid area. ### Indicator.splitLine -`AxisSplitLine` +[AxisSplitLine](#axissplitline) -split line. [AxisSplitLine](#axissplitline) +split line. ### Indicator.splitNumber -`int` `default: 5` +`int` `5` Segments of indicator axis. @@ -2260,7 +2254,7 @@ class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent), [IS ### ItemStyle.borderGap -`float` `default: 0` +`float` `0` 边框间隙。 @@ -2272,7 +2266,7 @@ class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent), [IS ### ItemStyle.borderWidth -`float` `default: 0` +`float` `0` 边框宽。 @@ -2332,13 +2326,13 @@ Standard number and date format string. Used to format a Double value or a DateT ### ItemStyle.opacity -`float` `default: 1` +`float` `1` 透明度。支持从 0 到 1 的数字,为 0 时不绘制该图形。 ### ItemStyle.show -`bool` `default: true` +`bool` `true` 是否启用。 @@ -2366,49 +2360,49 @@ class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent), [IS ### LabelLine.endSymbol -`SymbolStyle` +[SymbolStyle](#symbolstyle) -The symbol of the end point of labelline. [SymbolStyle](#symbolstyle) +The symbol of the end point of labelline. ### LabelLine.lineAngle -`float` `default: 60` +`float` `60` the angle of visual guild line. Valid for broken line and curve line. Invalid in Pie. ### LabelLine.lineColor -`Color32` `default: Color32(0,0,0,0)` +`Color32` `Color32(0,0,0,0)` the color of visual guild line. ### LabelLine.lineEndX -`float` `default: 0f` `v3.8.0` +`float` `0f` `v3.8.0` The fixed x position of the end point of visual guide line. ### LabelLine.lineGap -`float` `default: 1.0f` +`float` `1.0f` the gap of container and guild line. ### LabelLine.lineLength1 -`float` `default: 25f` +`float` `25f` The length of the first segment of visual guide line. ### LabelLine.lineLength2 -`float` `default: 15f` +`float` `15f` The length of the second segment of visual guide line. ### LabelLine.lineType -`LabelLine.LineType` +[LabelLine.LineType](#labellinelinetype) the type of visual guide line. @@ -2420,21 +2414,21 @@ Options: ### LabelLine.lineWidth -`float` `default: 1.0f` +`float` `1.0f` the width of visual guild line. ### LabelLine.show -`bool` `default: true` +`bool` `true` Whether the label line is showed. ### LabelLine.startSymbol -`SymbolStyle` +[SymbolStyle](#symbolstyle) -The symbol of the start point of labelline. [SymbolStyle](#symbolstyle) +The symbol of the start point of labelline. ## LabelStyle @@ -2444,21 +2438,21 @@ Text label of chart, to explain some data information about graphic item like va ### LabelStyle.autoOffset -`bool` `default: false` +`bool` `false` Whether to automatically offset. When turned on, the Y offset will automatically determine the opening of the curve to determine whether to offset up or down. ### LabelStyle.autoRotate -`bool` `default: false` `v3.6.0` +`bool` `false` `v3.6.0` auto rotate of label. ### LabelStyle.background -`ImageStyle` +[ImageStyle](#imagestyle) -the sytle of background. [ImageStyle](#imagestyle) +the sytle of background. ### LabelStyle.distance @@ -2474,15 +2468,15 @@ label content string template formatter. \n line wrapping is supported. Formatte ### LabelStyle.height -`float` `default: 0` +`float` `0` the height of label. If set as default value 0, it means than the label height auto set as the text height. ### LabelStyle.icon -`IconStyle` +[IconStyle](#iconstyle) -the sytle of icon. [IconStyle](#iconstyle) +the sytle of icon. ### LabelStyle.numericFormatter @@ -2510,25 +2504,25 @@ Rotation of label. ### LabelStyle.show -`bool` `default: true` +`bool` `true` Whether the label is showed. ### LabelStyle.textPadding -`TextPadding` +[TextPadding](#textpadding) -the text padding of label. [TextPadding](#textpadding) +the text padding of label. ### LabelStyle.textStyle -`TextStyle` +[TextStyle](#textstyle) -the sytle of text. [TextStyle](#textstyle) +the sytle of text. ### LabelStyle.width -`float` `default: 0` +`float` `0` the width of label. If set as default value 0, it means than the label width auto set as the text width. @@ -2554,9 +2548,9 @@ Legend component.The legend component shows different sets of tags, colors, and ### Legend.background -`ImageStyle` `v3.1.0` +[ImageStyle](#imagestyle) `v3.1.0` -the sytle of background. [ImageStyle](#imagestyle) +the sytle of background. ### Legend.colors @@ -2584,7 +2578,7 @@ No longer used, the use of LabelStyle.formatter instead. ### Legend.iconType -`Legend.Type` +[Legend.Type](#legendtype) Type of legend. @@ -2601,49 +2595,49 @@ Options: ### Legend.itemAutoColor -`bool` `default: true` +`bool` `true` Whether the legend symbol matches the color automatically. ### Legend.itemGap -`float` `default: 10f` +`float` `10f` The distance between each legend, horizontal distance in horizontal layout, and vertical distance in vertical layout. ### Legend.itemHeight -`float` `default: 12.0f` +`float` `12.0f` Image height of legend symbol. ### Legend.itemOpacity -`float` `default: 1` +`float` `1` the opacity of item color. ### Legend.itemWidth -`float` `default: 25.0f` +`float` `25.0f` Image width of legend symbol. ### Legend.labelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -the style of text. [LabelStyle](#labelstyle) +the style of text. ### Legend.location -`Location` +[Location](#location) -The location of legend. [Location](#location) +The location of legend. ### Legend.orient -`Orient` +[Orient](#orient) Specify whether the layout of legend component is horizontal or vertical. @@ -2654,9 +2648,9 @@ Options: ### Legend.padding -`Padding` `v3.1.0` +[Padding](#padding) `v3.1.0` -the paddinng of item and background. [Padding](#padding) +the paddinng of item and background. ### Legend.positions @@ -2666,7 +2660,7 @@ the custom positions of legend item. ### Legend.selectedMode -`Legend.SelectedMode` +[Legend.SelectedMode](#legendselectedmode) Selected mode of legend, which controls whether series can be toggled displaying by clicking legends. @@ -2678,15 +2672,15 @@ Options: ### Legend.show -`bool` `default: true` +`bool` `true` Whether to show legend component. ### Legend.textLimit -`TextLimit` `v3.10.0` +[TextLimit](#textlimit) `v3.10.0` -the limit of text. [TextLimit](#textlimit) +the limit of text. ## LegendTheme @@ -2704,33 +2698,33 @@ class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent) ### Level.depth -`int` `default: 0` `v3.10.0` +`int` `0` `v3.10.0` the depth of level. ### Level.itemStyle -`ItemStyle` +[ItemStyle](#itemstyle) -the item style of level. [ItemStyle](#itemstyle) +the item style of level. ### Level.label -`LabelStyle` +[LabelStyle](#labelstyle) -the label style of level. [LabelStyle](#labelstyle) +the label style of level. ### Level.lineStyle -`LineStyle` `v3.10.0` +[LineStyle](#linestyle) `v3.10.0` -the line style of level. [LineStyle](#linestyle) +the line style of level. ### Level.upperLabel -`LabelStyle` +[LabelStyle](#labelstyle) -the upper label style of level. [LabelStyle](#labelstyle) +the upper label style of level. ## LevelStyle @@ -2746,7 +2740,7 @@ class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent) ### LevelStyle.show -`bool` `default: false` +`bool` `false` 是否启用LevelStyle @@ -2760,13 +2754,13 @@ class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent), [IS ### LineArrow.arrow -`ArrowStyle` +[ArrowStyle](#arrowstyle) -the arrow of line. [ArrowStyle](#arrowstyle) +the arrow of line. ### LineArrow.position -`LineArrow.Position` +[LineArrow.Position](#linearrowposition) The position of arrow. @@ -2795,37 +2789,37 @@ the color of line, default use serie color. ### LineStyle.dashLength -`float` `default: 4` `v3.8.1` +`float` `4` `v3.8.1` the length of dash line. default value is 0, which means the length of dash line is 12 times of line width. Represents a multiple of the number of segments in a line chart. ### LineStyle.dotLength -`float` `default: 2` `v3.8.1` +`float` `2` `v3.8.1` the length of dot line. default value is 0, which means the length of dot line is 2 times of line width. Represents a multiple of the number of segments in a line chart. ### LineStyle.gapLength -`float` `default: 2` `v3.8.1` +`float` `2` `v3.8.1` the length of gap line. default value is 0, which means the length of gap line is 3 times of line width. Represents a multiple of the number of segments in a line chart. ### LineStyle.length -`float` `default: 0` +`float` `0` the length of line. ### LineStyle.opacity -`float` `default: 1` +`float` `1` Opacity of the line. Supports value from 0 to 1, and the line will not be drawn when set to 0. ### LineStyle.show -`bool` `default: true` +`bool` `true` Whether show line. @@ -2843,7 +2837,7 @@ the end color of line, default use serie color. ### LineStyle.type -`LineStyle.Type` +[LineStyle.Type](#linestyletype) the type of line. @@ -2858,7 +2852,7 @@ Options: ### LineStyle.width -`float` `default: 0` +`float` `0` the width of line. @@ -2870,7 +2864,7 @@ Location type. Quick to set the general location. ### Location.align -`Location.Align` +[Location.Align](#locationalign) 对齐方式。 @@ -2922,39 +2916,39 @@ Used to mark an area in chart. For example, mark a time interval. ### MarkArea.end -`MarkAreaData` +[MarkAreaData](#markareadata) -标域范围的结束数据。 [MarkAreaData](#markareadata) +标域范围的结束数据。 ### MarkArea.itemStyle -`ItemStyle` +[ItemStyle](#itemstyle) -标域样式。 [ItemStyle](#itemstyle) +标域样式。 ### MarkArea.label -`LabelStyle` +[LabelStyle](#labelstyle) -标域文本样式。 [LabelStyle](#labelstyle) +标域文本样式。 ### MarkArea.serieIndex -`int` `default: 0` +`int` `0` Serie index of markArea. 标域影响的Serie索引。 ### MarkArea.show -`bool` `default: true` +`bool` `true` 是否显示标域。 ### MarkArea.start -`MarkAreaData` +[MarkAreaData](#markareadata) -标域范围的起始数据。 [MarkAreaData](#markareadata) +标域范围的起始数据。 ### MarkArea.text @@ -2970,7 +2964,7 @@ class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent) ### MarkAreaData.dimension -`int` `default: 1` +`int` `1` From which dimension of data to calculate the maximum and minimum value and so on. @@ -2982,7 +2976,7 @@ Name of the marker, which will display as a label. ### MarkAreaData.type -`MarkAreaType` +[MarkAreaType](#markareatype) Special markArea types, are used to label maximum value, minimum value and so on. @@ -3026,9 +3020,9 @@ Use a line in the chart to illustrate. ### MarkLine.animation -`AnimationStyle` +[AnimationStyle](#animationstyle) -The animation of markline. [AnimationStyle](#animationstyle) +The animation of markline. ### MarkLine.data @@ -3038,19 +3032,19 @@ A list of marked data. When the group of data item is 0, each data item represen ### MarkLine.onTop -`bool` `default: true` `v3.9.0` +`bool` `true` `v3.9.0` whether the markline is on top. ### MarkLine.serieIndex -`int` `default: 0` +`int` `0` The serie index of markLine. ### MarkLine.show -`bool` `default: true` +`bool` `true` Whether to display the marking line. @@ -3064,33 +3058,33 @@ Data of marking line. ### MarkLineData.dimension -`int` `default: 1` +`int` `1` From which dimension of data to calculate the maximum and minimum value and so on. ### MarkLineData.endSymbol -`SymbolStyle` +[SymbolStyle](#symbolstyle) -The symbol of the end point of markline. [SymbolStyle](#symbolstyle) +The symbol of the end point of markline. ### MarkLineData.group -`int` `default: 0` +`int` `0` Grouping. When the group is not 0, it means that this data is the starting point or end point of the marking line. Data consistent with the group form a marking line. ### MarkLineData.label -`LabelStyle` +[LabelStyle](#labelstyle) -Text styles of label. You can set position to Start, Middle, and End to display text in different locations. [LabelStyle](#labelstyle) +Text styles of label. You can set position to Start, Middle, and End to display text in different locations. ### MarkLineData.lineStyle -`LineStyle` +[LineStyle](#linestyle) -The line style of markline. [LineStyle](#linestyle) +The line style of markline. ### MarkLineData.name @@ -3100,13 +3094,13 @@ Name of the marker, which will display as a label. ### MarkLineData.startSymbol -`SymbolStyle` +[SymbolStyle](#symbolstyle) -The symbol of the start point of markline. [SymbolStyle](#symbolstyle) +The symbol of the start point of markline. ### MarkLineData.type -`MarkLineType` +[MarkLineType](#marklinetype) Special label types, are used to label maximum value, minimum value and so on. @@ -3144,7 +3138,7 @@ That's the value on the Y-axis. The value specified when the Y axis is the categ ### MarkLineData.zeroPosition -`bool` `default: false` +`bool` `false` Is the origin of the coordinate system. @@ -3158,25 +3152,25 @@ Marquee style. It can be used for the DataZoom component. 选取框样式。可 ### MarqueeStyle.apply -`bool` `default: false` `v3.5.0` +`bool` `false` `v3.5.0` Check whether the scope is applied to the DataZoom. If this parameter is set to true, the range after the selection is complete is the DataZoom selection range. ### MarqueeStyle.areaStyle -`AreaStyle` `v3.5.0` +[AreaStyle](#areastyle) `v3.5.0` -The area style of marquee. [AreaStyle](#areastyle) +The area style of marquee. ### MarqueeStyle.lineStyle -`LineStyle` `v3.5.0` +[LineStyle](#linestyle) `v3.5.0` -The line style of marquee border. [LineStyle](#linestyle) +The line style of marquee border. ### MarqueeStyle.realRect -`bool` `default: false` `v3.5.0` +`bool` `false` `v3.5.0` Whether to select the actual box selection area. When true, the actual range between the mouse's actual point and the end point is used as the box selection area. @@ -3190,7 +3184,7 @@ class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent) ### MLValue.type -`MLValue.Type` +[MLValue.Type](#mlvaluetype) @@ -3204,7 +3198,6 @@ Options: `float` - ## Padding class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent) / Subclasses: [TextPadding](#textpadding) @@ -3213,31 +3206,31 @@ padding setting of item or text. ### Padding.bottom -`float` `default: 0` +`float` `0` padding of bottom. ### Padding.left -`float` `default: 2f` +`float` `2f` padding of left. ### Padding.right -`float` `default: 2f` +`float` `2f` padding of right. ### Padding.show -`bool` `default: true` +`bool` `true` show padding. 是否显示。 ### Padding.top -`float` `default: 0` +`float` `0` padding of top. @@ -3263,19 +3256,19 @@ Background color of grid, which is transparent by default. ### ParallelCoord.bottom -`float` `default: 0.12f` +`float` `0.12f` Distance between grid component and the bottom side of the container. ### ParallelCoord.left -`float` `default: 0.1f` +`float` `0.1f` Distance between grid component and the left side of the container. ### ParallelCoord.orient -`Orient` +[Orient](#orient) Orientation of the axis. By default, it's 'Vertical'. You can set it to be 'Horizonal' to make a vertical axis. @@ -3286,19 +3279,19 @@ Options: ### ParallelCoord.right -`float` `default: 0.08f` +`float` `0.08f` Distance between grid component and the right side of the container. ### ParallelCoord.show -`bool` `default: true` +`bool` `true` Whether to show the grid in rectangular coordinate. ### ParallelCoord.top -`float` `default: 0.22f` +`float` `0.22f` Distance between grid component and the top side of the container. @@ -3308,7 +3301,7 @@ class in XCharts.Runtime / Inherits from: [Serie](#serie) ### Pie.radiusGradient -`bool` `default: false` `v3.8.1` +`bool` `false` `v3.8.1` Whether to use gradient color in pie chart. @@ -3336,7 +3329,7 @@ The center of ploar. The center[0] is the x-coordinate, and the center[1] is the ### PolarCoord.indicatorLabelOffset -`float` `default: 30f` `v3.8.0` +`float` `30f` `v3.8.0` The offset of indicator label. @@ -3348,7 +3341,7 @@ the radius of polar. ### PolarCoord.show -`bool` `default: true` +`bool` `true` Whether to show the polor component. @@ -3358,7 +3351,7 @@ class in XCharts.Runtime / Inherits from: [Serie](#serie), [INeedSerieContainer] ### Radar.smooth -`bool` `default: false` `v3.2.0` +`bool` `false` `v3.2.0` Whether use smooth curve. @@ -3388,7 +3381,7 @@ class in XCharts.Runtime / Inherits from: [Serie](#serie) ### Ring.radiusGradient -`bool` `default: false` `v3.12.0` +`bool` `false` `v3.12.0` Whether to use gradient color in pie chart. @@ -3412,7 +3405,7 @@ class in XCharts.Runtime / Inherits from: [BaseSerie](#baseserie), [IComparable] ### Serie.align -`Align` +[Align](#align) 组件水平方向对齐方式。 @@ -3424,37 +3417,37 @@ Options: ### Serie.animation -`AnimationStyle` +[AnimationStyle](#animationstyle) -The start animation. [AnimationStyle](#animationstyle) +The start animation. ### Serie.avoidLabelOverlap -`bool` `default: false` +`bool` `false` If the pie chart and labels are displayed externally, whether to enable the label overlap prevention policy is disabled by default. If labels are crowded and overlapped, the positions of labels are moved to prevent label overlap. ### Serie.barGap -`float` `default: 0.1f` +`float` `0.1f` The gap between bars between different series, is a percent value like '0.3f' , which means 30% of the bar width, can be set as a fixed value. Set barGap as '-1' can overlap bars that belong to different series, which is useful when making a series of bar be background. In a single coodinate system, this attribute is shared by multiple 'bar' series. This attribute should be set on the last 'bar' series in the coodinate system, then it will be adopted by all 'bar' series in the coordinate system. ### Serie.barMaxWidth -`float` `default: 0` `v3.5.0` +`float` `0` `v3.5.0` The max width of the bar. Adaptive when default 0. ### Serie.barPercentStack -`bool` `default: false` +`bool` `false` 柱形图是否为百分比堆积。相同stack的serie只要有一个barPercentStack为true,则就显示成百分比堆叠柱状图。 ### Serie.barType -`BarType` +[BarType](#bartype) 柱形图类型。 @@ -3466,19 +3459,19 @@ Options: ### Serie.barWidth -`float` `default: 0` +`float` `0` The width of the bar. Adaptive when default 0. ### Serie.barZebraGap -`float` `default: 2f` +`float` `2f` 斑马线的间距。 ### Serie.barZebraWidth -`float` `default: 4f` +`float` `4f` 斑马线的粗细。 @@ -3496,25 +3489,25 @@ the center of chart. ### Serie.clickOffset -`bool` `default: true` +`bool` `true` Whether offset when mouse click pie chart item. ### Serie.clip -`bool` `default: false` +`bool` `false` If clip the overflow on the coordinate system. ### Serie.clockwise -`bool` `default: true` +`bool` `true` 是否顺时针。 ### Serie.colorBy -`SerieColorBy` `v3.2.0` +[SerieColorBy](#seriecolorby) `v3.2.0` The policy to take color from theme. @@ -3538,7 +3531,7 @@ the chart coord system of serie. ### Serie.dataSortType -`SerieDataSortType` +[SerieDataSortType](#seriedatasorttype) 组件的数据排序。 @@ -3562,25 +3555,25 @@ gap of item. ### Serie.gridIndex -`int` `default: -1` `v3.8.0` +`int` `-1` `v3.8.0` Index of layout component that serie uses. Default is -1 means not use layout, otherwise use the first layout component. ### Serie.ignore -`bool` `default: false` +`bool` `false` 是否开启忽略数据。当为 true 时,数据值为 ignoreValue 时不进行绘制。 ### Serie.ignoreLineBreak -`bool` `default: false` +`bool` `false` 忽略数据时折线是断开还是连接。默认false为连接。 ### Serie.ignoreValue -`double` `default: 0` +`double` `0` 忽略数据的默认值。当ignore为true才有效。 @@ -3598,19 +3591,19 @@ Whether to add new data at the head or at the end of the list. ### Serie.itemStyle -`ItemStyle` +[ItemStyle](#itemstyle) -The style of data item. [ItemStyle](#itemstyle) +The style of data item. ### Serie.large -`bool` `default: true` +`bool` `true` 是否开启大数据量优化,在数据图形特别多而出现卡顿时候可以开启。 开启后配合 largeThreshold 在数据量大于指定阈值的时候对绘制进行优化。 缺点:优化后不能自定义设置单个数据项的样式,不能显示Label。 ### Serie.largeThreshold -`int` `default: 200` +`int` `200` Turn on the threshold for mass optimization. Enter performance mode only when large is enabled and the amount of data is greater than the threshold. @@ -3622,13 +3615,13 @@ Distance between component and the left side of the container. ### Serie.lineStyle -`LineStyle` +[LineStyle](#linestyle) -The style of line. [LineStyle](#linestyle) +The style of line. ### Serie.lineType -`LineType` +[LineType](#linetype) The type of line chart. @@ -3666,7 +3659,7 @@ The max number of data to show in chart. ### Serie.maxSize -`float` `default: 1f` +`float` `1f` 数据最大值 max 映射的宽度。 @@ -3684,7 +3677,7 @@ The minimum angle of sector(0-360). It prevents some sector from being too small ### Serie.minRadius -`float` `default: 0f` `v3.8.0` +`float` `0f` `v3.8.0` the min radius of chart. It can be used to limit the minimum radius of the rose chart. @@ -3696,25 +3689,25 @@ The min number of data to show in chart. ### Serie.minShowLabel -`bool` `default: false` `v3.10.0` +`bool` `false` `v3.10.0` Whether the label is not displayed when the enabled value is less than the specified value. ### Serie.minShowLabelValue -`double` `default: 0` `v3.10.0` +`double` `0` `v3.10.0` When 'minShowLabel' is enabled, labels are not displayed if the value is less than this value. ### Serie.minSize -`float` `default: 0f` +`float` `0f` 数据最小值 min 映射的宽度。 ### Serie.orient -`Orient` +[Orient](#orient) 组件的朝向。 @@ -3725,31 +3718,31 @@ Options: ### Serie.parallelIndex -`int` `default: 0` +`int` `0` Index of parallel coord component that serie uses. ### Serie.placeHolder -`bool` `default: false` +`bool` `false` 占位模式。占位模式时,数据有效但不参与渲染和显示。 ### Serie.polarIndex -`int` `default: 0` +`int` `0` Index of polar component that serie uses. ### Serie.radarIndex -`int` `default: 0` +`int` `0` Index of radar component that radar chart uses. ### Serie.radarType -`RadarType` +[RadarType](#radartype) 雷达图类型。 @@ -3772,7 +3765,7 @@ Distance between component and the right side of the container. ### Serie.roseType -`RoseType` +[RoseType](#rosetype) Whether to show as Nightingale chart. @@ -3790,19 +3783,19 @@ Options: ### Serie.sampleAverage -`float` `default: 0` +`float` `0` 设定的采样平均值。当sampleType 为 Peak 时,用于和过滤数据的平均值做对比是取最大值还是最小值。默认为0时会实时计算所有数据的平均值。 ### Serie.sampleDist -`float` `default: 0` +`float` `0` the min pixel dist of sample. ### Serie.sampleType -`SampleType` +[SampleType](#sampletype) the type of sample. @@ -3828,13 +3821,13 @@ the type of serie. ### Serie.show -`bool` `default: true` +`bool` `true` Whether to show serie in chart. ### Serie.showAsPositiveNumber -`bool` `default: false` +`bool` `false` Show negative number as positive number. @@ -3852,13 +3845,13 @@ Show negative number as positive number. ### Serie.singleAxisIndex -`int` `default: 0` +`int` `0` Index of single axis component that serie uses. ### Serie.smoothLimit -`bool` `default: false` `v3.4.0` +`bool` `false` `v3.4.0` Whether to restrict the curve. When true, the curve between two continuous data of the same value is restricted to not exceed the data point, and is flat to the data point. @@ -3882,7 +3875,7 @@ If stack the value. On the same category axis, the series with the same stack na ### Serie.state -`SerieState` `v3.2.0` +[SerieState](#seriestate) `v3.2.0` The default state of a serie. @@ -3896,9 +3889,9 @@ Options: ### Serie.symbol -`SerieSymbol` +[SerieSymbol](#seriesymbol) -the symbol of serie data item. [SerieSymbol](#seriesymbol) +the symbol of serie data item. ### Serie.top @@ -3908,19 +3901,19 @@ Distance between component and the top side of the container. ### Serie.vesselIndex -`int` `default: 0` +`int` `0` Index of vesel component that liquid chart uses. ### Serie.xAxisIndex -`int` `default: 0` +`int` `0` the index of XAxis. ### Serie.yAxisIndex -`int` `default: 0` +`int` `0` the index of YAxis. @@ -3980,7 +3973,7 @@ Whether the data item is selected. ### SerieData.state -`SerieState` `v3.2.0` +[SerieState](#seriestate) `v3.2.0` the state of serie data. @@ -4026,19 +4019,19 @@ class in XCharts.Runtime / Inherits from: [SymbolStyle](#symbolstyle), [ISerieDa ### SerieSymbol.dataIndex -`int` `default: 1` +`int` `1` whitch data index is when the sizeType assined as FromData. ### SerieSymbol.dataScale -`float` `default: 1` +`float` `1` the scale of data when sizeType assined as FromData. ### SerieSymbol.forceShowLast -`bool` `default: false` +`bool` `false` whether to show the last symbol. @@ -4050,19 +4043,19 @@ the interval of show symbol. ### SerieSymbol.maxSize -`float` `default: 0f` `v3.3.0` +`float` `0f` `v3.3.0` Maximum symbol size. ### SerieSymbol.minSize -`float` `default: 0f` `v3.3.0` +`float` `0f` `v3.3.0` Minimum symbol size. ### SerieSymbol.repeat -`bool` `default: false` +`bool` `false` 图形是否重复。 @@ -4074,7 +4067,7 @@ the function of size when sizeType assined as Function. ### SerieSymbol.sizeType -`SymbolSizeType` +[SymbolSizeType](#symbolsizetype) the type of symbol size. @@ -4096,31 +4089,31 @@ class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent) ### SerieTheme.candlestickBorderColor -`Color32` `default: Color32(235, 84, 84, 255)` +`Color32` `Color32(235, 84, 84, 255)` K线图阳线(跌)边框色 ### SerieTheme.candlestickBorderColor0 -`Color32` `default: Color32(71, 178, 98, 255)` +`Color32` `Color32(71, 178, 98, 255)` K线图阴线(跌)边框色 ### SerieTheme.candlestickBorderWidth -`float` `default: 1` +`float` `1` K线图边框宽度 ### SerieTheme.candlestickColor -`Color32` `default: Color32(235, 84, 84, 255)` +`Color32` `Color32(235, 84, 84, 255)` K线图阳线(涨)填充色 ### SerieTheme.candlestickColor0 -`Color32` `default: Color32(71, 178, 98, 255)` +`Color32` `Color32(71, 178, 98, 255)` K线图阴线(跌)填充色 @@ -4150,7 +4143,7 @@ Global parameter setting component. The default value can be used in general, an ### Settings.axisMaxSplitNumber -`float` `default: 50` `v3.1.0` +`float` `50` `v3.1.0` the max splitnumber of axis. @@ -4162,7 +4155,7 @@ Base Pointer 材质球,设置后会影响Axis等。 ### Settings.cicleSmoothness -`float` `default: 2f` +`float` `2f` the smoothess of cricle. @@ -4174,37 +4167,37 @@ The radius of rounded corner. Its unit is px. Use array to respectively specify ### Settings.legendIconLineWidth -`float` `default: 2` +`float` `2` the width of line serie legend. ### Settings.lineSegmentDistance -`float` `default: 3f` +`float` `3f` The partition distance of a line segment. A line in a normal line chart is made up of many segments, the number of which is determined by the change in value. The smaller the number of segments, the higher the number of vertices. When the area with gradient is filled, the larger the value, the worse the transition effect. ### Settings.lineSmoothness -`float` `default: 2f` +`float` `2f` Smoothness of curve. The smaller the value, the smoother the curve, but the number of vertices will increase. ### Settings.lineSmoothStyle -`float` `default: 2.5f` +`float` `2.5f` Curve smoothing factor. By adjusting the smoothing coefficient, the curvature of the curve can be changed, and different curves with slightly different appearance can be obtained. ### Settings.maxPainter -`int` `default: 10` +`int` `10` max painter. ### Settings.reversePainter -`bool` `default: false` +`bool` `false` Painter是否逆序。逆序时index大的serie最先绘制。 @@ -4216,8 +4209,7 @@ Serie Pointer 材质球,设置后会影响所有Serie。 ### Settings.show -`bool` `default: true` - +`bool` `true` ### Settings.topPainterMaterial @@ -4251,25 +4243,25 @@ Single axis. ### SingleAxis.bottom -`float` `default: 0.2f` +`float` `0.2f` Distance between component and the bottom side of the container. ### SingleAxis.height -`float` `default: 50` +`float` `50` height of axis. ### SingleAxis.left -`float` `default: 0.1f` +`float` `0.1f` Distance between component and the left side of the container. ### SingleAxis.orient -`Orient` +[Orient](#orient) Orientation of the axis. By default, it's 'Horizontal'. You can set it to be 'Vertical' to make a vertical axis. @@ -4280,19 +4272,19 @@ Options: ### SingleAxis.right -`float` `default: 0.1f` +`float` `0.1f` Distance between component and the right side of the container. ### SingleAxis.top -`float` `default: 0f` +`float` `0f` Distance between component and the top side of the container. ### SingleAxis.width -`float` `default: 0` +`float` `0` width of axis. @@ -4326,45 +4318,45 @@ the state style of serie. ### StateStyle.areaStyle -`AreaStyle` +[AreaStyle](#areastyle) -区域样式。 [AreaStyle](#areastyle) +区域样式。 ### StateStyle.itemStyle -`ItemStyle` +[ItemStyle](#itemstyle) -图形样式。 [ItemStyle](#itemstyle) +图形样式。 ### StateStyle.label -`LabelStyle` +[LabelStyle](#labelstyle) -图形文本标签。 [LabelStyle](#labelstyle) +图形文本标签。 ### StateStyle.labelLine -`LabelLine` +[LabelLine](#labelline) -图形文本引导线样式。 [LabelLine](#labelline) +图形文本引导线样式。 ### StateStyle.lineStyle -`LineStyle` +[LineStyle](#linestyle) -折线样式。 [LineStyle](#linestyle) +折线样式。 ### StateStyle.show -`bool` `default: true` +`bool` `true` 是否启用高亮样式。 ### StateStyle.symbol -`SerieSymbol` +[SerieSymbol](#seriesymbol) -标记样式。 [SerieSymbol](#seriesymbol) +标记样式。 ## SubTitleTheme @@ -4384,13 +4376,13 @@ class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent) / Su ### SymbolStyle.gap -`float` `default: 0` +`float` `0` the gap of symbol and line segment. ### SymbolStyle.height -`float` `default: 0f` +`float` `0f` 图形的高。 @@ -4408,25 +4400,25 @@ the fill type of image. ### SymbolStyle.offset -`Vector2` `default: Vector2.zero` +`Vector2` `Vector2.zero` 图形的偏移。 ### SymbolStyle.show -`bool` `default: true` +`bool` `true` Whether the symbol is showed. ### SymbolStyle.size -`float` `default: 0f` +`float` `0f` the size of symbol. ### SymbolStyle.type -`SymbolType` +[SymbolType](#symboltype) the type of symbol. @@ -4449,7 +4441,7 @@ Options: ### SymbolStyle.width -`float` `default: 0f` +`float` `0f` 图形的宽。 @@ -4461,19 +4453,19 @@ Text character limitation and adaptation component. When the length of the text ### TextLimit.enable -`bool` `default: false` +`bool` `false` Whether to enable text limit. ### TextLimit.gap -`float` `default: 1` +`float` `1` White pixel distance at both ends. ### TextLimit.maxWidth -`float` `default: 0` +`float` `0` Set the maximum width. A default of 0 indicates automatic fetch; otherwise, custom. @@ -4503,19 +4495,19 @@ Settings related to text. ### TextStyle.autoAlign -`bool` `default: true` +`bool` `true` 文本是否让系统自动选对齐方式。为false时才会用alignment。 ### TextStyle.autoColor -`bool` `default: false` +`bool` `false` 是否开启自动颜色。当开启时,会自动设置颜色。 ### TextStyle.autoWrap -`bool` `default: false` +`bool` `false` 是否自动换行。 @@ -4533,7 +4525,7 @@ the font of text. When `null`, the theme's font is used by default. ### TextStyle.fontSize -`int` `default: 0` +`int` `0` font size. @@ -4545,19 +4537,19 @@ font style. ### TextStyle.lineSpacing -`float` `default: 1f` +`float` `1f` text line spacing. ### TextStyle.rotate -`float` `default: 0` +`float` `0` Rotation of text. ### TextStyle.show -`bool` `default: true` +`bool` `true` Settings related to text. @@ -4565,7 +4557,6 @@ Settings related to text. `TextAlignmentOptions` - ### TextStyle.tMPFont `TMP_FontAsset` @@ -4576,12 +4567,10 @@ the font of textmeshpro. `FontStyles` - ### TextStyle.tMPSpriteAsset `TMP_SpriteAsset` `v3.1.0` - ## Theme class in XCharts.Runtime / Inherits from: [ScriptableObject](https://docs.unity3d.com/ScriptReference/30_search.html?q=ScriptableObject) @@ -4590,9 +4579,7 @@ Theme. ### Theme.axis -`AxisTheme` - - [AxisTheme](#axistheme) +[AxisTheme](#axistheme) ### Theme.backgroundColor @@ -4608,9 +4595,7 @@ The color list of palette. If no color is set in series, the colors would be ado ### Theme.common -`ComponentTheme` - - [ComponentTheme](#componenttheme) +[ComponentTheme](#componenttheme) ### Theme.contrastColor @@ -4620,9 +4605,7 @@ the contrast color of chart. ### Theme.dataZoom -`DataZoomTheme` - - [DataZoomTheme](#datazoomtheme) +[DataZoomTheme](#datazoomtheme) ### Theme.font @@ -4632,21 +4615,15 @@ the font of chart text。 ### Theme.legend -`LegendTheme` - - [LegendTheme](#legendtheme) +[LegendTheme](#legendtheme) ### Theme.serie -`SerieTheme` - - [SerieTheme](#serietheme) +[SerieTheme](#serietheme) ### Theme.subTitle -`SubTitleTheme` - - [SubTitleTheme](#subtitletheme) +[SubTitleTheme](#subtitletheme) ### Theme.themeName @@ -4656,7 +4633,7 @@ the name of theme. ### Theme.themeType -`ThemeType` +[ThemeType](#themetype) the theme of chart. @@ -4669,9 +4646,7 @@ Options: ### Theme.title -`TitleTheme` - - [TitleTheme](#titletheme) +[TitleTheme](#titletheme) ### Theme.tMPFont @@ -4681,15 +4656,11 @@ the font of chart text。 ### Theme.tooltip -`TooltipTheme` - - [TooltipTheme](#tooltiptheme) +[TooltipTheme](#tooltiptheme) ### Theme.visualMap -`VisualMapTheme` - - [VisualMapTheme](#visualmaptheme) +[VisualMapTheme](#visualmaptheme) ## ThemeStyle @@ -4707,32 +4678,29 @@ the custom background color of chart. `List` - ### ThemeStyle.customFont `Font` - ### ThemeStyle.enableCustomTheme -`bool` `default: false` +`bool` `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. ### ThemeStyle.sharedTheme -`Theme` +[Theme](#theme) -the asset of theme. [Theme](#theme) +the asset of theme. ### ThemeStyle.show -`bool` `default: true` - +`bool` `true` ### ThemeStyle.transparentBackground -`bool` `default: false` +`bool` `false` Whether the background color is transparent. When true, the background color is not drawn. @@ -4744,33 +4712,33 @@ Title component, including main title and subtitle. ### Title.itemGap -`float` `default: 0` +`float` `0` [default:8] The gap between the main title and subtitle. ### Title.labelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -The text style of main title. [LabelStyle](#labelstyle) +The text style of main title. ### Title.location -`Location` +[Location](#location) -The location of title component. [Location](#location) +The location of title component. ### Title.show -`bool` `default: true` +`bool` `true` [default:true] Set this to false to prevent the title from showing. ### Title.subLabelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -The text style of sub title. [LabelStyle](#labelstyle) +The text style of sub title. ### Title.subText @@ -4802,7 +4770,7 @@ Tooltip component. ### Tooltip.alwayShowContent -`bool` `default: false` +`bool` `false` Whether to trigger after always display. @@ -4826,13 +4794,13 @@ The background type of tooltip. ### Tooltip.borderColor -`Color32` `default: Color32(230, 230, 230, 255)` +`Color32` `Color32(230, 230, 230, 255)` the color of tooltip border. ### Tooltip.borderWidth -`float` `default: 2f` +`float` `2f` the width of tooltip border. @@ -4844,25 +4812,25 @@ the textstyle list of content. ### Tooltip.fixedHeight -`float` `default: 0` +`float` `0` Fixed height. Higher priority than minHeight. ### Tooltip.fixedWidth -`float` `default: 0` +`float` `0` Fixed width. Higher priority than minWidth. ### Tooltip.fixedX -`float` `default: 0f` +`float` `0f` the x positionn of fixedX. ### Tooltip.fixedY -`float` `default: 0.7f` +`float` `0.7f` the y position of fixedY. @@ -4874,7 +4842,7 @@ The default display character information for ignored data. ### Tooltip.ignoreDataShow -`bool` `default: false` +`bool` `false` Whether to show ignored data on tooltip. @@ -4886,15 +4854,15 @@ a string template formatter for a single Serie or data item content. Support for ### Tooltip.itemHeight -`float` `default: 25f` +`float` `25f` height of content text. ### Tooltip.lineStyle -`LineStyle` +[LineStyle](#linestyle) -the line style of indicator line. [LineStyle](#linestyle) +the line style of indicator line. ### Tooltip.marker @@ -4904,13 +4872,13 @@ the marker of serie. ### Tooltip.minHeight -`float` `default: 0` +`float` `0` Minimum height. If fixedHeight has a value, take priority over fixedHeight. ### Tooltip.minWidth -`float` `default: 0` +`float` `0` Minimum width. If fixedWidth has a value, get fixedWidth first. @@ -4922,25 +4890,25 @@ Standard number and date format string. Used to format a Double value or a DateT ### Tooltip.offset -`Vector2` `default: Vector2(18f, -25f)` +`Vector2` `Vector2(18f, -25f)` The position offset of tooltip relative to the mouse position. ### Tooltip.paddingLeftRight -`int` `default: 10` +`int` `10` the text padding of left and right. defaut:5. ### Tooltip.paddingTopBottom -`int` `default: 10` +`int` `10` the text padding of top and bottom. defaut:5. ### Tooltip.position -`Tooltip.Position` `v3.3.0` +[Tooltip.Position](#tooltipposition) `v3.3.0` Type of position. @@ -4953,13 +4921,13 @@ Options: ### Tooltip.show -`bool` `default: true` +`bool` `true` Whether to show the tooltip component. ### Tooltip.showContent -`bool` `default: true` +`bool` `true` Whether to show the tooltip floating layer, whose default value is true. It should be configurated to be false, if you only need tooltip to trigger the event or show the axisPointer without content. @@ -4971,19 +4939,19 @@ String template formatter for tooltip title content. \n line wrapping is support ### Tooltip.titleHeight -`float` `default: 25f` +`float` `25f` height of title text. ### Tooltip.titleLabelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -the textstyle of title. [LabelStyle](#labelstyle) +the textstyle of title. ### Tooltip.trigger -`Tooltip.Trigger` +[Tooltip.Trigger](#tooltiptrigger) Type of triggering. @@ -4996,7 +4964,7 @@ Options: ### Tooltip.triggerOn -`Tooltip.TriggerOn` `v3.11.0` +[Tooltip.TriggerOn](#tooltiptriggeron) `v3.11.0` Condition of trigger tooltip. @@ -5007,7 +4975,7 @@ Options: ### Tooltip.type -`Tooltip.Type` +[Tooltip.Type](#tooltiptype) Indicator type. @@ -5049,7 +5017,7 @@ the color of line. ### TooltipTheme.lineType -`LineStyle.Type` +[LineStyle.Type](#linestyletype) the type of line. @@ -5064,7 +5032,7 @@ Options: ### TooltipTheme.lineWidth -`float` `default: 1f` +`float` `1f` the width of line. @@ -5074,19 +5042,17 @@ class in XCharts.Runtime / Inherits from: [ChildComponent](#childcomponent) ### UIComponentTheme.sharedTheme -`Theme` +[Theme](#theme) -the asset of theme. [Theme](#theme) +the asset of theme. ### UIComponentTheme.show -`bool` `default: true` - +`bool` `true` ### UIComponentTheme.transparentBackground -`bool` `default: false` - +`bool` `false` ## ViewControl @@ -5098,13 +5064,13 @@ View control component in 3D coordinate system. ### ViewControl.alpha -`float` `default: 90f` +`float` `90f` The angle of the view in the x-z plane. ### ViewControl.beta -`float` `default: 55f` +`float` `55f` The angle of the view in the y-z plane. @@ -5116,31 +5082,31 @@ VisualMap component. Mapping data to visual elements such as colors. ### VisualMap.autoMinMax -`bool` `default: true` +`bool` `true` Automatically set min, Max value 自动设置min,max的值 ### VisualMap.borderWidth -`float` `default: 0` +`float` `0` Border line width. ### VisualMap.calculable -`bool` `default: false` +`bool` `false` Whether the handle used for dragging is displayed (the handle can be dragged to adjust the selected range). ### VisualMap.dimension -`int` `default: -1` +`int` `-1` Specifies "which dimension" of the data to map to the visual element. "Data" is series.data. ### VisualMap.hoverLink -`bool` `default: true` +`bool` `true` When the hoverLink function is turned on, when the mouse hovers over the visualMap component, the corresponding value of the mouse position is highlighted in the corresponding graphic element in the diagram. @@ -5152,43 +5118,43 @@ When the hoverLink function is turned on, when the mouse hovers over the visualM ### VisualMap.itemGap -`float` `default: 10f` +`float` `10f` 每个图元之间的间隔距离。 ### VisualMap.itemHeight -`float` `default: 140f` +`float` `140f` The height of the figure, that is, the height of the color bar. ### VisualMap.itemWidth -`float` `default: 20f` +`float` `20f` The width of the figure, that is, the width of the color bar. ### VisualMap.location -`Location` +[Location](#location) -The location of component. [Location](#location) +The location of component. ### VisualMap.max -`double` `default: 0` +`double` `0` 范围最大值 ### VisualMap.min -`double` `default: 0` +`double` `0` 范围最小值 ### VisualMap.orient -`Orient` +[Orient](#orient) Specify whether the layout of component is horizontal or vertical. @@ -5211,13 +5177,13 @@ Specifies the position of the numeric value corresponding to the handle. Range s ### VisualMap.realtime -`bool` `default: true` +`bool` `true` Whether to update in real time while dragging. ### VisualMap.selectedMode -`VisualMap.SelectedMode` +[VisualMap.SelectedMode](#visualmapselectedmode) the selected mode for Piecewise visualMap. @@ -5228,25 +5194,25 @@ Options: ### VisualMap.serieIndex -`int` `default: 0` +`int` `0` the serie index of visualMap. ### VisualMap.show -`bool` `default: true` +`bool` `true` Whether to enable components. ### VisualMap.showUI -`bool` `default: false` +`bool` `false` Whether to display components. If set to false, it will not show up, but the data mapping function still exists. ### VisualMap.splitNumber -`int` `default: 5` +`int` `5` For continuous data, it is automatically evenly divided into several segments and automatically matches the size of inRange color list when the default is 0. @@ -5264,7 +5230,7 @@ The distance between the two text bodies. ### VisualMap.type -`VisualMap.Type` +[VisualMap.Type](#visualmaptype) the type of visualmap component. @@ -5275,13 +5241,13 @@ Options: ### VisualMap.workOnArea -`bool` `default: false` +`bool` `false` Whether the visualmap is work on areaStyle of linechart. ### VisualMap.workOnLine -`bool` `default: true` +`bool` `true` Whether the visualmap is work on linestyle of linechart. @@ -5337,7 +5303,7 @@ the width of border. ### VisualMapTheme.triangeLen -`float` `default: 20f` +`float` `20f` 可视化组件的调节三角形边长。 @@ -5369,7 +5335,7 @@ class in XCharts.Runtime / Inherits from: [ScriptableObject](https://docs.unity3 ### XCSettings.axisLineType -`LineStyle.Type` +[LineStyle.Type](#linestyletype) @@ -5384,12 +5350,11 @@ Options: ### XCSettings.axisLineWidth -`float` `default: 0.8f` - +`float` `0.8f` ### XCSettings.axisSplitLineType -`LineStyle.Type` +[LineStyle.Type](#linestyletype) @@ -5404,165 +5369,133 @@ Options: ### XCSettings.axisSplitLineWidth -`float` `default: 0.8f` - +`float` `0.8f` ### XCSettings.axisTickLength -`float` `default: 5f` - +`float` `5f` ### XCSettings.axisTickWidth -`float` `default: 0.8f` - +`float` `0.8f` ### XCSettings.cicleSmoothness -`float` `default: 2f` - +`float` `2f` ### XCSettings.customThemes `List` - ### XCSettings.dataZoomBorderWidth -`float` `default: 0.5f` - +`float` `0.5f` ### XCSettings.dataZoomDataLineWidth -`float` `default: 0.5f` - +`float` `0.5f` ### XCSettings.editorShowAllListData -`bool` `default: false` - +`bool` `false` ### XCSettings.font `Font` - ### XCSettings.fontSizeLv1 -`int` `default: 28` +`int` `28` 一级字体大小。 ### XCSettings.fontSizeLv2 -`int` `default: 24` - +`int` `24` ### XCSettings.fontSizeLv3 -`int` `default: 20` - +`int` `20` ### XCSettings.fontSizeLv4 -`int` `default: 18` - +`int` `18` ### XCSettings.gaugeAxisLineWidth -`float` `default: 15f` - +`float` `15f` ### XCSettings.gaugeAxisSplitLineLength -`float` `default: 15f` - +`float` `15f` ### XCSettings.gaugeAxisSplitLineWidth -`float` `default: 0.8f` - +`float` `0.8f` ### XCSettings.gaugeAxisTickLength -`float` `default: 5f` - +`float` `5f` ### XCSettings.gaugeAxisTickWidth -`float` `default: 0.8f` - +`float` `0.8f` ### XCSettings.lang -`Lang` - - [Lang](#lang) +[Lang](#lang) ### XCSettings.lineSegmentDistance -`float` `default: 3f` - +`float` `3f` ### XCSettings.lineSmoothness -`float` `default: 2f` - +`float` `2f` ### XCSettings.lineSmoothStyle -`float` `default: 3f` - +`float` `3f` ### XCSettings.maxPainter -`int` `default: 10` - +`int` `10` ### XCSettings.serieCandlestickBorderWidth -`float` `default: 1f` - +`float` `1f` ### XCSettings.serieLineSymbolSize -`float` `default: 5f` - +`float` `5f` ### XCSettings.serieLineWidth -`float` `default: 1.8f` - +`float` `1.8f` ### XCSettings.serieScatterSymbolSize -`float` `default: 20f` - +`float` `20f` ### XCSettings.serieSelectedRate -`float` `default: 1.3f` - +`float` `1.3f` ### XCSettings.tMPFont `TMP_FontAsset` - ### XCSettings.tootipLineWidth -`float` `default: 0.8f` - +`float` `0.8f` ### XCSettings.visualMapBorderWidth -`float` `default: 0f` - +`float` `0f` ### XCSettings.visualMapTriangeLen -`float` `default: 20f` - +`float` `20f` ## YAxis diff --git a/Documentation~/zh/configuration.md b/Documentation~/zh/configuration.md index 55d8942c..edc81ed6 100644 --- a/Documentation~/zh/configuration.md +++ b/Documentation~/zh/configuration.md @@ -212,7 +212,7 @@ class in XCharts.Runtime / 继承自: [Axis](#axis) ### AngleAxis.startAngle -`float` `default: 0` +`float` `0` 起始刻度的角度,默认为 0 度,即圆心的正右方。 @@ -270,25 +270,25 @@ class in XCharts.Runtime / 子类: [AnimationFadeIn](#animationfadein), [Animati ### AnimationInfo.delay -`float` `default: 0` `v3.8.0` +`float` `0` `v3.8.0` 动画开始前的延迟时间。 ### AnimationInfo.duration -`float` `default: 1000` `v3.8.0` +`float` `1000` `v3.8.0` 动画的时长。 ### AnimationInfo.enable -`bool` `default: true` `v3.8.0` +`bool` `true` `v3.8.0` 是否开启动画效果。 ### AnimationInfo.reverse -`bool` `default: false` `v3.8.0` +`bool` `false` `v3.8.0` 是否开启反向动画效果。 @@ -302,21 +302,21 @@ class in XCharts.Runtime / 继承自: [AnimationInfo](#animationinfo) ### AnimationInteraction.offset -`MLValue` `v3.8.0` +[MLValue](#mlvalue) `v3.8.0` -交互的多样式数值。如饼图的扇形选中时的偏移。 [MLValue](#mlvalue) +交互的多样式数值。如饼图的扇形选中时的偏移。 ### AnimationInteraction.radius -`MLValue` `v3.8.0` +[MLValue](#mlvalue) `v3.8.0` -半径的多样式数值。 [MLValue](#mlvalue) +半径的多样式数值。 ### AnimationInteraction.width -`MLValue` `v3.8.0` +[MLValue](#mlvalue) `v3.8.0` -宽度的多样式数值。 [MLValue](#mlvalue) +宽度的多样式数值。 ## AnimationStyle @@ -326,19 +326,19 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### AnimationStyle.addition -`AnimationAddition` `v3.8.0` +[AnimationAddition](#animationaddition) `v3.8.0` -数据新增动画配置。 [AnimationAddition](#animationaddition) +数据新增动画配置。 ### AnimationStyle.change -`AnimationChange` `v3.8.0` +[AnimationChange](#animationchange) `v3.8.0` -数据变更动画配置。 [AnimationChange](#animationchange) +数据变更动画配置。 ### AnimationStyle.easting -`AnimationEasing` +[AnimationEasing](#animationeasing) @@ -348,43 +348,43 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### AnimationStyle.enable -`bool` `default: true` +`bool` `true` 是否开启动画效果。 ### AnimationStyle.fadeIn -`AnimationFadeIn` `v3.8.0` +[AnimationFadeIn](#animationfadein) `v3.8.0` -渐入动画配置。 [AnimationFadeIn](#animationfadein) +渐入动画配置。 ### AnimationStyle.fadeOut -`AnimationFadeOut` `v3.8.0` +[AnimationFadeOut](#animationfadeout) `v3.8.0` -渐出动画配置。 [AnimationFadeOut](#animationfadeout) +渐出动画配置。 ### AnimationStyle.hiding -`AnimationHiding` `v3.8.0` +[AnimationHiding](#animationhiding) `v3.8.0` -数据隐藏动画配置。 [AnimationHiding](#animationhiding) +数据隐藏动画配置。 ### AnimationStyle.interaction -`AnimationInteraction` `v3.8.0` +[AnimationInteraction](#animationinteraction) `v3.8.0` -交互动画配置。 [AnimationInteraction](#animationinteraction) +交互动画配置。 ### AnimationStyle.threshold -`int` `default: 2000` +`int` `2000` 是否开启动画的阈值,当单个系列显示的图形数量大于这个阈值时会关闭动画。 ### AnimationStyle.type -`AnimationType` +[AnimationType](#animationtype) 动画类型。 @@ -423,13 +423,13 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### AreaStyle.opacity -`float` `default: 0.6f` +`float` `0.6f` 图形透明度。支持从 0 到 1 的数字,为 0 时不绘制该图形。 ### AreaStyle.origin -`AreaStyle.AreaOrigin` +[AreaStyle.AreaOrigin](#areastyleareaorigin) 区域填充的起始位置。 @@ -441,7 +441,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### AreaStyle.show -`bool` `default: true` +`bool` `true` 是否显示区域填充。 @@ -453,7 +453,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### AreaStyle.toTop -`bool` `default: true` `v3.6.0` +`bool` `true` `v3.6.0` 渐变色是到顶部还是到实际位置。默认为true到顶部。 @@ -463,31 +463,31 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### ArrowStyle.color -`Color32` `default: Color.clear` +`Color32` `Color.clear` 箭头颜色。 ### ArrowStyle.dent -`float` `default: 3` +`float` `3` 箭头的凹度。 ### ArrowStyle.height -`float` `default: 15` +`float` `15` 箭头高。 ### ArrowStyle.offset -`float` `default: 0` +`float` `0` 箭头偏移。 ### ArrowStyle.width -`float` `default: 10` +`float` `10` 箭头宽。 @@ -499,49 +499,49 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) / 子类: ### Axis.animation -`AxisAnimation` +[AxisAnimation](#axisanimation) -坐标轴动画。 [AxisAnimation](#axisanimation) +坐标轴动画。 ### Axis.axisLabel -`AxisLabel` +[AxisLabel](#axislabel) -坐标轴刻度标签。 [AxisLabel](#axislabel) +坐标轴刻度标签。 ### Axis.axisLine -`AxisLine` +[AxisLine](#axisline) -坐标轴轴线。 [AxisLine](#axisline) +坐标轴轴线。 ### Axis.axisName -`AxisName` +[AxisName](#axisname) -坐标轴名称。 [AxisName](#axisname) +坐标轴名称。 ### Axis.axisTick -`AxisTick` +[AxisTick](#axistick) -坐标轴刻度。 [AxisTick](#axistick) +坐标轴刻度。 ### Axis.boundaryGap -`bool` `default: true` +`bool` `true` 坐标轴两边是否留白。只对类目轴有效。 ### Axis.ceilRate -`double` `default: 0` +`double` `0` 最大最小值向上取整的倍率。默认为0时自动计算。 ### Axis.clockwise -`bool` `default: true` +`bool` `true` 刻度增长是否按顺时针,默认顺时针。 @@ -565,9 +565,9 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) / 子类: ### Axis.indicatorLabel -`LabelStyle` `v3.4.0` +[LabelStyle](#labelstyle) `v3.4.0` -指示器文本的样式。Tooltip为Cross时使用。 [LabelStyle](#labelstyle) +指示器文本的样式。Tooltip为Cross时使用。 ### Axis.insertDataToHead @@ -577,25 +577,25 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) / 子类: ### Axis.interval -`double` `default: 0` +`double` `0` 强制设置坐标轴分割间隔。无法在类目轴中使用。 ### Axis.inverse -`bool` `default: false` +`bool` `false` 是否反向坐标轴。在类目轴中无效。 ### Axis.logBase -`float` `default: 10` +`float` `10` 对数轴的底数,只在对数轴(type:'Log')中有效。 ### Axis.logBaseE -`bool` `default: false` +`bool` `false` 对数轴是否以自然数 e 为底数,为 true 时 logBase 失效。 @@ -607,7 +607,7 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) / 子类: ### Axis.maxCache -`int` `default: 0` +`int` `0` The first data will be remove when the size of axis data is larger then maxCache. @@ -619,13 +619,13 @@ The first data will be remove when the size of axis data is larger then maxCache ### Axis.minCategorySpacing -`float` `default: 0` `v3.11.0` +`float` `0` `v3.11.0` 类目之间的最小间距。 ### Axis.minMaxType -`Axis.AxisMinMaxType` +[Axis.AxisMinMaxType](#axisaxisminmaxtype) 坐标轴刻度最大最小值显示类型。 @@ -638,15 +638,15 @@ The first data will be remove when the size of axis data is larger then maxCache ### Axis.minorSplitLine -`AxisMinorSplitLine` `v3.2.0` +[AxisMinorSplitLine](#axisminorsplitline) `v3.2.0` -坐标轴次分割线。 [AxisMinorSplitLine](#axisminorsplitline) +坐标轴次分割线。 ### Axis.minorTick -`AxisMinorTick` `v3.2.0` +[AxisMinorTick](#axisminortick) `v3.2.0` -坐标轴次刻度。 [AxisMinorTick](#axisminortick) +坐标轴次刻度。 ### Axis.offset @@ -668,7 +668,7 @@ The first data will be remove when the size of axis data is larger then maxCache ### Axis.position -`Axis.AxisPosition` +[Axis.AxisPosition](#axisaxisposition) 坐标轴在Grid中的位置。 @@ -682,31 +682,31 @@ The first data will be remove when the size of axis data is larger then maxCache ### Axis.show -`bool` `default: true` +`bool` `true` 是否显示坐标轴。 ### Axis.splitArea -`AxisSplitArea` +[AxisSplitArea](#axissplitarea) -坐标轴分割区域。 [AxisSplitArea](#axissplitarea) +坐标轴分割区域。 ### Axis.splitLine -`AxisSplitLine` +[AxisSplitLine](#axissplitline) -坐标轴分割线。 [AxisSplitLine](#axissplitline) +坐标轴分割线。 ### Axis.splitNumber -`int` `default: 0` +`int` `0` 坐标轴的期望的分割段数。默认为0表示自动分割。 ### Axis.type -`Axis.AxisType` +[Axis.AxisType](#axisaxistype) 坐标轴类型。 @@ -733,7 +733,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### AxisAnimation.show -`bool` `default: true` +`bool` `true` 是否开启动画。 @@ -751,45 +751,45 @@ class in XCharts.Runtime / 继承自: [LabelStyle](#labelstyle) ### AxisLabel.inside -`bool` `default: false` +`bool` `false` 刻度标签是否朝内,默认朝外。 ### AxisLabel.interval -`int` `default: 0` +`int` `0` 坐标轴刻度标签的显示间隔,在类目轴中有效。0表示显示所有标签,1表示隔一个隔显示一个标签,以此类推。 ### AxisLabel.onZero -`bool` `default: false` +`bool` `false` 刻度标签显示在0刻度上。 ### AxisLabel.showAsPositiveNumber -`bool` `default: false` +`bool` `false` 将负数数值显示为正数。一般和`Serie`的`showAsPositiveNumber`配合使用。 ### AxisLabel.showEndLabel -`bool` `default: true` +`bool` `true` 是否显示最后一个文本。 ### AxisLabel.showStartLabel -`bool` `default: true` +`bool` `true` 是否显示第一个文本。 ### AxisLabel.textLimit -`TextLimit` +[TextLimit](#textlimit) -文本限制。 [TextLimit](#textlimit) +文本限制。 ## AxisLine @@ -799,9 +799,9 @@ class in XCharts.Runtime / 继承自: [BaseLine](#baseline) ### AxisLine.arrow -`ArrowStyle` +[ArrowStyle](#arrowstyle) -轴线箭头。 [ArrowStyle](#arrowstyle) +轴线箭头。 ### AxisLine.onZero @@ -847,10 +847,9 @@ class in XCharts.Runtime / 继承自: [BaseLine](#baseline) `bool` - ### AxisMinorTick.splitNumber -`int` `default: 5` +`int` `5` 分隔线之间分割的刻度数。 @@ -862,9 +861,9 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### AxisName.labelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -文本样式。 [LabelStyle](#labelstyle) +文本样式。 ### AxisName.name @@ -928,19 +927,19 @@ class in XCharts.Runtime / 继承自: [BaseLine](#baseline) ### AxisSplitLine.showEndLine -`bool` `default: true` `v3.3.0` +`bool` `true` `v3.3.0` 是否显示最后一条分割线。 ### AxisSplitLine.showStartLine -`bool` `default: true` `v3.3.0` +`bool` `true` `v3.3.0` 是否显示第一条分割线。 ### AxisSplitLine.showZLine -`bool` `default: true` `v3.11.0` +`bool` `true` `v3.11.0` 是否显示Z轴部分分割线。一般用于3D坐标系。 @@ -964,7 +963,6 @@ class in XCharts.Runtime / 继承自: [BaseLine](#baseline) `bool` - ### AxisTick.distance `float` @@ -991,7 +989,7 @@ class in XCharts.Runtime / 继承自: [BaseLine](#baseline) ### AxisTick.splitNumber -`int` `default: 0` +`int` `0` 分隔线之间分割的刻度数。 @@ -1003,15 +1001,15 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) ### Background.autoColor -`bool` `default: true` +`bool` `true` 当background组件开启时,是否自动使用主题背景色作为backgrounnd组件的颜色。当设置为false时,用imageColor作为颜色。 ### Background.borderStyle -`BorderStyle` `v3.10.0` +[BorderStyle](#borderstyle) `v3.10.0` -背景边框样式。 [BorderStyle](#borderstyle) +背景边框样式。 ### Background.image @@ -1027,7 +1025,7 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) ### Background.imageHeight -`float` `default: 0` `v3.10.0` +`float` `0` `v3.10.0` 背景图高度。 @@ -1039,13 +1037,13 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) ### Background.imageWidth -`float` `default: 0` `v3.10.0` +`float` `0` `v3.10.0` 背景图宽度。 ### Background.show -`bool` `default: true` +`bool` `true` 是否启用背景组件。 @@ -1065,13 +1063,13 @@ class in XCharts.Runtime / 继承自: [ComponentTheme](#componenttheme) / 子类 ### BaseAxisTheme.lineLength -`float` `default: 0f` +`float` `0f` 坐标轴线长。 ### BaseAxisTheme.lineType -`LineStyle.Type` +[LineStyle.Type](#linestyletype) 坐标轴线类型。 @@ -1086,7 +1084,7 @@ class in XCharts.Runtime / 继承自: [ComponentTheme](#componenttheme) / 子类 ### BaseAxisTheme.lineWidth -`float` `default: 1f` +`float` `1f` 坐标轴线宽。 @@ -1110,13 +1108,13 @@ class in XCharts.Runtime / 继承自: [ComponentTheme](#componenttheme) / 子类 ### BaseAxisTheme.splitLineLength -`float` `default: 0f` +`float` `0f` 分割线线长。 ### BaseAxisTheme.splitLineType -`LineStyle.Type` +[LineStyle.Type](#linestyletype) 分割线线类型。 @@ -1131,7 +1129,7 @@ class in XCharts.Runtime / 继承自: [ComponentTheme](#componenttheme) / 子类 ### BaseAxisTheme.splitLineWidth -`float` `default: 1f` +`float` `1f` 分割线线宽。 @@ -1143,13 +1141,13 @@ class in XCharts.Runtime / 继承自: [ComponentTheme](#componenttheme) / 子类 ### BaseAxisTheme.tickLength -`float` `default: 5f` +`float` `5f` 刻度线线长。 ### BaseAxisTheme.tickWidth -`float` `default: 1f` +`float` `1f` 刻度线线宽。 @@ -1161,9 +1159,9 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) / 子类 ### BaseLine.lineStyle -`LineStyle` +[LineStyle](#linestyle) -线条样式 [LineStyle](#linestyle) +线条样式 ### BaseLine.show @@ -1215,13 +1213,13 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### BorderStyle.roundedCorner -`bool` `default: true` +`bool` `true` 是否显示圆角。 ### BorderStyle.show -`bool` `default: false` +`bool` `false` 是否显示边框。 @@ -1255,19 +1253,19 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent), [IPropert ### Comment.labelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -所有组件的文本样式。 [LabelStyle](#labelstyle) +所有组件的文本样式。 ### Comment.markStyle -`CommentMarkStyle` +[CommentMarkStyle](#commentmarkstyle) -所有组件的文本样式。 [CommentMarkStyle](#commentmarkstyle) +所有组件的文本样式。 ### Comment.show -`bool` `default: true` +`bool` `true` 是否显示注解组件。 @@ -1285,15 +1283,15 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### CommentItem.labelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -注解项的文本样式。 [LabelStyle](#labelstyle) +注解项的文本样式。 ### CommentItem.location -`Location` `v3.5.0` +[Location](#location) `v3.5.0` -Comment显示的位置。 [Location](#location) +Comment显示的位置。 ### CommentItem.markRect @@ -1303,13 +1301,13 @@ Comment显示的位置。 [Location](#location) ### CommentItem.markStyle -`CommentMarkStyle` +[CommentMarkStyle](#commentmarkstyle) -注解标记区域样式。 [CommentMarkStyle](#commentmarkstyle) +注解标记区域样式。 ### CommentItem.show -`bool` `default: true` +`bool` `true` 是否显示当前注解项。 @@ -1321,13 +1319,13 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### CommentMarkStyle.lineStyle -`LineStyle` +[LineStyle](#linestyle) -线条样式。 [LineStyle](#linestyle) +线条样式。 ### CommentMarkStyle.show -`bool` `default: true` +`bool` `true` 是否显示当前注解项。 @@ -1343,7 +1341,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) / 子类 ### ComponentTheme.fontSize -`int` `default: 18` +`int` `18` 文本字体大小。 @@ -1379,9 +1377,9 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息 ### DataZoom.areaStyle -`AreaStyle` +[AreaStyle](#areastyle) -阴影填充样式。 [AreaStyle](#areastyle) +阴影填充样式。 ### DataZoom.backgroundColor @@ -1409,7 +1407,7 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息 ### DataZoom.enable -`bool` `default: true` +`bool` `true` 是否显示缩放区域。 @@ -1433,7 +1431,7 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息 ### DataZoom.filterMode -`DataZoom.FilterMode` +[DataZoom.FilterMode](#datazoomfiltermode) 数据过滤类型。 @@ -1446,9 +1444,9 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息 ### DataZoom.labelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -文本标签格式。 [LabelStyle](#labelstyle) +文本标签格式。 ### DataZoom.left @@ -1458,25 +1456,25 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息 ### DataZoom.lineStyle -`LineStyle` +[LineStyle](#linestyle) -阴影线条样式。 [LineStyle](#linestyle) +阴影线条样式。 ### DataZoom.marqueeStyle -`MarqueeStyle` `v3.5.0` +[MarqueeStyle](#marqueestyle) `v3.5.0` -选取框样式。 [MarqueeStyle](#marqueestyle) +选取框样式。 ### DataZoom.minShowNum -`int` `default: 2` +`int` `2` 最小显示数据个数。当DataZoom放大到最大时,最小显示的数据个数。 ### DataZoom.orient -`Orient` +[Orient](#orient) 布局方式是横还是竖。不仅是布局方式,对于直角坐标系而言,也决定了,缺省情况控制横向数轴还是纵向数轴。 @@ -1487,7 +1485,7 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息 ### DataZoom.rangeMode -`DataZoom.RangeMode` +[DataZoom.RangeMode](#datazoomrangemode) 取绝对值还是百分比。 @@ -1504,7 +1502,7 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息 ### DataZoom.scrollSensitivity -`float` `default: 1.1f` +`float` `1.1f` 缩放区域组件的敏感度。值越高每次缩放所代表的数据越多。 @@ -1540,13 +1538,13 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息 ### DataZoom.supportInsideDrag -`bool` `default: true` +`bool` `true` 是否支持坐标系内拖拽 ### DataZoom.supportInsideScroll -`bool` `default: true` +`bool` `true` 是否支持坐标系内滚动 @@ -1638,32 +1636,29 @@ class in XCharts.Runtime ### DebugInfo.foldSeries -`bool` `default: false` +`bool` `false` 是否在Inspector上折叠Serie。 ### DebugInfo.labelStyle -`LabelStyle` - - [LabelStyle](#labelstyle) +[LabelStyle](#labelstyle) ### DebugInfo.show -`bool` `default: true` +`bool` `true` 是否显示Debug组件。 ### DebugInfo.showAllChartObject -`bool` `default: false` +`bool` `false` 是否在Hierarchy试图显示所有chart下的节点。 ### DebugInfo.showDebugInfo -`bool` `default: false` - +`bool` `false` ## EffectScatter @@ -1679,7 +1674,7 @@ class in XCharts.Runtime / 继承自: [StateStyle](#statestyle), [ISerieComponen ### EmphasisStyle.blurScope -`EmphasisStyle.BlurScope` +[EmphasisStyle.BlurScope](#emphasisstyleblurscope) 在开启focus的时候,可以通过blurScope配置淡出的范围。 @@ -1691,7 +1686,7 @@ class in XCharts.Runtime / 继承自: [StateStyle](#statestyle), [ISerieComponen ### EmphasisStyle.focus -`EmphasisStyle.FocusType` +[EmphasisStyle.FocusType](#emphasisstylefocustype) 在高亮图形时,是否淡出其它数据的图形已达到聚焦的效果。 @@ -1703,7 +1698,7 @@ class in XCharts.Runtime / 继承自: [StateStyle](#statestyle), [ISerieComponen ### EmphasisStyle.scale -`float` `default: 1.1f` +`float` `1.1f` 高亮时的缩放倍数。 @@ -1731,49 +1726,49 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ### GridCoord.borderWidth -`float` `default: 0f` +`float` `0f` 网格边框宽。 ### GridCoord.bottom -`float` `default: 0.14f` +`float` `0.14f` grid 组件离容器下侧的距离。 ### GridCoord.layoutIndex -`int` `default: -1` `v3.8.0` +`int` `-1` `v3.8.0` 网格所属的网格布局组件的索引。默认为-1,表示不属于任何网格布局组件。当设置了该值时,left、right、top、bottom属性将失效。 ### GridCoord.left -`float` `default: 0.11f` +`float` `0.11f` grid 组件离容器左侧的距离。 ### GridCoord.right -`float` `default: 0.08f` +`float` `0.08f` grid 组件离容器右侧的距离。 ### GridCoord.show -`bool` `default: true` +`bool` `true` 是否显示直角坐标系网格。 ### GridCoord.showBorder -`bool` `default: false` +`bool` `false` 是否显示网格边框。 ### GridCoord.top -`float` `default: 0.22f` +`float` `0.22f` grid 组件离容器上侧的距离。 @@ -1787,68 +1782,67 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ### GridCoord3D.bottom -`float` `default: 0.15f` +`float` `0.15f` grid 组件离容器下侧的距离。 ### GridCoord3D.boxDepth -`float` `default: 0.2f` +`float` `0.2f` 坐标系的深度。 ### GridCoord3D.boxHeight -`float` `default: 0.4f` +`float` `0.4f` 坐标系的高度。 ### GridCoord3D.boxWidth -`float` `default: 0.55f` +`float` `0.55f` 坐标系的宽度。 ### GridCoord3D.left -`float` `default: 0.15f` +`float` `0.15f` grid 组件离容器左侧的距离。 ### GridCoord3D.right -`float` `default: 0.2f` +`float` `0.2f` grid 组件离容器右侧的距离。 ### GridCoord3D.show -`bool` `default: true` +`bool` `true` 是否显示直角坐标系网格。 ### GridCoord3D.showBorder -`bool` `default: false` +`bool` `false` 是否显示网格边框。 ### GridCoord3D.top -`float` `default: 0.3f` +`float` `0.3f` grid 组件离容器上侧的距离。 ### GridCoord3D.viewControl -`ViewControl` +[ViewControl](#viewcontrol) -3D视角控制组件。 [ViewControl](#viewcontrol) +3D视角控制组件。 ### GridCoord3D.xYExchanged -`bool` `default: false` - +`bool` `false` ## GridLayout @@ -1860,55 +1854,55 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent), [IUpdateR ### GridLayout.bottom -`float` `default: 0.12f` +`float` `0.12f` grid 组件离容器下侧的距离。 ### GridLayout.column -`int` `default: 2` +`int` `2` 网格布局的列数。 ### GridLayout.inverse -`bool` `default: false` +`bool` `false` 是否反转网格布局。 ### GridLayout.left -`float` `default: 0.1f` +`float` `0.1f` grid 组件离容器左侧的距离。 ### GridLayout.right -`float` `default: 0.08f` +`float` `0.08f` grid 组件离容器右侧的距离。 ### GridLayout.row -`int` `default: 2` +`int` `2` 网格布局的行数。 ### GridLayout.show -`bool` `default: true` +`bool` `true` 是否显示直角坐标系网格。 ### GridLayout.spacing -`Vector2` `default: Vector2.zero` +`Vector2` `Vector2.zero` 网格布局的间距。 ### GridLayout.top -`float` `default: 0.22f` +`float` `0.22f` grid 组件离容器上侧的距离。 @@ -1918,7 +1912,7 @@ class in XCharts.Runtime / 继承自: [Serie](#serie), [INeedSerieContainer](#in ### Heatmap.heatmapType -`HeatmapType` `v3.3.0` +[HeatmapType](#heatmaptype) `v3.3.0` 热力图类型。通过颜色映射划分。 @@ -1933,7 +1927,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### IconStyle.align -`Align` +[Align](#align) 水平方向对齐方式。 @@ -1945,7 +1939,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### IconStyle.autoHideWhenLabelEmpty -`bool` `default: false` +`bool` `false` 当label内容为空时是否自动隐藏图标 @@ -1957,13 +1951,13 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### IconStyle.height -`float` `default: 20` +`float` `20` 图标高。 ### IconStyle.layer -`IconStyle.Layer` +[IconStyle.Layer](#iconstylelayer) 显示在上层还是在下层。 @@ -1980,7 +1974,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### IconStyle.show -`bool` `default: false` +`bool` `false` 是否显示图标。 @@ -1998,7 +1992,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### IconStyle.width -`float` `default: 20` +`float` `20` 图标宽。 @@ -2020,13 +2014,13 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### ImageStyle.height -`float` `default: 0` +`float` `0` 图标高。 ### ImageStyle.show -`bool` `default: true` +`bool` `true` 是否显示图标。 @@ -2044,7 +2038,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### ImageStyle.width -`float` `default: 0` +`float` `0` 图标宽。 @@ -2056,19 +2050,19 @@ class in XCharts.Runtime ### Indicator.axisLine -`AxisLine` +[AxisLine](#axisline) -轴线。 [AxisLine](#axisline) +轴线。 ### Indicator.axisName -`AxisName` +[AxisName](#axisname) -雷达图每个指示器名称的配置项。 [AxisName](#axisname) +雷达图每个指示器名称的配置项。 ### Indicator.ceilRate -`double` `default: 0` +`double` `0` 最大最小值向上取整的倍率。默认为0时自动计算。 @@ -2080,25 +2074,25 @@ class in XCharts.Runtime ### Indicator.connectCenter -`bool` `default: false` +`bool` `false` 数值是否连线到中心点。 ### Indicator.gridIndex -`int` `default: -1` `v3.8.0` +`int` `-1` `v3.8.0` 所使用的 layout 组件的 index。 默认为-1不指定index, 当为大于或等于0时, 为第一个layout组件的第index个格子。 ### Indicator.indicator -`bool` `default: true` +`bool` `true` 是否显示指示器。 ### Indicator.indicatorGap -`float` `default: 10` +`float` `10` 指示器和雷达的间距。 @@ -2116,7 +2110,7 @@ class in XCharts.Runtime ### Indicator.lineGradient -`bool` `default: true` +`bool` `true` 数值线段是否需要渐变。 @@ -2140,7 +2134,7 @@ class in XCharts.Runtime ### Indicator.outRangeColor -`Color32` `default: Color.red` +`Color32` `Color.red` 数值超出范围时显示的颜色。 @@ -2152,7 +2146,7 @@ class in XCharts.Runtime ### Indicator.radius -`float` `default: 100` +`float` `100` 雷达图的半径。 @@ -2176,19 +2170,19 @@ class in XCharts.Runtime ### Indicator.splitArea -`AxisSplitArea` +[AxisSplitArea](#axissplitarea) -分割区域。 [AxisSplitArea](#axissplitarea) +分割区域。 ### Indicator.splitLine -`AxisSplitLine` +[AxisSplitLine](#axissplitline) -分割线。 [AxisSplitLine](#axissplitline) +分割线。 ### Indicator.splitNumber -`int` `default: 5` +`int` `5` 指示器轴的分割段数。 @@ -2260,7 +2254,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### ItemStyle.borderGap -`float` `default: 0` +`float` `0` 边框间隙。 @@ -2272,7 +2266,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### ItemStyle.borderWidth -`float` `default: 0` +`float` `0` 边框宽。 @@ -2332,13 +2326,13 @@ Serie的标识颜色。仅用于Legend和Tooltip的展示,不影响绘制颜 ### ItemStyle.opacity -`float` `default: 1` +`float` `1` 透明度。支持从 0 到 1 的数字,为 0 时不绘制该图形。 ### ItemStyle.show -`bool` `default: true` +`bool` `true` 是否启用。 @@ -2366,49 +2360,49 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### LabelLine.endSymbol -`SymbolStyle` +[SymbolStyle](#symbolstyle) -结束点的图形标记。 [SymbolStyle](#symbolstyle) +结束点的图形标记。 ### LabelLine.lineAngle -`float` `default: 60` +`float` `60` 视觉引导线的固定角度。对折线和曲线有效。在Pie中无效。 ### LabelLine.lineColor -`Color32` `default: Color32(0,0,0,0)` +`Color32` `Color32(0,0,0,0)` 视觉引导线颜色。默认和serie一致取自调色板。 ### LabelLine.lineEndX -`float` `default: 0f` `v3.8.0` +`float` `0f` `v3.8.0` 视觉引导线结束点的固定x位置。当不为0时,会代替lineLength2设定引导线的x位置。 ### LabelLine.lineGap -`float` `default: 1.0f` +`float` `1.0f` 视觉引导线和容器的间距。 ### LabelLine.lineLength1 -`float` `default: 25f` +`float` `25f` 视觉引导线第一段的长度。 ### LabelLine.lineLength2 -`float` `default: 15f` +`float` `15f` 视觉引导线第二段的长度。 ### LabelLine.lineType -`LabelLine.LineType` +[LabelLine.LineType](#labellinelinetype) 视觉引导线类型。 @@ -2420,21 +2414,21 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### LabelLine.lineWidth -`float` `default: 1.0f` +`float` `1.0f` 视觉引导线的宽度。 ### LabelLine.show -`bool` `default: true` +`bool` `true` 是否显示视觉引导线。 ### LabelLine.startSymbol -`SymbolStyle` +[SymbolStyle](#symbolstyle) -起始点的图形标记。 [SymbolStyle](#symbolstyle) +起始点的图形标记。 ## LabelStyle @@ -2444,21 +2438,21 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### LabelStyle.autoOffset -`bool` `default: false` +`bool` `false` 是否开启自动偏移。当开启时,Y的偏移会自动判断曲线的开口来决定向上还是向下偏移。 ### LabelStyle.autoRotate -`bool` `default: false` `v3.6.0` +`bool` `false` `v3.6.0` 是否自动旋转。 ### LabelStyle.background -`ImageStyle` +[ImageStyle](#imagestyle) -背景图样式。 [ImageStyle](#imagestyle) +背景图样式。 ### LabelStyle.distance @@ -2474,15 +2468,15 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### LabelStyle.height -`float` `default: 0` +`float` `0` 标签的高度。一般不用指定,不指定时则自动是文字的高度。 ### LabelStyle.icon -`IconStyle` +[IconStyle](#iconstyle) -图标样式。 [IconStyle](#iconstyle) +图标样式。 ### LabelStyle.numericFormatter @@ -2510,25 +2504,25 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### LabelStyle.show -`bool` `default: true` +`bool` `true` 是否显示文本标签。 ### LabelStyle.textPadding -`TextPadding` +[TextPadding](#textpadding) -文本的边距。 [TextPadding](#textpadding) +文本的边距。 ### LabelStyle.textStyle -`TextStyle` +[TextStyle](#textstyle) -文本样式。 [TextStyle](#textstyle) +文本样式。 ### LabelStyle.width -`float` `default: 0` +`float` `0` 标签的宽度。一般不用指定,不指定时则自动是文字的宽度。 @@ -2554,9 +2548,9 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent), [IPropert ### Legend.background -`ImageStyle` `v3.1.0` +[ImageStyle](#imagestyle) `v3.1.0` -背景图样式。 [ImageStyle](#imagestyle) +背景图样式。 ### Legend.colors @@ -2584,7 +2578,7 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent), [IPropert ### Legend.iconType -`Legend.Type` +[Legend.Type](#legendtype) 图例类型。 @@ -2601,49 +2595,49 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent), [IPropert ### Legend.itemAutoColor -`bool` `default: true` +`bool` `true` 图例标记的图形是否自动匹配颜色。 ### Legend.itemGap -`float` `default: 10f` +`float` `10f` 图例每项之间的间隔。横向布局时为水平间隔,纵向布局时为纵向间隔。 ### Legend.itemHeight -`float` `default: 12.0f` +`float` `12.0f` 图例标记的图形高度。 ### Legend.itemOpacity -`float` `default: 1` +`float` `1` 图例标记的图形的颜色透明度。 ### Legend.itemWidth -`float` `default: 25.0f` +`float` `25.0f` 图例标记的图形宽度。 ### Legend.labelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -文本样式。 [LabelStyle](#labelstyle) +文本样式。 ### Legend.location -`Location` +[Location](#location) -图例显示的位置。 [Location](#location) +图例显示的位置。 ### Legend.orient -`Orient` +[Orient](#orient) 布局方式是横还是竖。 @@ -2654,9 +2648,9 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent), [IPropert ### Legend.padding -`Padding` `v3.1.0` +[Padding](#padding) `v3.1.0` -图例标记和背景的间距。 [Padding](#padding) +图例标记和背景的间距。 ### Legend.positions @@ -2666,7 +2660,7 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent), [IPropert ### Legend.selectedMode -`Legend.SelectedMode` +[Legend.SelectedMode](#legendselectedmode) 选择模式。控制是否可以通过点击图例改变系列的显示状态。默认开启图例选择,可以设成 None 关闭。 @@ -2678,15 +2672,15 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent), [IPropert ### Legend.show -`bool` `default: true` +`bool` `true` 是否显示图例组件。 ### Legend.textLimit -`TextLimit` `v3.10.0` +[TextLimit](#textlimit) `v3.10.0` -文本限制。 [TextLimit](#textlimit) +文本限制。 ## LegendTheme @@ -2704,33 +2698,33 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### Level.depth -`int` `default: 0` `v3.10.0` +`int` `0` `v3.10.0` 层级深度。 ### Level.itemStyle -`ItemStyle` +[ItemStyle](#itemstyle) -数据项样式。 [ItemStyle](#itemstyle) +数据项样式。 ### Level.label -`LabelStyle` +[LabelStyle](#labelstyle) -文本标签样式。 [LabelStyle](#labelstyle) +文本标签样式。 ### Level.lineStyle -`LineStyle` `v3.10.0` +[LineStyle](#linestyle) `v3.10.0` -线条样式。 [LineStyle](#linestyle) +线条样式。 ### Level.upperLabel -`LabelStyle` +[LabelStyle](#labelstyle) -上方的文本标签样式。 [LabelStyle](#labelstyle) +上方的文本标签样式。 ## LevelStyle @@ -2746,7 +2740,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### LevelStyle.show -`bool` `default: false` +`bool` `false` 是否启用LevelStyle @@ -2760,13 +2754,13 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### LineArrow.arrow -`ArrowStyle` +[ArrowStyle](#arrowstyle) -箭头。 [ArrowStyle](#arrowstyle) +箭头。 ### LineArrow.position -`LineArrow.Position` +[LineArrow.Position](#linearrowposition) 箭头位置。 @@ -2795,37 +2789,37 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### LineStyle.dashLength -`float` `default: 4` `v3.8.1` +`float` `4` `v3.8.1` 虚线的长度。默认0时为线条宽度的12倍。在折线图中代表分割段数的倍数。 ### LineStyle.dotLength -`float` `default: 2` `v3.8.1` +`float` `2` `v3.8.1` 点线的长度。默认0时为线条宽度的3倍。在折线图中代表分割段数的倍数。 ### LineStyle.gapLength -`float` `default: 2` `v3.8.1` +`float` `2` `v3.8.1` 点线的长度。默认0时为线条宽度的3倍。在折线图中代表分割段数的倍数。 ### LineStyle.length -`float` `default: 0` +`float` `0` 线长。 ### LineStyle.opacity -`float` `default: 1` +`float` `1` 线的透明度。支持从 0 到 1 的数字,为 0 时不绘制该图形。 ### LineStyle.show -`bool` `default: true` +`bool` `true` 是否显示线条。当作为子组件,它的父组件有参数控制是否显示时,改参数无效。 @@ -2843,7 +2837,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### LineStyle.type -`LineStyle.Type` +[LineStyle.Type](#linestyletype) 线的类型。 @@ -2858,7 +2852,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [ISerie ### LineStyle.width -`float` `default: 0` +`float` `0` 线宽。 @@ -2870,7 +2864,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent), [IPrope ### Location.align -`Location.Align` +[Location.Align](#locationalign) 对齐方式。 @@ -2922,39 +2916,39 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) ### MarkArea.end -`MarkAreaData` +[MarkAreaData](#markareadata) -标域范围的结束数据。 [MarkAreaData](#markareadata) +标域范围的结束数据。 ### MarkArea.itemStyle -`ItemStyle` +[ItemStyle](#itemstyle) -标域样式。 [ItemStyle](#itemstyle) +标域样式。 ### MarkArea.label -`LabelStyle` +[LabelStyle](#labelstyle) -标域文本样式。 [LabelStyle](#labelstyle) +标域文本样式。 ### MarkArea.serieIndex -`int` `default: 0` +`int` `0` Serie index of markArea. 标域影响的Serie索引。 ### MarkArea.show -`bool` `default: true` +`bool` `true` 是否显示标域。 ### MarkArea.start -`MarkAreaData` +[MarkAreaData](#markareadata) -标域范围的起始数据。 [MarkAreaData](#markareadata) +标域范围的起始数据。 ### MarkArea.text @@ -2970,7 +2964,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### MarkAreaData.dimension -`int` `default: 1` +`int` `1` 从哪个维度的数据计算最大最小值等。 @@ -2982,7 +2976,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### MarkAreaData.type -`MarkAreaType` +[MarkAreaType](#markareatype) 特殊的标域类型,用于标注最大值最小值等。 @@ -3026,9 +3020,9 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) ### MarkLine.animation -`AnimationStyle` +[AnimationStyle](#animationstyle) -标线的动画样式。 [AnimationStyle](#animationstyle) +标线的动画样式。 ### MarkLine.data @@ -3038,19 +3032,19 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) ### MarkLine.onTop -`bool` `default: true` `v3.9.0` +`bool` `true` `v3.9.0` 是否在最上层。 ### MarkLine.serieIndex -`int` `default: 0` +`int` `0` 标线影响的Serie索引。 ### MarkLine.show -`bool` `default: true` +`bool` `true` 是否显示标线。 @@ -3064,33 +3058,33 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### MarkLineData.dimension -`int` `default: 1` +`int` `1` 从哪个维度的数据计算最大最小值等。 ### MarkLineData.endSymbol -`SymbolStyle` +[SymbolStyle](#symbolstyle) -结束点的图形标记。 [SymbolStyle](#symbolstyle) +结束点的图形标记。 ### MarkLineData.group -`int` `default: 0` +`int` `0` 分组。当group不为0时,表示这个data是标线的起点或终点,group一致的data组成一条标线。 ### MarkLineData.label -`LabelStyle` +[LabelStyle](#labelstyle) -文本样式。可设置position为Start、Middle和End在不同的位置显示文本。 [LabelStyle](#labelstyle) +文本样式。可设置position为Start、Middle和End在不同的位置显示文本。 ### MarkLineData.lineStyle -`LineStyle` +[LineStyle](#linestyle) -标线样式。 [LineStyle](#linestyle) +标线样式。 ### MarkLineData.name @@ -3100,13 +3094,13 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### MarkLineData.startSymbol -`SymbolStyle` +[SymbolStyle](#symbolstyle) -起始点的图形标记。 [SymbolStyle](#symbolstyle) +起始点的图形标记。 ### MarkLineData.type -`MarkLineType` +[MarkLineType](#marklinetype) 特殊的标线类型,用于标注最大值最小值等。 @@ -3144,7 +3138,7 @@ Y轴上的指定值。当Y轴为类目轴时指定值表示类目轴数据的索 ### MarkLineData.zeroPosition -`bool` `default: false` +`bool` `false` 是否为坐标系原点。 @@ -3158,25 +3152,25 @@ Marquee style. It can be used for the DataZoom component. 选取框样式。可 ### MarqueeStyle.apply -`bool` `default: false` `v3.5.0` +`bool` `false` `v3.5.0` 选取框范围是否应用到DataZoom上。当为true时,框选结束后的范围即为DataZoom的选择范围。 ### MarqueeStyle.areaStyle -`AreaStyle` `v3.5.0` +[AreaStyle](#areastyle) `v3.5.0` -选取框区域填充样式。 [AreaStyle](#areastyle) +选取框区域填充样式。 ### MarqueeStyle.lineStyle -`LineStyle` `v3.5.0` +[LineStyle](#linestyle) `v3.5.0` -选取框区域边框样式。 [LineStyle](#linestyle) +选取框区域边框样式。 ### MarqueeStyle.realRect -`bool` `default: false` `v3.5.0` +`bool` `false` `v3.5.0` 是否选取实际框选区域。当为true时,以鼠标的其实点和结束点间的实际范围作为框选区域。 @@ -3190,7 +3184,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### MLValue.type -`MLValue.Type` +[MLValue.Type](#mlvaluetype) @@ -3204,7 +3198,6 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) `float` - ## Padding class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) / 子类: [TextPadding](#textpadding) @@ -3213,31 +3206,31 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) / 子类 ### Padding.bottom -`float` `default: 0` +`float` `0` 底部间距。 ### Padding.left -`float` `default: 2f` +`float` `2f` 左边间距。 ### Padding.right -`float` `default: 2f` +`float` `2f` 右部间距。 ### Padding.show -`bool` `default: true` +`bool` `true` show padding. 是否显示。 ### Padding.top -`float` `default: 0` +`float` `0` 顶部间距。 @@ -3263,19 +3256,19 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ### ParallelCoord.bottom -`float` `default: 0.12f` +`float` `0.12f` grid 组件离容器下侧的距离。 ### ParallelCoord.left -`float` `default: 0.1f` +`float` `0.1f` grid 组件离容器左侧的距离。 ### ParallelCoord.orient -`Orient` +[Orient](#orient) 坐标轴朝向。默认为垂直朝向。 @@ -3286,19 +3279,19 @@ grid 组件离容器左侧的距离。 ### ParallelCoord.right -`float` `default: 0.08f` +`float` `0.08f` grid 组件离容器右侧的距离。 ### ParallelCoord.show -`bool` `default: true` +`bool` `true` 是否显示直角坐标系网格。 ### ParallelCoord.top -`float` `default: 0.22f` +`float` `0.22f` grid 组件离容器上侧的距离。 @@ -3308,7 +3301,7 @@ class in XCharts.Runtime / 继承自: [Serie](#serie) ### Pie.radiusGradient -`bool` `default: false` `v3.8.1` +`bool` `false` `v3.8.1` 是否开启半径方向的渐变效果。 @@ -3336,7 +3329,7 @@ class in XCharts.Runtime / 继承自: [CoordSystem](#coordsystem), [ISerieContai ### PolarCoord.indicatorLabelOffset -`float` `default: 30f` `v3.8.0` +`float` `30f` `v3.8.0` 指示器标签的偏移量。 @@ -3348,7 +3341,7 @@ class in XCharts.Runtime / 继承自: [CoordSystem](#coordsystem), [ISerieContai ### PolarCoord.show -`bool` `default: true` +`bool` `true` 是否显示极坐标。 @@ -3358,7 +3351,7 @@ class in XCharts.Runtime / 继承自: [Serie](#serie), [INeedSerieContainer](#in ### Radar.smooth -`bool` `default: false` `v3.2.0` +`bool` `false` `v3.2.0` 是否平滑曲线。平滑曲线时不支持区域填充颜色。 @@ -3388,7 +3381,7 @@ class in XCharts.Runtime / 继承自: [Serie](#serie) ### Ring.radiusGradient -`bool` `default: false` `v3.12.0` +`bool` `false` `v3.12.0` 是否开启半径方向的渐变效果。 @@ -3412,7 +3405,7 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.align -`Align` +[Align](#align) 组件水平方向对齐方式。 @@ -3424,37 +3417,37 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.animation -`AnimationStyle` +[AnimationStyle](#animationstyle) -起始动画。 [AnimationStyle](#animationstyle) +起始动画。 ### Serie.avoidLabelOverlap -`bool` `default: false` +`bool` `false` 在饼图且标签外部显示的情况下,是否启用防止标签重叠策略,默认关闭,在标签拥挤重叠的情况下会挪动各个标签的位置,防止标签间的重叠。 ### Serie.barGap -`float` `default: 0.1f` +`float` `0.1f` 不同系列的柱间距离。为百分比(如 '0.3f',表示柱子宽度的 30%) 如果想要两个系列的柱子重叠,可以设置 barGap 为 '-1f'。这在用柱子做背景的时候有用。 在同一坐标系上,此属性会被多个 'bar' 系列共享。此属性应设置于此坐标系中最后一个 'bar' 系列上才会生效,并且是对此坐标系中所有 'bar' 系列生效。 ### Serie.barMaxWidth -`float` `default: 0` `v3.5.0` +`float` `0` `v3.5.0` 柱条的最大宽度,默认为0为不限制最大宽度。支持设置成相对于类目宽度的百分比。 ### Serie.barPercentStack -`bool` `default: false` +`bool` `false` 柱形图是否为百分比堆积。相同stack的serie只要有一个barPercentStack为true,则就显示成百分比堆叠柱状图。 ### Serie.barType -`BarType` +[BarType](#bartype) 柱形图类型。 @@ -3466,19 +3459,19 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.barWidth -`float` `default: 0` +`float` `0` 柱条的宽度,不设时自适应。支持设置成相对于类目宽度的百分比。 ### Serie.barZebraGap -`float` `default: 2f` +`float` `2f` 斑马线的间距。 ### Serie.barZebraWidth -`float` `default: 4f` +`float` `4f` 斑马线的粗细。 @@ -3496,25 +3489,25 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.clickOffset -`bool` `default: true` +`bool` `true` 鼠标点击时是否开启偏移,一般用在PieChart图表中。 ### Serie.clip -`bool` `default: false` +`bool` `false` 是否裁剪超出坐标系部分的图形。 ### Serie.clockwise -`bool` `default: true` +`bool` `true` 是否顺时针。 ### Serie.colorBy -`SerieColorBy` `v3.2.0` +[SerieColorBy](#seriecolorby) `v3.2.0` 从主题中取色的策略。 @@ -3538,7 +3531,7 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.dataSortType -`SerieDataSortType` +[SerieDataSortType](#seriedatasorttype) 组件的数据排序。 @@ -3562,25 +3555,25 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.gridIndex -`int` `default: -1` `v3.8.0` +`int` `-1` `v3.8.0` 所使用的 layout 组件的 index。 默认为-1不指定index, 当为大于或等于0时, 为第一个layout组件的第index个格子。 ### Serie.ignore -`bool` `default: false` +`bool` `false` 是否开启忽略数据。当为 true 时,数据值为 ignoreValue 时不进行绘制。 ### Serie.ignoreLineBreak -`bool` `default: false` +`bool` `false` 忽略数据时折线是断开还是连接。默认false为连接。 ### Serie.ignoreValue -`double` `default: 0` +`double` `0` 忽略数据的默认值。当ignore为true才有效。 @@ -3598,19 +3591,19 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.itemStyle -`ItemStyle` +[ItemStyle](#itemstyle) -图形样式。 [ItemStyle](#itemstyle) +图形样式。 ### Serie.large -`bool` `default: true` +`bool` `true` 是否开启大数据量优化,在数据图形特别多而出现卡顿时候可以开启。 开启后配合 largeThreshold 在数据量大于指定阈值的时候对绘制进行优化。 缺点:优化后不能自定义设置单个数据项的样式,不能显示Label。 ### Serie.largeThreshold -`int` `default: 200` +`int` `200` 开启大数量优化的阈值。只有当开启了large并且数据量大于该阀值时才进入性能模式。 @@ -3622,13 +3615,13 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.lineStyle -`LineStyle` +[LineStyle](#linestyle) -线条样式。 [LineStyle](#linestyle) +线条样式。 ### Serie.lineType -`LineType` +[LineType](#linetype) 折线图样式类型。 @@ -3666,7 +3659,7 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.maxSize -`float` `default: 1f` +`float` `1f` 数据最大值 max 映射的宽度。 @@ -3684,7 +3677,7 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.minRadius -`float` `default: 0f` `v3.8.0` +`float` `0f` `v3.8.0` 最小半径。可用于限制玫瑰图的最小半径。 @@ -3696,25 +3689,25 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.minShowLabel -`bool` `default: false` `v3.10.0` +`bool` `false` `v3.10.0` 是否开启值小于指定值`minShowLabelValue`时不显示标签。 ### Serie.minShowLabelValue -`double` `default: 0` `v3.10.0` +`double` `0` `v3.10.0` 当开启`minShowLabel`时,值小于该值时不显示标签。 ### Serie.minSize -`float` `default: 0f` +`float` `0f` 数据最小值 min 映射的宽度。 ### Serie.orient -`Orient` +[Orient](#orient) 组件的朝向。 @@ -3725,31 +3718,31 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.parallelIndex -`int` `default: 0` +`int` `0` 所使用的 parallel coord 组件的 index。 ### Serie.placeHolder -`bool` `default: false` +`bool` `false` 占位模式。占位模式时,数据有效但不参与渲染和显示。 ### Serie.polarIndex -`int` `default: 0` +`int` `0` 所使用的 polar 组件的 index。 ### Serie.radarIndex -`int` `default: 0` +`int` `0` 雷达图所使用的 radar 组件的 index。 ### Serie.radarType -`RadarType` +[RadarType](#radartype) 雷达图类型。 @@ -3772,7 +3765,7 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.roseType -`RoseType` +[RoseType](#rosetype) 是否展示成南丁格尔图,通过半径区分数据大小。 @@ -3790,19 +3783,19 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.sampleAverage -`float` `default: 0` +`float` `0` 设定的采样平均值。当sampleType 为 Peak 时,用于和过滤数据的平均值做对比是取最大值还是最小值。默认为0时会实时计算所有数据的平均值。 ### Serie.sampleDist -`float` `default: 0` +`float` `0` 采样的最小像素距离,默认为0时不采样。当两个数据点间的水平距离小于改值时,开启采样,保证两点间的水平距离不小于改值。 ### Serie.sampleType -`SampleType` +[SampleType](#sampletype) 采样类型。当sampleDist大于0时有效。 @@ -3828,13 +3821,13 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.show -`bool` `default: true` +`bool` `true` 系列是否显示在图表上。 ### Serie.showAsPositiveNumber -`bool` `default: false` +`bool` `false` 将负数数值显示为正数。一般和`AxisLabel`的`showAsPositiveNumber`配合使用。仅在折线图和柱状图中有效。 @@ -3852,13 +3845,13 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.singleAxisIndex -`int` `default: 0` +`int` `0` 所使用的 singleAxis 组件的 index。 ### Serie.smoothLimit -`bool` `default: false` `v3.4.0` +`bool` `false` `v3.4.0` 是否限制曲线。当为true时,两个连续相同数值的数据间的曲线会限制为不超出数据点,和数据点是平直的。 @@ -3882,7 +3875,7 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.state -`SerieState` `v3.2.0` +[SerieState](#seriestate) `v3.2.0` 系列的默认状态。 @@ -3896,9 +3889,9 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.symbol -`SerieSymbol` +[SerieSymbol](#seriesymbol) -标记的图形。 [SerieSymbol](#seriesymbol) +标记的图形。 ### Serie.top @@ -3908,19 +3901,19 @@ class in XCharts.Runtime / 继承自: [BaseSerie](#baseserie), [IComparable](htt ### Serie.vesselIndex -`int` `default: 0` +`int` `0` 水位图所使用的 vessel 组件的 index。 ### Serie.xAxisIndex -`int` `default: 0` +`int` `0` 使用X轴的index。 ### Serie.yAxisIndex -`int` `default: 0` +`int` `0` 使用Y轴的index。 @@ -3980,7 +3973,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### SerieData.state -`SerieState` `v3.2.0` +[SerieState](#seriestate) `v3.2.0` 数据项的默认状态。 @@ -4026,19 +4019,19 @@ class in XCharts.Runtime / 继承自: [SymbolStyle](#symbolstyle), [ISerieDataCo ### SerieSymbol.dataIndex -`int` `default: 1` +`int` `1` 当sizeType指定为FromData时,指定的数据源索引。 ### SerieSymbol.dataScale -`float` `default: 1` +`float` `1` 当sizeType指定为FromData时,指定的倍数系数。 ### SerieSymbol.forceShowLast -`bool` `default: false` +`bool` `false` 是否强制显示最后一个图形标记。 @@ -4050,19 +4043,19 @@ class in XCharts.Runtime / 继承自: [SymbolStyle](#symbolstyle), [ISerieDataCo ### SerieSymbol.maxSize -`float` `default: 0f` `v3.3.0` +`float` `0f` `v3.3.0` 图形最大尺寸。只在sizeType为SymbolSizeType.FromData时有效。 ### SerieSymbol.minSize -`float` `default: 0f` `v3.3.0` +`float` `0f` `v3.3.0` 图形最小尺寸。只在sizeType为SymbolSizeType.FromData时有效。 ### SerieSymbol.repeat -`bool` `default: false` +`bool` `false` 图形是否重复。 @@ -4074,7 +4067,7 @@ class in XCharts.Runtime / 继承自: [SymbolStyle](#symbolstyle), [ISerieDataCo ### SerieSymbol.sizeType -`SymbolSizeType` +[SymbolSizeType](#symbolsizetype) 标记图形的大小获取方式。 @@ -4096,31 +4089,31 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### SerieTheme.candlestickBorderColor -`Color32` `default: Color32(235, 84, 84, 255)` +`Color32` `Color32(235, 84, 84, 255)` K线图阳线(跌)边框色 ### SerieTheme.candlestickBorderColor0 -`Color32` `default: Color32(71, 178, 98, 255)` +`Color32` `Color32(71, 178, 98, 255)` K线图阴线(跌)边框色 ### SerieTheme.candlestickBorderWidth -`float` `default: 1` +`float` `1` K线图边框宽度 ### SerieTheme.candlestickColor -`Color32` `default: Color32(235, 84, 84, 255)` +`Color32` `Color32(235, 84, 84, 255)` K线图阳线(涨)填充色 ### SerieTheme.candlestickColor0 -`Color32` `default: Color32(71, 178, 98, 255)` +`Color32` `Color32(71, 178, 98, 255)` K线图阴线(跌)填充色 @@ -4150,7 +4143,7 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) ### Settings.axisMaxSplitNumber -`float` `default: 50` `v3.1.0` +`float` `50` `v3.1.0` 坐标轴最大分隔段数。段数过大时可能会生成较多的label节点。 @@ -4162,7 +4155,7 @@ Base Pointer 材质球,设置后会影响Axis等。 ### Settings.cicleSmoothness -`float` `default: 2f` +`float` `2f` 圆形的平滑度。数越小圆越平滑,但顶点数也会随之增加。 @@ -4174,37 +4167,37 @@ Base Pointer 材质球,设置后会影响Axis等。 ### Settings.legendIconLineWidth -`float` `default: 2` +`float` `2` Line类型图例图标的线条宽度。 ### Settings.lineSegmentDistance -`float` `default: 3f` +`float` `3f` 线段的分割距离。普通折线图的线是由很多线段组成,段数由该数值决定。值越小段数越多,但顶点数也会随之增加。当开启有渐变的区域填充时,数值越大渐变过渡效果越差。 ### Settings.lineSmoothness -`float` `default: 2f` +`float` `2f` When the area with gradient is filled, the larger the value, the worse the transition effect. ### Settings.lineSmoothStyle -`float` `default: 2.5f` +`float` `2.5f` 曲线平滑系数。通过调整平滑系数可以改变曲线的曲率,得到外观稍微有变化的不同曲线。 ### Settings.maxPainter -`int` `default: 10` +`int` `10` 设定的painter数量。 ### Settings.reversePainter -`bool` `default: false` +`bool` `false` Painter是否逆序。逆序时index大的serie最先绘制。 @@ -4216,8 +4209,7 @@ Serie Pointer 材质球,设置后会影响所有Serie。 ### Settings.show -`bool` `default: true` - +`bool` `true` ### Settings.topPainterMaterial @@ -4251,25 +4243,25 @@ class in XCharts.Runtime / 继承自: [Axis](#axis), [IUpdateRuntimeData](#iupda ### SingleAxis.bottom -`float` `default: 0.2f` +`float` `0.2f` 组件离容器下侧的距离。 ### SingleAxis.height -`float` `default: 50` +`float` `50` 坐标轴高。 ### SingleAxis.left -`float` `default: 0.1f` +`float` `0.1f` 组件离容器左侧的距离。 ### SingleAxis.orient -`Orient` +[Orient](#orient) 坐标轴朝向。默认为水平朝向。 @@ -4280,19 +4272,19 @@ class in XCharts.Runtime / 继承自: [Axis](#axis), [IUpdateRuntimeData](#iupda ### SingleAxis.right -`float` `default: 0.1f` +`float` `0.1f` 组件离容器右侧的距离。 ### SingleAxis.top -`float` `default: 0f` +`float` `0f` 组件离容器上侧的距离。 ### SingleAxis.width -`float` `default: 0` +`float` `0` 坐标轴宽。 @@ -4326,45 +4318,45 @@ Serie的状态样式。Serie的状态有正常,高亮,淡出,选中四种 ### StateStyle.areaStyle -`AreaStyle` +[AreaStyle](#areastyle) -区域样式。 [AreaStyle](#areastyle) +区域样式。 ### StateStyle.itemStyle -`ItemStyle` +[ItemStyle](#itemstyle) -图形样式。 [ItemStyle](#itemstyle) +图形样式。 ### StateStyle.label -`LabelStyle` +[LabelStyle](#labelstyle) -图形文本标签。 [LabelStyle](#labelstyle) +图形文本标签。 ### StateStyle.labelLine -`LabelLine` +[LabelLine](#labelline) -图形文本引导线样式。 [LabelLine](#labelline) +图形文本引导线样式。 ### StateStyle.lineStyle -`LineStyle` +[LineStyle](#linestyle) -折线样式。 [LineStyle](#linestyle) +折线样式。 ### StateStyle.show -`bool` `default: true` +`bool` `true` 是否启用高亮样式。 ### StateStyle.symbol -`SerieSymbol` +[SerieSymbol](#seriesymbol) -标记样式。 [SerieSymbol](#seriesymbol) +标记样式。 ## SubTitleTheme @@ -4384,13 +4376,13 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) / 子类 ### SymbolStyle.gap -`float` `default: 0` +`float` `0` 图形标记和线条的间隙距离。 ### SymbolStyle.height -`float` `default: 0f` +`float` `0f` 图形的高。 @@ -4408,25 +4400,25 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) / 子类 ### SymbolStyle.offset -`Vector2` `default: Vector2.zero` +`Vector2` `Vector2.zero` 图形的偏移。 ### SymbolStyle.show -`bool` `default: true` +`bool` `true` 是否显示标记。 ### SymbolStyle.size -`float` `default: 0f` +`float` `0f` 标记的大小。 ### SymbolStyle.type -`SymbolType` +[SymbolType](#symboltype) 标记类型。 @@ -4449,7 +4441,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) / 子类 ### SymbolStyle.width -`float` `default: 0f` +`float` `0f` 图形的宽。 @@ -4461,19 +4453,19 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### TextLimit.enable -`bool` `default: false` +`bool` `false` 是否启用文本自适应。 [default:true] ### TextLimit.gap -`float` `default: 1` +`float` `1` 两边留白像素距离。 [default:10f] ### TextLimit.maxWidth -`float` `default: 0` +`float` `0` Clipping occurs when the width of the text is greater than this value. @@ -4503,19 +4495,19 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### TextStyle.autoAlign -`bool` `default: true` +`bool` `true` 文本是否让系统自动选对齐方式。为false时才会用alignment。 ### TextStyle.autoColor -`bool` `default: false` +`bool` `false` 是否开启自动颜色。当开启时,会自动设置颜色。 ### TextStyle.autoWrap -`bool` `default: false` +`bool` `false` 是否自动换行。 @@ -4533,7 +4525,7 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### TextStyle.fontSize -`int` `default: 0` +`int` `0` 文本字体大小。 [default: 18] @@ -4545,19 +4537,19 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### TextStyle.lineSpacing -`float` `default: 1f` +`float` `1f` 行间距。 [default: 1f] ### TextStyle.rotate -`float` `default: 0` +`float` `0` 文本的旋转。 [default: `0f`] ### TextStyle.show -`bool` `default: true` +`bool` `true` 文本的相关设置。 @@ -4565,7 +4557,6 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) `TextAlignmentOptions` - ### TextStyle.tMPFont `TMP_FontAsset` @@ -4576,12 +4567,10 @@ TextMeshPro字体。 `FontStyles` - ### TextStyle.tMPSpriteAsset `TMP_SpriteAsset` `v3.1.0` - ## Theme class in XCharts.Runtime / 继承自: [ScriptableObject](https://docs.unity3d.com/ScriptReference/30_search.html?q=ScriptableObject) @@ -4590,9 +4579,7 @@ class in XCharts.Runtime / 继承自: [ScriptableObject](https://docs.unity3d.co ### Theme.axis -`AxisTheme` - - [AxisTheme](#axistheme) +[AxisTheme](#axistheme) ### Theme.backgroundColor @@ -4608,9 +4595,7 @@ class in XCharts.Runtime / 继承自: [ScriptableObject](https://docs.unity3d.co ### Theme.common -`ComponentTheme` - - [ComponentTheme](#componenttheme) +[ComponentTheme](#componenttheme) ### Theme.contrastColor @@ -4620,9 +4605,7 @@ class in XCharts.Runtime / 继承自: [ScriptableObject](https://docs.unity3d.co ### Theme.dataZoom -`DataZoomTheme` - - [DataZoomTheme](#datazoomtheme) +[DataZoomTheme](#datazoomtheme) ### Theme.font @@ -4632,21 +4615,15 @@ class in XCharts.Runtime / 继承自: [ScriptableObject](https://docs.unity3d.co ### Theme.legend -`LegendTheme` - - [LegendTheme](#legendtheme) +[LegendTheme](#legendtheme) ### Theme.serie -`SerieTheme` - - [SerieTheme](#serietheme) +[SerieTheme](#serietheme) ### Theme.subTitle -`SubTitleTheme` - - [SubTitleTheme](#subtitletheme) +[SubTitleTheme](#subtitletheme) ### Theme.themeName @@ -4656,7 +4633,7 @@ class in XCharts.Runtime / 继承自: [ScriptableObject](https://docs.unity3d.co ### Theme.themeType -`ThemeType` +[ThemeType](#themetype) 主题类型。 @@ -4669,9 +4646,7 @@ class in XCharts.Runtime / 继承自: [ScriptableObject](https://docs.unity3d.co ### Theme.title -`TitleTheme` - - [TitleTheme](#titletheme) +[TitleTheme](#titletheme) ### Theme.tMPFont @@ -4681,15 +4656,11 @@ class in XCharts.Runtime / 继承自: [ScriptableObject](https://docs.unity3d.co ### Theme.tooltip -`TooltipTheme` - - [TooltipTheme](#tooltiptheme) +[TooltipTheme](#tooltiptheme) ### Theme.visualMap -`VisualMapTheme` - - [VisualMapTheme](#visualmaptheme) +[VisualMapTheme](#visualmaptheme) ## ThemeStyle @@ -4707,32 +4678,29 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) `List` - ### ThemeStyle.customFont `Font` - ### ThemeStyle.enableCustomTheme -`bool` `default: false` +`bool` `false` 是否自定义主题颜色。当设置为true时,可以用‘sync color to custom’同步主题的颜色到自定义颜色。也可以手动设置。 ### ThemeStyle.sharedTheme -`Theme` +[Theme](#theme) -主题配置。 [Theme](#theme) +主题配置。 ### ThemeStyle.show -`bool` `default: true` - +`bool` `true` ### ThemeStyle.transparentBackground -`bool` `default: false` +`bool` `false` 是否透明背景颜色。当设置为true时,不绘制背景颜色。 @@ -4744,33 +4712,33 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent), [IPropert ### Title.itemGap -`float` `default: 0` +`float` `0` 主副标题之间的间距。 ### Title.labelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -主标题文本样式。 [LabelStyle](#labelstyle) +主标题文本样式。 ### Title.location -`Location` +[Location](#location) -标题显示位置。 [Location](#location) +标题显示位置。 ### Title.show -`bool` `default: true` +`bool` `true` 是否显示标题组件。 ### Title.subLabelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -副标题文本样式。 [LabelStyle](#labelstyle) +副标题文本样式。 ### Title.subText @@ -4802,7 +4770,7 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) ### Tooltip.alwayShowContent -`bool` `default: false` +`bool` `false` 是否触发后一直显示提示框浮层。 @@ -4826,13 +4794,13 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) ### Tooltip.borderColor -`Color32` `default: Color32(230, 230, 230, 255)` +`Color32` `Color32(230, 230, 230, 255)` 边框颜色。 ### Tooltip.borderWidth -`float` `default: 2f` +`float` `2f` 边框线宽。 @@ -4844,25 +4812,25 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) ### Tooltip.fixedHeight -`float` `default: 0` +`float` `0` 固定高度。比 minHeight 优先。 ### Tooltip.fixedWidth -`float` `default: 0` +`float` `0` 固定宽度。比 minWidth 优先。 ### Tooltip.fixedX -`float` `default: 0f` +`float` `0f` 固定X位置的坐标。 ### Tooltip.fixedY -`float` `default: 0.7f` +`float` `0.7f` 固定Y位置的坐标。 @@ -4874,7 +4842,7 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) ### Tooltip.ignoreDataShow -`bool` `default: false` +`bool` `false` 是否显示忽略数据在tooltip上。 @@ -4886,15 +4854,15 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) ### Tooltip.itemHeight -`float` `default: 25f` +`float` `25f` 数据项文本的高。 ### Tooltip.lineStyle -`LineStyle` +[LineStyle](#linestyle) -指示线样式。 [LineStyle](#linestyle) +指示线样式。 ### Tooltip.marker @@ -4904,13 +4872,13 @@ serie的符号标志。 ### Tooltip.minHeight -`float` `default: 0` +`float` `0` 最小高度。如若 fixedHeight 设有值,优先取 fixedHeight。 ### Tooltip.minWidth -`float` `default: 0` +`float` `0` 最小宽度。如若 fixedWidth 设有值,优先取 fixedWidth。 @@ -4922,25 +4890,25 @@ serie的符号标志。 ### Tooltip.offset -`Vector2` `default: Vector2(18f, -25f)` +`Vector2` `Vector2(18f, -25f)` 提示框相对于鼠标位置的偏移。 ### Tooltip.paddingLeftRight -`int` `default: 10` +`int` `10` 左右边距。 ### Tooltip.paddingTopBottom -`int` `default: 10` +`int` `10` 上下边距。 ### Tooltip.position -`Tooltip.Position` `v3.3.0` +[Tooltip.Position](#tooltipposition) `v3.3.0` 显示位置类型。 @@ -4953,13 +4921,13 @@ serie的符号标志。 ### Tooltip.show -`bool` `default: true` +`bool` `true` 是否显示提示框组件。 ### Tooltip.showContent -`bool` `default: true` +`bool` `true` 是否显示提示框浮层,默认显示。只需tooltip触发事件或显示axisPointer而不需要显示内容时可配置该项为false。 @@ -4971,19 +4939,19 @@ serie的符号标志。 ### Tooltip.titleHeight -`float` `default: 25f` +`float` `25f` 标题文本的高。 ### Tooltip.titleLabelStyle -`LabelStyle` +[LabelStyle](#labelstyle) -标题的文本样式。 [LabelStyle](#labelstyle) +标题的文本样式。 ### Tooltip.trigger -`Tooltip.Trigger` +[Tooltip.Trigger](#tooltiptrigger) 触发类型。 @@ -4996,7 +4964,7 @@ serie的符号标志。 ### Tooltip.triggerOn -`Tooltip.TriggerOn` `v3.11.0` +[Tooltip.TriggerOn](#tooltiptriggeron) `v3.11.0` 触发条件。 @@ -5007,7 +4975,7 @@ serie的符号标志。 ### Tooltip.type -`Tooltip.Type` +[Tooltip.Type](#tooltiptype) 提示框指示器类型。 @@ -5049,7 +5017,7 @@ class in XCharts.Runtime / 继承自: [ComponentTheme](#componenttheme) ### TooltipTheme.lineType -`LineStyle.Type` +[LineStyle.Type](#linestyletype) 坐标轴线类型。 @@ -5064,7 +5032,7 @@ class in XCharts.Runtime / 继承自: [ComponentTheme](#componenttheme) ### TooltipTheme.lineWidth -`float` `default: 1f` +`float` `1f` 指示线线宽。 @@ -5074,19 +5042,17 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### UIComponentTheme.sharedTheme -`Theme` +[Theme](#theme) -主题配置。 [Theme](#theme) +主题配置。 ### UIComponentTheme.show -`bool` `default: true` - +`bool` `true` ### UIComponentTheme.transparentBackground -`bool` `default: false` - +`bool` `false` ## ViewControl @@ -5098,13 +5064,13 @@ class in XCharts.Runtime / 继承自: [ChildComponent](#childcomponent) ### ViewControl.alpha -`float` `default: 90f` +`float` `90f` 视角在x-z平面的角度。 ### ViewControl.beta -`float` `default: 55f` +`float` `55f` 视角在y-z平面的角度。 @@ -5116,31 +5082,31 @@ class in XCharts.Runtime / 继承自: [MainComponent](#maincomponent) ### VisualMap.autoMinMax -`bool` `default: true` +`bool` `true` Automatically set min, Max value 自动设置min,max的值 ### VisualMap.borderWidth -`float` `default: 0` +`float` `0` 边框线宽,单位px。 ### VisualMap.calculable -`bool` `default: false` +`bool` `false` 是否显示拖拽用的手柄(手柄能拖拽调整选中范围)。 ### VisualMap.dimension -`int` `default: -1` +`int` `-1` Starting at 1, the default is 0 to take the last dimension in data. ### VisualMap.hoverLink -`bool` `default: true` +`bool` `true` Conversely, when the mouse hovers over a graphic element in a diagram, the corresponding value of the visualMap component is triangulated in the corresponding position. @@ -5152,43 +5118,43 @@ Conversely, when the mouse hovers over a graphic element in a diagram, the corre ### VisualMap.itemGap -`float` `default: 10f` +`float` `10f` 每个图元之间的间隔距离。 ### VisualMap.itemHeight -`float` `default: 140f` +`float` `140f` 图形的高度,即颜色条的高度。 ### VisualMap.itemWidth -`float` `default: 20f` +`float` `20f` 图形的宽度,即颜色条的宽度。 ### VisualMap.location -`Location` +[Location](#location) -组件显示的位置。 [Location](#location) +组件显示的位置。 ### VisualMap.max -`double` `default: 0` +`double` `0` 范围最大值 ### VisualMap.min -`double` `default: 0` +`double` `0` 范围最小值 ### VisualMap.orient -`Orient` +[Orient](#orient) 布局方式是横还是竖。 @@ -5211,13 +5177,13 @@ Conversely, when the mouse hovers over a graphic element in a diagram, the corre ### VisualMap.realtime -`bool` `default: true` +`bool` `true` 拖拽时,是否实时更新。 ### VisualMap.selectedMode -`VisualMap.SelectedMode` +[VisualMap.SelectedMode](#visualmapselectedmode) 选择模式。 @@ -5228,25 +5194,25 @@ Conversely, when the mouse hovers over a graphic element in a diagram, the corre ### VisualMap.serieIndex -`int` `default: 0` +`int` `0` 影响的serie索引。 ### VisualMap.show -`bool` `default: true` +`bool` `true` 组件是否生效。 ### VisualMap.showUI -`bool` `default: false` +`bool` `false` 是否显示组件。如果设置为 false,不会显示,但是数据映射的功能还存在。 ### VisualMap.splitNumber -`int` `default: 5` +`int` `5` 对于连续型数据,自动平均切分成几段,默认为0时自动匹配inRange颜色列表大小。 @@ -5264,7 +5230,7 @@ Conversely, when the mouse hovers over a graphic element in a diagram, the corre ### VisualMap.type -`VisualMap.Type` +[VisualMap.Type](#visualmaptype) 组件类型。 @@ -5275,13 +5241,13 @@ Conversely, when the mouse hovers over a graphic element in a diagram, the corre ### VisualMap.workOnArea -`bool` `default: false` +`bool` `false` 组件是否对LineChart的AreaStyle有效。 ### VisualMap.workOnLine -`bool` `default: true` +`bool` `true` 组件是否对LineChart的LineStyle有效。 @@ -5337,7 +5303,7 @@ class in XCharts.Runtime / 继承自: [ComponentTheme](#componenttheme) ### VisualMapTheme.triangeLen -`float` `default: 20f` +`float` `20f` 可视化组件的调节三角形边长。 @@ -5369,7 +5335,7 @@ class in XCharts.Runtime / 继承自: [ScriptableObject](https://docs.unity3d.co ### XCSettings.axisLineType -`LineStyle.Type` +[LineStyle.Type](#linestyletype) @@ -5384,12 +5350,11 @@ class in XCharts.Runtime / 继承自: [ScriptableObject](https://docs.unity3d.co ### XCSettings.axisLineWidth -`float` `default: 0.8f` - +`float` `0.8f` ### XCSettings.axisSplitLineType -`LineStyle.Type` +[LineStyle.Type](#linestyletype) @@ -5404,165 +5369,133 @@ class in XCharts.Runtime / 继承自: [ScriptableObject](https://docs.unity3d.co ### XCSettings.axisSplitLineWidth -`float` `default: 0.8f` - +`float` `0.8f` ### XCSettings.axisTickLength -`float` `default: 5f` - +`float` `5f` ### XCSettings.axisTickWidth -`float` `default: 0.8f` - +`float` `0.8f` ### XCSettings.cicleSmoothness -`float` `default: 2f` - +`float` `2f` ### XCSettings.customThemes `List` - ### XCSettings.dataZoomBorderWidth -`float` `default: 0.5f` - +`float` `0.5f` ### XCSettings.dataZoomDataLineWidth -`float` `default: 0.5f` - +`float` `0.5f` ### XCSettings.editorShowAllListData -`bool` `default: false` - +`bool` `false` ### XCSettings.font `Font` - ### XCSettings.fontSizeLv1 -`int` `default: 28` +`int` `28` 一级字体大小。 ### XCSettings.fontSizeLv2 -`int` `default: 24` - +`int` `24` ### XCSettings.fontSizeLv3 -`int` `default: 20` - +`int` `20` ### XCSettings.fontSizeLv4 -`int` `default: 18` - +`int` `18` ### XCSettings.gaugeAxisLineWidth -`float` `default: 15f` - +`float` `15f` ### XCSettings.gaugeAxisSplitLineLength -`float` `default: 15f` - +`float` `15f` ### XCSettings.gaugeAxisSplitLineWidth -`float` `default: 0.8f` - +`float` `0.8f` ### XCSettings.gaugeAxisTickLength -`float` `default: 5f` - +`float` `5f` ### XCSettings.gaugeAxisTickWidth -`float` `default: 0.8f` - +`float` `0.8f` ### XCSettings.lang -`Lang` - - [Lang](#lang) +[Lang](#lang) ### XCSettings.lineSegmentDistance -`float` `default: 3f` - +`float` `3f` ### XCSettings.lineSmoothness -`float` `default: 2f` - +`float` `2f` ### XCSettings.lineSmoothStyle -`float` `default: 3f` - +`float` `3f` ### XCSettings.maxPainter -`int` `default: 10` - +`int` `10` ### XCSettings.serieCandlestickBorderWidth -`float` `default: 1f` - +`float` `1f` ### XCSettings.serieLineSymbolSize -`float` `default: 5f` - +`float` `5f` ### XCSettings.serieLineWidth -`float` `default: 1.8f` - +`float` `1.8f` ### XCSettings.serieScatterSymbolSize -`float` `default: 20f` - +`float` `20f` ### XCSettings.serieSelectedRate -`float` `default: 1.3f` - +`float` `1.3f` ### XCSettings.tMPFont `TMP_FontAsset` - ### XCSettings.tootipLineWidth -`float` `default: 0.8f` - +`float` `0.8f` ### XCSettings.visualMapBorderWidth -`float` `default: 0f` - +`float` `0f` ### XCSettings.visualMapTriangeLen -`float` `default: 20f` - +`float` `20f` ## YAxis