更新文档

This commit is contained in:
monitor1394
2023-05-30 07:32:24 +08:00
parent 6b6bf9d9da
commit 0f83a70b54
4 changed files with 464 additions and 902 deletions

View File

@@ -70,7 +70,6 @@ slug: /api
- [RingChart](#ringchart) - [RingChart](#ringchart)
- [RuntimeUtil](#runtimeutil) - [RuntimeUtil](#runtimeutil)
- [ScatterChart](#scatterchart) - [ScatterChart](#scatterchart)
- [ScriptableObject](#scriptableobject)
- [SerieComponentAttribute](#seriecomponentattribute) - [SerieComponentAttribute](#seriecomponentattribute)
- [SerieContext](#seriecontext) - [SerieContext](#seriecontext)
- [SerieConvertAttribute](#serieconvertattribute) - [SerieConvertAttribute](#serieconvertattribute)
@@ -114,7 +113,7 @@ slug: /api
## AnimationStyleHelper ## AnimationStyleHelper
Fullname: XCharts.Runtime.AnimationStyleHelper > XCharts.Runtime.AnimationStyleHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -125,17 +124,15 @@ Fullname: XCharts.Runtime.AnimationStyleHelper
## AxisContext ## AxisContext
Fullname: XCharts.Runtime.AxisContext > XCharts.Runtime.AxisContext : [MainComponentContext](#maincomponentcontext)
Inherits or Implemented: [MainComponentContext](#maincomponentcontext)
## AxisHandler<T> ## AxisHandler<T>
Fullname: XCharts.AxisHandler<T> > XCharts.AxisHandler&lt;T&gt; : [MainComponentHandler](#maincomponenthandler)
Inherits or Implemented: [MainComponentHandler](#maincomponenthandler)
## AxisHelper ## AxisHelper
Fullname: XCharts.Runtime.AxisHelper > XCharts.Runtime.AxisHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -163,14 +160,11 @@ Fullname: XCharts.Runtime.AxisHelper
## BarChart ## BarChart
Fullname: XCharts.Runtime.BarChart > XCharts.Runtime.BarChart : [BaseChart](#basechart)
Inherits or Implemented: [BaseChart](#basechart)
## BaseChart ## BaseChart
Fullname: XCharts.Runtime.BaseChart > XCharts.Runtime.BaseChart : [BaseGraph](#basegraph),[ISerializationCallbackReceiver](https://docs.unity3d.com/ScriptReference/30_search.html?q=iserializationcallbackreceiver) / Subclasses: [BarChart](#barchart),[CandlestickChart](#candlestickchart),[HeatmapChart](#heatmapchart),[LineChart](#linechart),[ParallelChart](#parallelchart),[PieChart](#piechart),[PolarChart](#polarchart),[RadarChart](#radarchart),[RingChart](#ringchart),[ScatterChart](#scatterchart),[SimplifiedBarChart](#simplifiedbarchart),[SimplifiedCandlestickChart](#simplifiedcandlestickchart),[SimplifiedLineChart](#simplifiedlinechart)
Inherits or Implemented: [BaseGraph](#basegraph),[ISerializationCallbackReceiver](https://docs.unity3d.com/ScriptReference/30_search.html?q=ISerializationCallbackReceiver)
Subclasses: [BarChart](#barchart),[CandlestickChart](#candlestickchart),[HeatmapChart](#heatmapchart),[LineChart](#linechart),[ParallelChart](#parallelchart),[PieChart](#piechart),[PolarChart](#polarchart),[RadarChart](#radarchart),[RingChart](#ringchart),[ScatterChart](#scatterchart),[SimplifiedBarChart](#simplifiedbarchart),[SimplifiedCandlestickChart](#simplifiedcandlestickchart),[SimplifiedLineChart](#simplifiedlinechart)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -361,9 +355,7 @@ Subclasses: [BarChart](#barchart),[CandlestickChart](#candlestickchart),[Heatmap
## BaseGraph ## BaseGraph
Fullname: XCharts.Runtime.BaseGraph > XCharts.Runtime.BaseGraph : [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=maskablegraphic),[IPointerDownHandler](https://docs.unity3d.com/ScriptReference/30_search.html?q=ipointerdownhandler),[IPointerUpHandler](https://docs.unity3d.com/ScriptReference/30_search.html?q=ipointeruphandler),[](#) / Subclasses: [BaseChart](#basechart),[UIComponent](#uicomponent)
Inherits or Implemented: [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=MaskableGraphic),[IPointerDownHandler](https://docs.unity3d.com/ScriptReference/30_search.html?q=IPointerDownHandler),[IPointerUpHandler](https://docs.unity3d.com/ScriptReference/30_search.html?q=IPointerUpHandler),[](#)
Subclasses: [BaseChart](#basechart),[UIComponent](#uicomponent)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -398,12 +390,11 @@ Subclasses: [BaseChart](#basechart),[UIComponent](#uicomponent)
## CandlestickChart ## CandlestickChart
Fullname: XCharts.Runtime.CandlestickChart > XCharts.Runtime.CandlestickChart : [BaseChart](#basechart)
Inherits or Implemented: [BaseChart](#basechart)
## ChartCached ## ChartCached
Fullname: XCharts.Runtime.ChartCached > XCharts.Runtime.ChartCached
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -416,15 +407,15 @@ Fullname: XCharts.Runtime.ChartCached
## ChartConst ## ChartConst
Fullname: XCharts.Runtime.ChartConst > XCharts.Runtime.ChartConst
## ChartDrawer ## ChartDrawer
Fullname: XCharts.Runtime.ChartDrawer > XCharts.Runtime.ChartDrawer
## ChartHelper ## ChartHelper
Fullname: XCharts.Runtime.ChartHelper > XCharts.Runtime.ChartHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -493,8 +484,7 @@ Fullname: XCharts.Runtime.ChartHelper
## ChartLabel ## ChartLabel
Fullname: XCharts.Runtime.ChartLabel > XCharts.Runtime.ChartLabel : [Image](https://docs.unity3d.com/ScriptReference/30_search.html?q=image)
Inherits or Implemented: [Image](https://docs.unity3d.com/ScriptReference/30_search.html?q=Image)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -523,7 +513,7 @@ Inherits or Implemented: [Image](https://docs.unity3d.com/ScriptReference/30_sea
## ChartObject ## ChartObject
Fullname: XCharts.Runtime.ChartObject > XCharts.Runtime.ChartObject
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -531,7 +521,7 @@ Fullname: XCharts.Runtime.ChartObject
## CheckHelper ## CheckHelper
Fullname: XCharts.Runtime.CheckHelper > XCharts.Runtime.CheckHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -540,7 +530,7 @@ Fullname: XCharts.Runtime.CheckHelper
## ColorUtil ## ColorUtil
Fullname: XCharts.Runtime.ColorUtil > XCharts.Runtime.ColorUtil
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -548,8 +538,7 @@ Fullname: XCharts.Runtime.ColorUtil
## ComponentHandlerAttribute ## ComponentHandlerAttribute
Fullname: XCharts.Runtime.ComponentHandlerAttribute > XCharts.Runtime.ComponentHandlerAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -558,7 +547,7 @@ Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30
## ComponentHelper ## ComponentHelper
Fullname: XCharts.Runtime.ComponentHelper > XCharts.Runtime.ComponentHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -570,8 +559,7 @@ Fullname: XCharts.Runtime.ComponentHelper
## CoordOptionsAttribute ## CoordOptionsAttribute
Fullname: XCharts.Runtime.CoordOptionsAttribute > XCharts.Runtime.CoordOptionsAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -583,12 +571,11 @@ Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30
## DataZoomContext ## DataZoomContext
Fullname: XCharts.Runtime.DataZoomContext > XCharts.Runtime.DataZoomContext : [MainComponentContext](#maincomponentcontext)
Inherits or Implemented: [MainComponentContext](#maincomponentcontext)
## DataZoomHelper ## DataZoomHelper
Fullname: XCharts.Runtime.DataZoomHelper > XCharts.Runtime.DataZoomHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -597,7 +584,7 @@ Fullname: XCharts.Runtime.DataZoomHelper
## DateTimeUtil ## DateTimeUtil
Fullname: XCharts.Runtime.DateTimeUtil > XCharts.Runtime.DateTimeUtil
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -607,8 +594,7 @@ Fullname: XCharts.Runtime.DateTimeUtil
## DefaultAnimationAttribute ## DefaultAnimationAttribute
Fullname: XCharts.Runtime.DefaultAnimationAttribute > XCharts.Runtime.DefaultAnimationAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -616,7 +602,7 @@ Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30
## DefineSymbolsUtil ## DefineSymbolsUtil
Fullname: XCharts.Runtime.DefineSymbolsUtil > XCharts.Runtime.DefineSymbolsUtil
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -625,7 +611,7 @@ Fullname: XCharts.Runtime.DefineSymbolsUtil
## FormatterHelper ## FormatterHelper
Fullname: XCharts.Runtime.FormatterHelper > XCharts.Runtime.FormatterHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -637,18 +623,15 @@ Fullname: XCharts.Runtime.FormatterHelper
## GridCoordContext ## GridCoordContext
Fullname: XCharts.Runtime.GridCoordContext > XCharts.Runtime.GridCoordContext : [MainComponentContext](#maincomponentcontext)
Inherits or Implemented: [MainComponentContext](#maincomponentcontext)
## HeatmapChart ## HeatmapChart
Fullname: XCharts.Runtime.HeatmapChart > XCharts.Runtime.HeatmapChart : [BaseChart](#basechart)
Inherits or Implemented: [BaseChart](#basechart)
## IgnoreDoc ## IgnoreDoc
Fullname: XCharts.Runtime.IgnoreDoc > XCharts.Runtime.IgnoreDoc : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -656,12 +639,11 @@ Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30
## INeedSerieContainer ## INeedSerieContainer
Fullname: XCharts.Runtime.INeedSerieContainer > XCharts.Runtime.INeedSerieContainer / Subclasses: [Bar](#bar),[SimplifiedBar](#simplifiedbar),[Candlestick](#candlestick),[SimplifiedCandlestick](#simplifiedcandlestick),[Heatmap](#heatmap),[Line](#line),[SimplifiedLine](#simplifiedline),[Parallel](#parallel),[Radar](#radar),[BaseScatter](#basescatter)
Subclasses: [Bar](#bar),[SimplifiedBar](#simplifiedbar),[Candlestick](#candlestick),[SimplifiedCandlestick](#simplifiedcandlestick),[Heatmap](#heatmap),[Line](#line),[SimplifiedLine](#simplifiedline),[Parallel](#parallel),[Radar](#radar),[BaseScatter](#basescatter)
## InputHelper ## InputHelper
Fullname: XCharts.Runtime.InputHelper > XCharts.Runtime.InputHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -670,7 +652,7 @@ Fullname: XCharts.Runtime.InputHelper
## InteractData ## InteractData
Fullname: XCharts.Runtime.InteractData > XCharts.Runtime.InteractData
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -688,37 +670,34 @@ Fullname: XCharts.Runtime.InteractData
## IPropertyChanged ## IPropertyChanged
Fullname: XCharts.Runtime.IPropertyChanged > XCharts.Runtime.IPropertyChanged / Subclasses: [Location](#location),[Comment](#comment),[Legend](#legend),[Title](#title)
Subclasses: [Location](#location),[Comment](#comment),[Legend](#legend),[Title](#title) 属性变更接口
## ISerieComponent ## ISerieComponent
Fullname: XCharts.Runtime.ISerieComponent > XCharts.Runtime.ISerieComponent / Subclasses: [AreaStyle](#areastyle),[ImageStyle](#imagestyle),[LineArrow](#linearrow),[LabelLine](#labelline),[LabelStyle](#labelstyle),[BlurStyle](#blurstyle),[EmphasisStyle](#emphasisstyle),[SelectStyle](#selectstyle),[TitleStyle](#titlestyle)
Subclasses: [AreaStyle](#areastyle),[ImageStyle](#imagestyle),[LineArrow](#linearrow),[LabelLine](#labelline),[LabelStyle](#labelstyle),[BlurStyle](#blurstyle),[EmphasisStyle](#emphasisstyle),[SelectStyle](#selectstyle),[TitleStyle](#titlestyle) The interface for serie component.
## ISerieContainer ## ISerieContainer
Fullname: XCharts.Runtime.ISerieContainer > XCharts.Runtime.ISerieContainer / Subclasses: [RadarCoord](#radarcoord),[CalendarCoord](#calendarcoord),[GridCoord](#gridcoord),[ParallelCoord](#parallelcoord),[PolarCoord](#polarcoord)
Subclasses: [RadarCoord](#radarcoord),[CalendarCoord](#calendarcoord),[GridCoord](#gridcoord),[ParallelCoord](#parallelcoord),[PolarCoord](#polarcoord)
## ISerieDataComponent ## ISerieDataComponent
Fullname: XCharts.Runtime.ISerieDataComponent > XCharts.Runtime.ISerieDataComponent / Subclasses: [AreaStyle](#areastyle),[ImageStyle](#imagestyle),[ItemStyle](#itemstyle),[LineStyle](#linestyle),[SerieSymbol](#seriesymbol),[LabelLine](#labelline),[LabelStyle](#labelstyle),[BlurStyle](#blurstyle),[EmphasisStyle](#emphasisstyle),[SelectStyle](#selectstyle),[TitleStyle](#titlestyle)
Subclasses: [AreaStyle](#areastyle),[ImageStyle](#imagestyle),[ItemStyle](#itemstyle),[LineStyle](#linestyle),[SerieSymbol](#seriesymbol),[LabelLine](#labelline),[LabelStyle](#labelstyle),[BlurStyle](#blurstyle),[EmphasisStyle](#emphasisstyle),[SelectStyle](#selectstyle),[TitleStyle](#titlestyle) The interface for serie data component.
## ISimplifiedSerie ## ISimplifiedSerie
Fullname: XCharts.Runtime.ISimplifiedSerie > XCharts.Runtime.ISimplifiedSerie / Subclasses: [SimplifiedBar](#simplifiedbar),[SimplifiedCandlestick](#simplifiedcandlestick),[SimplifiedLine](#simplifiedline)
Subclasses: [SimplifiedBar](#simplifiedbar),[SimplifiedCandlestick](#simplifiedcandlestick),[SimplifiedLine](#simplifiedline)
## IUpdateRuntimeData ## IUpdateRuntimeData
Fullname: XCharts.Runtime.IUpdateRuntimeData > XCharts.Runtime.IUpdateRuntimeData / Subclasses: [SingleAxis](#singleaxis),[DataZoom](#datazoom),[CalendarCoord](#calendarcoord),[GridCoord](#gridcoord),[ParallelCoord](#parallelcoord)
Subclasses: [SingleAxis](#singleaxis),[DataZoom](#datazoom),[CalendarCoord](#calendarcoord),[GridCoord](#gridcoord),[ParallelCoord](#parallelcoord)
## LayerHelper ## LayerHelper
Fullname: XCharts.Runtime.LayerHelper > XCharts.Runtime.LayerHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -727,12 +706,11 @@ Fullname: XCharts.Runtime.LayerHelper
## LegendContext ## LegendContext
Fullname: XCharts.Runtime.LegendContext > XCharts.Runtime.LegendContext : [MainComponentContext](#maincomponentcontext)
Inherits or Implemented: [MainComponentContext](#maincomponentcontext)
## LegendHelper ## LegendHelper
Fullname: XCharts.Runtime.LegendHelper > XCharts.Runtime.LegendHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -745,7 +723,7 @@ Fullname: XCharts.Runtime.LegendHelper
## LegendItem ## LegendItem
Fullname: XCharts.Runtime.LegendItem > XCharts.Runtime.LegendItem
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -770,14 +748,11 @@ Fullname: XCharts.Runtime.LegendItem
## LineChart ## LineChart
Fullname: XCharts.Runtime.LineChart > XCharts.Runtime.LineChart : [BaseChart](#basechart)
Inherits or Implemented: [BaseChart](#basechart)
## ListFor ## ListFor
Fullname: XCharts.Runtime.ListFor > XCharts.Runtime.ListFor : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute) / Subclasses: [ListForComponent](#listforcomponent),[ListForSerie](#listforserie)
Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
Subclasses: [ListForComponent](#listforcomponent),[ListForSerie](#listforserie)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -785,8 +760,7 @@ Subclasses: [ListForComponent](#listforcomponent),[ListForSerie](#listforserie)
## ListForComponent ## ListForComponent
Fullname: XCharts.Runtime.ListForComponent > XCharts.Runtime.ListForComponent : [ListFor](#listfor)
Inherits or Implemented: [ListFor](#listfor)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -794,8 +768,7 @@ Inherits or Implemented: [ListFor](#listfor)
## ListForSerie ## ListForSerie
Fullname: XCharts.Runtime.ListForSerie > XCharts.Runtime.ListForSerie : [ListFor](#listfor)
Inherits or Implemented: [ListFor](#listfor)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -803,13 +776,11 @@ Inherits or Implemented: [ListFor](#listfor)
## MainComponentContext ## MainComponentContext
Fullname: XCharts.Runtime.MainComponentContext > XCharts.Runtime.MainComponentContext / Subclasses: [AxisContext](#axiscontext),[DataZoomContext](#datazoomcontext),[LegendContext](#legendcontext),[RadarCoordContext](#radarcoordcontext),[VisualMapContext](#visualmapcontext),[GridCoordContext](#gridcoordcontext),[ParallelCoordContext](#parallelcoordcontext),[PolarCoordContext](#polarcoordcontext)
Subclasses: [AxisContext](#axiscontext),[DataZoomContext](#datazoomcontext),[LegendContext](#legendcontext),[RadarCoordContext](#radarcoordcontext),[VisualMapContext](#visualmapcontext),[GridCoordContext](#gridcoordcontext),[ParallelCoordContext](#parallelcoordcontext),[PolarCoordContext](#polarcoordcontext)
## MainComponentHandler ## MainComponentHandler
Fullname: XCharts.Runtime.MainComponentHandler > XCharts.Runtime.MainComponentHandler / Subclasses: [AxisHandler&lt;T&gt;](#axishandlert),[MainComponentHandler&lt;T&gt;](#maincomponenthandlert)
Subclasses: [AxisHandler<T>](#axishandlert),[MainComponentHandler<T>](#maincomponenthandlert)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -833,12 +804,11 @@ Subclasses: [AxisHandler<T>](#axishandlert),[MainComponentHandler<T>](#maincompo
## MainComponentHandler&lt;T&gt; ## MainComponentHandler&lt;T&gt;
Fullname: XCharts.Runtime.MainComponentHandler<T> > XCharts.Runtime.MainComponentHandler&lt;T&gt; : [MainComponentHandler](#maincomponenthandler)
Inherits or Implemented: [MainComponentHandler](#maincomponenthandler)
## MathUtil ## MathUtil
Fullname: XCharts.Runtime.MathUtil > XCharts.Runtime.MathUtil
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -852,8 +822,7 @@ Fullname: XCharts.Runtime.MathUtil
## ObjectPool&lt;T&gt; where T ## ObjectPool&lt;T&gt; where T
Fullname: XCharts.Runtime.ObjectPool<T> where T > XCharts.Runtime.ObjectPool&lt;T&gt; where T : [new()](#new())
Inherits or Implemented: [new()](#new())
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -865,8 +834,7 @@ Inherits or Implemented: [new()](#new())
## Painter ## Painter
Fullname: XCharts.Runtime.Painter > XCharts.Runtime.Painter : [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=maskablegraphic)
Inherits or Implemented: [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=MaskableGraphic)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -878,32 +846,27 @@ Inherits or Implemented: [MaskableGraphic](https://docs.unity3d.com/ScriptRefere
## ParallelChart ## ParallelChart
Fullname: XCharts.Runtime.ParallelChart > XCharts.Runtime.ParallelChart : [BaseChart](#basechart)
Inherits or Implemented: [BaseChart](#basechart)
## ParallelCoordContext ## ParallelCoordContext
Fullname: XCharts.Runtime.ParallelCoordContext > XCharts.Runtime.ParallelCoordContext : [MainComponentContext](#maincomponentcontext)
Inherits or Implemented: [MainComponentContext](#maincomponentcontext)
## PieChart ## PieChart
Fullname: XCharts.Runtime.PieChart > XCharts.Runtime.PieChart : [BaseChart](#basechart)
Inherits or Implemented: [BaseChart](#basechart)
## PolarChart ## PolarChart
Fullname: XCharts.Runtime.PolarChart > XCharts.Runtime.PolarChart : [BaseChart](#basechart)
Inherits or Implemented: [BaseChart](#basechart)
## PolarCoordContext ## PolarCoordContext
Fullname: XCharts.Runtime.PolarCoordContext > XCharts.Runtime.PolarCoordContext : [MainComponentContext](#maincomponentcontext)
Inherits or Implemented: [MainComponentContext](#maincomponentcontext)
## PropertyUtil ## PropertyUtil
Fullname: XCharts.Runtime.PropertyUtil > XCharts.Runtime.PropertyUtil
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -914,17 +877,15 @@ Fullname: XCharts.Runtime.PropertyUtil
## RadarChart ## RadarChart
Fullname: XCharts.Runtime.RadarChart > XCharts.Runtime.RadarChart : [BaseChart](#basechart)
Inherits or Implemented: [BaseChart](#basechart)
## RadarCoordContext ## RadarCoordContext
Fullname: XCharts.Runtime.RadarCoordContext > XCharts.Runtime.RadarCoordContext : [MainComponentContext](#maincomponentcontext)
Inherits or Implemented: [MainComponentContext](#maincomponentcontext)
## ReflectionUtil ## ReflectionUtil
Fullname: XCharts.Runtime.ReflectionUtil > XCharts.Runtime.ReflectionUtil
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -937,8 +898,7 @@ Fullname: XCharts.Runtime.ReflectionUtil
## RequireChartComponentAttribute ## RequireChartComponentAttribute
Fullname: XCharts.Runtime.RequireChartComponentAttribute > XCharts.Runtime.RequireChartComponentAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -948,12 +908,11 @@ Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30
## RingChart ## RingChart
Fullname: XCharts.Runtime.RingChart > XCharts.Runtime.RingChart : [BaseChart](#basechart)
Inherits or Implemented: [BaseChart](#basechart)
## RuntimeUtil ## RuntimeUtil
Fullname: XCharts.Runtime.RuntimeUtil > XCharts.Runtime.RuntimeUtil
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -966,18 +925,12 @@ Fullname: XCharts.Runtime.RuntimeUtil
## ScatterChart ## ScatterChart
Fullname: XCharts.Runtime.ScatterChart > XCharts.Runtime.ScatterChart : [BaseChart](#basechart)
Inherits or Implemented: [BaseChart](#basechart)
## ScriptableObject
Fullname: .ScriptableObject
Subclasses: [Lang](#lang),[XCSettings](#xcsettings),[Theme](#theme)
## SerieComponentAttribute ## SerieComponentAttribute
Fullname: XCharts.Runtime.SerieComponentAttribute > XCharts.Runtime.SerieComponentAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute) The attribute for serie component.
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -994,12 +947,12 @@ Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30
## SerieContext ## SerieContext
Fullname: XCharts.Runtime.SerieContext > XCharts.Runtime.SerieContext
## SerieConvertAttribute ## SerieConvertAttribute
Fullname: XCharts.Runtime.SerieConvertAttribute > XCharts.Runtime.SerieConvertAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute) The attribute for which serie types can be converted to.
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1012,8 +965,8 @@ Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30
## SerieDataComponentAttribute ## SerieDataComponentAttribute
Fullname: XCharts.Runtime.SerieDataComponentAttribute > XCharts.Runtime.SerieDataComponentAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute) The attribute for serie data component.
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1030,7 +983,7 @@ Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30
## SerieDataContext ## SerieDataContext
Fullname: XCharts.Runtime.SerieDataContext > XCharts.Runtime.SerieDataContext
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1038,8 +991,7 @@ Fullname: XCharts.Runtime.SerieDataContext
## SerieDataExtraFieldAttribute ## SerieDataExtraFieldAttribute
Fullname: XCharts.Runtime.SerieDataExtraFieldAttribute > XCharts.Runtime.SerieDataExtraFieldAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1055,7 +1007,8 @@ Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30
## SerieEventData ## SerieEventData
Fullname: XCharts.Runtime.SerieEventData > XCharts.Runtime.SerieEventData
the data of serie event.
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1063,7 +1016,7 @@ Fullname: XCharts.Runtime.SerieEventData
## SerieEventDataPool ## SerieEventDataPool
Fullname: XCharts.Runtime.SerieEventDataPool > XCharts.Runtime.SerieEventDataPool
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1072,7 +1025,7 @@ Fullname: XCharts.Runtime.SerieEventDataPool
## SerieHandler ## SerieHandler
Fullname: XCharts.Runtime.SerieHandler > XCharts.Runtime.SerieHandler
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1102,13 +1055,11 @@ Fullname: XCharts.Runtime.SerieHandler
## SerieHandler where T ## SerieHandler where T
Fullname: .SerieHandler where T > .SerieHandler where T / Subclasses: [SerieHandler&lt;T&gt;](#seriehandlert)
Subclasses: [SerieHandler<T>](#seriehandlert)
## SerieHandler&lt;T&gt; ## SerieHandler&lt;T&gt;
Fullname: XCharts.Runtime.SerieHandler<T> > XCharts.Runtime.SerieHandler&lt;T&gt; : [SerieHandler where T](#seriehandler where t),[Serie](#serie)
Inherits or Implemented: [SerieHandler where T](#seriehandler where t),[Serie](#serie)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1133,8 +1084,7 @@ Inherits or Implemented: [SerieHandler where T](#seriehandler where t),[Serie](#
## SerieHandlerAttribute ## SerieHandlerAttribute
Fullname: XCharts.Runtime.SerieHandlerAttribute > XCharts.Runtime.SerieHandlerAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1143,7 +1093,7 @@ Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30
## SerieHelper ## SerieHelper
Fullname: XCharts.Runtime.SerieHelper > XCharts.Runtime.SerieHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1187,7 +1137,7 @@ Fullname: XCharts.Runtime.SerieHelper
## SerieLabelHelper ## SerieLabelHelper
Fullname: XCharts.Runtime.SerieLabelHelper > XCharts.Runtime.SerieLabelHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1200,7 +1150,7 @@ Fullname: XCharts.Runtime.SerieLabelHelper
## SerieLabelPool ## SerieLabelPool
Fullname: XCharts.Runtime.SerieLabelPool > XCharts.Runtime.SerieLabelPool
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1210,11 +1160,11 @@ Fullname: XCharts.Runtime.SerieLabelPool
## SerieParams ## SerieParams
Fullname: XCharts.Runtime.SerieParams > XCharts.Runtime.SerieParams
## SeriesHelper ## SeriesHelper
Fullname: XCharts.Runtime.SeriesHelper > XCharts.Runtime.SeriesHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1234,23 +1184,19 @@ Fullname: XCharts.Runtime.SeriesHelper
## SimplifiedBarChart ## SimplifiedBarChart
Fullname: XCharts.Runtime.SimplifiedBarChart > XCharts.Runtime.SimplifiedBarChart : [BaseChart](#basechart)
Inherits or Implemented: [BaseChart](#basechart)
## SimplifiedCandlestickChart ## SimplifiedCandlestickChart
Fullname: XCharts.Runtime.SimplifiedCandlestickChart > XCharts.Runtime.SimplifiedCandlestickChart : [BaseChart](#basechart)
Inherits or Implemented: [BaseChart](#basechart)
## SimplifiedLineChart ## SimplifiedLineChart
Fullname: XCharts.Runtime.SimplifiedLineChart > XCharts.Runtime.SimplifiedLineChart : [BaseChart](#basechart)
Inherits or Implemented: [BaseChart](#basechart)
## Since ## Since
Fullname: XCharts.Runtime.Since > XCharts.Runtime.Since : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1258,7 +1204,7 @@ Inherits or Implemented: [Attribute](https://docs.unity3d.com/ScriptReference/30
## SVG ## SVG
Fullname: XUGL.SVG > XUGL.SVG
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1268,12 +1214,11 @@ Fullname: XUGL.SVG
## SVGImage ## SVGImage
Fullname: XCharts.Runtime.SVGImage > XCharts.Runtime.SVGImage : [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=maskablegraphic)
Inherits or Implemented: [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=MaskableGraphic)
## SVGPath ## SVGPath
Fullname: XUGL.SVGPath > XUGL.SVGPath
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1283,7 +1228,7 @@ Fullname: XUGL.SVGPath
## SVGPathSeg ## SVGPathSeg
Fullname: XUGL.SVGPathSeg > XUGL.SVGPathSeg
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1291,15 +1236,15 @@ Fullname: XUGL.SVGPathSeg
## TooltipContext ## TooltipContext
Fullname: XCharts.Runtime.TooltipContext > XCharts.Runtime.TooltipContext
## TooltipData ## TooltipData
Fullname: XCharts.Runtime.TooltipData > XCharts.Runtime.TooltipData
## TooltipHelper ## TooltipHelper
Fullname: XCharts.Runtime.TooltipHelper > XCharts.Runtime.TooltipHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1310,7 +1255,7 @@ Fullname: XCharts.Runtime.TooltipHelper
## TooltipView ## TooltipView
Fullname: XCharts.Runtime.TooltipView > XCharts.Runtime.TooltipView
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1324,11 +1269,12 @@ Fullname: XCharts.Runtime.TooltipView
## TooltipViewItem ## TooltipViewItem
Fullname: XCharts.Runtime.TooltipViewItem > XCharts.Runtime.TooltipViewItem
## UGL ## UGL
Fullname: XUGL.UGL > XUGL.UGL
UGUI Graphics Library.
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1351,12 +1297,11 @@ Fullname: XUGL.UGL
## UGLExample ## UGLExample
Fullname: XUGL.UGLExample > XUGL.UGLExample : [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=maskablegraphic)
Inherits or Implemented: [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=MaskableGraphic)
## UGLHelper ## UGLHelper
Fullname: XUGL.UGLHelper > XUGL.UGLHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1386,8 +1331,8 @@ Fullname: XUGL.UGLHelper
## UIComponent ## UIComponent
Fullname: XCharts.Runtime.UIComponent > XCharts.Runtime.UIComponent : [BaseGraph](#basegraph)
Inherits or Implemented: [BaseGraph](#basegraph) UI组件基类。
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1395,7 +1340,8 @@ Inherits or Implemented: [BaseGraph](#basegraph)
## UIHelper ## UIHelper
Fullname: XCharts.Runtime.UIHelper > XCharts.Runtime.UIHelper
UI帮助类。
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1403,12 +1349,11 @@ Fullname: XCharts.Runtime.UIHelper
## VisualMapContext ## VisualMapContext
Fullname: XCharts.Runtime.VisualMapContext > XCharts.Runtime.VisualMapContext : [MainComponentContext](#maincomponentcontext)
Inherits or Implemented: [MainComponentContext](#maincomponentcontext)
## VisualMapHelper ## VisualMapHelper
Fullname: XCharts.Runtime.VisualMapHelper > XCharts.Runtime.VisualMapHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1421,7 +1366,7 @@ Fullname: XCharts.Runtime.VisualMapHelper
## XChartsMgr ## XChartsMgr
Fullname: XCharts.Runtime.XChartsMgr > XCharts.Runtime.XChartsMgr
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1438,8 +1383,7 @@ Fullname: XCharts.Runtime.XChartsMgr
## XCResourceImporterWindow ## XCResourceImporterWindow
Fullname: XCharts.Runtime.XCResourceImporterWindow > XCharts.Runtime.XCResourceImporterWindow : [UnityEditor.EditorWindow](https://docs.unity3d.com/ScriptReference/30_search.html?q=unityeditor.editorwindow)
Inherits or Implemented: [UnityEditor.EditorWindow](https://docs.unity3d.com/ScriptReference/30_search.html?q=UnityEditor.EditorWindow)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1447,7 +1391,7 @@ Inherits or Implemented: [UnityEditor.EditorWindow](https://docs.unity3d.com/Scr
## XCThemeMgr ## XCThemeMgr
Fullname: XCharts.Runtime.XCThemeMgr > XCharts.Runtime.XCThemeMgr
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|

View File

@@ -187,8 +187,7 @@ slug: /configuration
## AngleAxis ## AngleAxis
> Fullname: XCharts.Runtime.AngleAxis > XCharts.Runtime.AngleAxis : [Axis](#axis)
> Inherits: [Axis](#axis)
Angle axis of Polar Coordinate. Angle axis of Polar Coordinate.
@@ -206,14 +205,11 @@ Angle axis of Polar Coordinate.
## AngleAxisTheme ## AngleAxisTheme
> Fullname: XCharts.Runtime.AngleAxisTheme > XCharts.Runtime.AngleAxisTheme : [BaseAxisTheme](#baseaxistheme)
> Inherits: [BaseAxisTheme](#baseaxistheme)
## AnimationStyle ## AnimationStyle
> Fullname: XCharts.Runtime.AnimationStyle > XCharts.Runtime.AnimationStyle : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
the animation of serie. the animation of serie.
@@ -242,8 +238,7 @@ the animation of serie.
## AreaStyle ## AreaStyle
> Fullname: XCharts.Runtime.AreaStyle > XCharts.Runtime.AreaStyle : [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> Inherits: [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
The style of area. The style of area.
@@ -267,8 +262,7 @@ The style of area.
## ArrowStyle ## ArrowStyle
> Fullname: XCharts.Runtime.ArrowStyle > XCharts.Runtime.ArrowStyle : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="ArrowStyle"> <APITable name="ArrowStyle">
@@ -288,9 +282,7 @@ The style of area.
## Axis ## Axis
> Fullname: XCharts.Runtime.Axis > XCharts.Runtime.Axis : [MainComponent](#maincomponent) / Subclasses: [AngleAxis](#angleaxis), [ParallelAxis](#parallelaxis), [RadiusAxis](#radiusaxis), [SingleAxis](#singleaxis), [XAxis](#xaxis), [YAxis](#yaxis)
> Inherits: [MainComponent](#maincomponent)
> Subclasses: [AngleAxis](#angleaxis), [ParallelAxis](#parallelaxis), [RadiusAxis](#radiusaxis), [SingleAxis](#singleaxis), [XAxis](#xaxis), [YAxis](#yaxis)
The axis in rectangular coordinate. The axis in rectangular coordinate.
@@ -338,8 +330,7 @@ The axis in rectangular coordinate.
## AxisLabel ## AxisLabel
> Fullname: XCharts.Runtime.AxisLabel > XCharts.Runtime.AxisLabel : [LabelStyle](#labelstyle)
> Inherits: [LabelStyle](#labelstyle)
Settings related to axis label. Settings related to axis label.
@@ -363,8 +354,7 @@ Settings related to axis label.
## AxisLine ## AxisLine
> Fullname: XCharts.Runtime.AxisLine > XCharts.Runtime.AxisLine : [BaseLine](#baseline)
> Inherits: [BaseLine](#baseline)
Settings related to axis line. Settings related to axis line.
@@ -384,8 +374,7 @@ Settings related to axis line.
## AxisMinorSplitLine ## AxisMinorSplitLine
> Fullname: XCharts.Runtime.AxisMinorSplitLine > XCharts.Runtime.AxisMinorSplitLine : [BaseLine](#baseline)
> Inherits: [BaseLine](#baseline)
> Since `v3.2.0` > Since `v3.2.0`
@@ -406,8 +395,7 @@ Minor split line of axis in grid area.
## AxisMinorTick ## AxisMinorTick
> Fullname: XCharts.Runtime.AxisMinorTick > XCharts.Runtime.AxisMinorTick : [BaseLine](#baseline)
> Inherits: [BaseLine](#baseline)
> Since `v3.2.0` > Since `v3.2.0`
@@ -428,8 +416,7 @@ Settings related to axis minor tick.
## AxisName ## AxisName
> Fullname: XCharts.Runtime.AxisName > XCharts.Runtime.AxisName : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
the name of axis. the name of axis.
@@ -450,8 +437,7 @@ the name of axis.
## AxisSplitArea ## AxisSplitArea
> Fullname: XCharts.Runtime.AxisSplitArea > XCharts.Runtime.AxisSplitArea : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
Split area of axis in grid area, not shown by default. Split area of axis in grid area, not shown by default.
@@ -470,8 +456,7 @@ Split area of axis in grid area, not shown by default.
## AxisSplitLine ## AxisSplitLine
> Fullname: XCharts.Runtime.AxisSplitLine > XCharts.Runtime.AxisSplitLine : [BaseLine](#baseline)
> Inherits: [BaseLine](#baseline)
Split line of axis in grid area. Split line of axis in grid area.
@@ -493,14 +478,11 @@ Split line of axis in grid area.
## AxisTheme ## AxisTheme
> Fullname: XCharts.Runtime.AxisTheme > XCharts.Runtime.AxisTheme : [BaseAxisTheme](#baseaxistheme)
> Inherits: [BaseAxisTheme](#baseaxistheme)
## AxisTick ## AxisTick
> Fullname: XCharts.Runtime.AxisTick > XCharts.Runtime.AxisTick : [BaseLine](#baseline)
> Inherits: [BaseLine](#baseline)
Settings related to axis tick. Settings related to axis tick.
@@ -524,8 +506,7 @@ Settings related to axis tick.
## Background ## Background
> Fullname: XCharts.Runtime.Background > XCharts.Runtime.Background : [MainComponent](#maincomponent)
> Inherits: [MainComponent](#maincomponent)
Background component. Background component.
@@ -547,15 +528,11 @@ Background component.
## Bar ## Bar
> Fullname: XCharts.Runtime.Bar > XCharts.Runtime.Bar : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
> Inherits: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
## BaseAxisTheme ## BaseAxisTheme
> Fullname: XCharts.Runtime.BaseAxisTheme > XCharts.Runtime.BaseAxisTheme : [ComponentTheme](#componenttheme) / Subclasses: [AxisTheme](#axistheme), [RadiusAxisTheme](#radiusaxistheme), [AngleAxisTheme](#angleaxistheme), [PolarAxisTheme](#polaraxistheme), [RadarAxisTheme](#radaraxistheme)
> Inherits: [ComponentTheme](#componenttheme)
> Subclasses: [AxisTheme](#axistheme), [RadiusAxisTheme](#radiusaxistheme), [AngleAxisTheme](#angleaxistheme), [PolarAxisTheme](#polaraxistheme), [RadarAxisTheme](#radaraxistheme)
```mdx-code-block ```mdx-code-block
<APITable name="BaseAxisTheme"> <APITable name="BaseAxisTheme">
@@ -583,9 +560,7 @@ Background component.
## BaseLine ## BaseLine
> Fullname: XCharts.Runtime.BaseLine > XCharts.Runtime.BaseLine : [ChildComponent](#childcomponent) / Subclasses: [AxisLine](#axisline), [AxisMinorSplitLine](#axisminorsplitline), [AxisMinorTick](#axisminortick), [AxisSplitLine](#axissplitline), [AxisTick](#axistick)
> Inherits: [ChildComponent](#childcomponent)
> Subclasses: [AxisLine](#axisline), [AxisMinorSplitLine](#axisminorsplitline), [AxisMinorTick](#axisminortick), [AxisSplitLine](#axissplitline), [AxisTick](#axistick)
Settings related to base line. Settings related to base line.
@@ -604,53 +579,39 @@ Settings related to base line.
## BaseScatter ## BaseScatter
> Fullname: XCharts.Runtime.BaseScatter > XCharts.Runtime.BaseScatter : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer) / Subclasses: [EffectScatter](#effectscatter), [Scatter](#scatter)
> Inherits: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
> Subclasses: [EffectScatter](#effectscatter), [Scatter](#scatter)
## BaseSerie ## BaseSerie
> Fullname: XCharts.Runtime.BaseSerie > XCharts.Runtime.BaseSerie / Subclasses: [Serie](#serie)
> Subclasses: [Serie](#serie)
## BlurStyle ## BlurStyle
> Fullname: XCharts.Runtime.BlurStyle > XCharts.Runtime.BlurStyle : [StateStyle](#statestyle), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> Inherits: [StateStyle](#statestyle), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> Since `v3.2.0` > Since `v3.2.0`
Configurations of blur state. Configurations of blur state.
## CalendarCoord ## CalendarCoord
> Fullname: XCharts.Runtime.CalendarCoord > XCharts.Runtime.CalendarCoord : [CoordSystem](#coordsystem), [IUpdateRuntimeData](#iupdateruntimedata), [ISerieContainer](#iseriecontainer)
> Inherits: [CoordSystem](#coordsystem), [IUpdateRuntimeData](#iupdateruntimedata), [ISerieContainer](#iseriecontainer)
## Candlestick ## Candlestick
> Fullname: XCharts.Runtime.Candlestick > XCharts.Runtime.Candlestick : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
> Inherits: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
## ChartText ## ChartText
> Fullname: XCharts.Runtime.ChartText > XCharts.Runtime.ChartText
## ChildComponent ## ChildComponent
> Fullname: XCharts.Runtime.ChildComponent > XCharts.Runtime.ChildComponent / Subclasses: [AnimationStyle](#animationstyle), [AxisName](#axisname), [AxisSplitArea](#axissplitarea), [AreaStyle](#areastyle), [ArrowStyle](#arrowstyle), [BaseLine](#baseline), [IconStyle](#iconstyle), [ImageStyle](#imagestyle), [ItemStyle](#itemstyle), [Level](#level), [LevelStyle](#levelstyle), [LineArrow](#linearrow), [LineStyle](#linestyle), [Location](#location), [MarqueeStyle](#marqueestyle), [Padding](#padding), [StageColor](#stagecolor), [SymbolStyle](#symbolstyle), [TextLimit](#textlimit), [TextStyle](#textstyle), [CommentItem](#commentitem), [CommentMarkStyle](#commentmarkstyle), [LabelLine](#labelline), [LabelStyle](#labelstyle), [MarkAreaData](#markareadata), [MarkLineData](#marklinedata), [StateStyle](#statestyle), [VisualMapRange](#visualmaprange), [UIComponentTheme](#uicomponenttheme), [SerieData](#seriedata), [ComponentTheme](#componenttheme), [SerieTheme](#serietheme), [ThemeStyle](#themestyle)
> Subclasses: [AnimationStyle](#animationstyle), [AxisName](#axisname), [AxisSplitArea](#axissplitarea), [AreaStyle](#areastyle), [ArrowStyle](#arrowstyle), [BaseLine](#baseline), [IconStyle](#iconstyle), [ImageStyle](#imagestyle), [ItemStyle](#itemstyle), [Level](#level), [LevelStyle](#levelstyle), [LineArrow](#linearrow), [LineStyle](#linestyle), [Location](#location), [MarqueeStyle](#marqueestyle), [Padding](#padding), [StageColor](#stagecolor), [SymbolStyle](#symbolstyle), [TextLimit](#textlimit), [TextStyle](#textstyle), [CommentItem](#commentitem), [CommentMarkStyle](#commentmarkstyle), [LabelLine](#labelline), [LabelStyle](#labelstyle), [MarkAreaData](#markareadata), [MarkLineData](#marklinedata), [StateStyle](#statestyle), [VisualMapRange](#visualmaprange), [UIComponentTheme](#uicomponenttheme), [SerieData](#seriedata), [ComponentTheme](#componenttheme), [SerieTheme](#serietheme), [ThemeStyle](#themestyle)
## Comment ## Comment
> Fullname: XCharts.Runtime.Comment > XCharts.Runtime.Comment : [MainComponent](#maincomponent), [IPropertyChanged](#ipropertychanged)
> Inherits: [MainComponent](#maincomponent), [IPropertyChanged](#ipropertychanged)
comment of chart. comment of chart.
@@ -671,8 +632,7 @@ comment of chart.
## CommentItem ## CommentItem
> Fullname: XCharts.Runtime.CommentItem > XCharts.Runtime.CommentItem : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
comment of chart. comment of chart.
@@ -695,8 +655,7 @@ comment of chart.
## CommentMarkStyle ## CommentMarkStyle
> Fullname: XCharts.Runtime.CommentMarkStyle > XCharts.Runtime.CommentMarkStyle : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
the comment mark style. the comment mark style.
@@ -715,9 +674,7 @@ the comment mark style.
## ComponentTheme ## ComponentTheme
> Fullname: XCharts.Runtime.ComponentTheme > XCharts.Runtime.ComponentTheme : [ChildComponent](#childcomponent) / Subclasses: [BaseAxisTheme](#baseaxistheme), [DataZoomTheme](#datazoomtheme), [LegendTheme](#legendtheme), [SubTitleTheme](#subtitletheme), [TitleTheme](#titletheme), [TooltipTheme](#tooltiptheme), [VisualMapTheme](#visualmaptheme)
> Inherits: [ChildComponent](#childcomponent)
> Subclasses: [BaseAxisTheme](#baseaxistheme), [DataZoomTheme](#datazoomtheme), [LegendTheme](#legendtheme), [SubTitleTheme](#subtitletheme), [TitleTheme](#titletheme), [TooltipTheme](#tooltiptheme), [VisualMapTheme](#visualmaptheme)
```mdx-code-block ```mdx-code-block
<APITable name="ComponentTheme"> <APITable name="ComponentTheme">
@@ -737,17 +694,13 @@ the comment mark style.
## CoordSystem ## CoordSystem
> Fullname: XCharts.Runtime.CoordSystem > XCharts.Runtime.CoordSystem : [MainComponent](#maincomponent) / Subclasses: [RadarCoord](#radarcoord), [CalendarCoord](#calendarcoord), [GridCoord](#gridcoord), [ParallelCoord](#parallelcoord), [PolarCoord](#polarcoord), [SingleAxisCoord](#singleaxiscoord)
> Inherits: [MainComponent](#maincomponent)
> Subclasses: [RadarCoord](#radarcoord), [CalendarCoord](#calendarcoord), [GridCoord](#gridcoord), [ParallelCoord](#parallelcoord), [PolarCoord](#polarcoord), [SingleAxisCoord](#singleaxiscoord)
Coordinate system component. Coordinate system component.
## DataZoom ## DataZoom
> Fullname: XCharts.Runtime.DataZoom > XCharts.Runtime.DataZoom : [MainComponent](#maincomponent), [IUpdateRuntimeData](#iupdateruntimedata)
> Inherits: [MainComponent](#maincomponent), [IUpdateRuntimeData](#iupdateruntimedata)
DataZoom component is used for zooming a specific area, which enables user to investigate data in detail, or get an overview of the data, or get rid of outlier points. DataZoom component is used for zooming a specific area, which enables user to investigate data in detail, or get an overview of the data, or get rid of outlier points.
@@ -796,8 +749,7 @@ DataZoom component is used for zooming a specific area, which enables user to in
## DataZoomTheme ## DataZoomTheme
> Fullname: XCharts.Runtime.DataZoomTheme > XCharts.Runtime.DataZoomTheme : [ComponentTheme](#componenttheme)
> Inherits: [ComponentTheme](#componenttheme)
```mdx-code-block ```mdx-code-block
<APITable name="DataZoomTheme"> <APITable name="DataZoomTheme">
@@ -819,7 +771,8 @@ DataZoom component is used for zooming a specific area, which enables user to in
## DebugInfo ## DebugInfo
> Fullname: XCharts.Runtime.DebugInfo > XCharts.Runtime.DebugInfo
```mdx-code-block ```mdx-code-block
<APITable name="DebugInfo"> <APITable name="DebugInfo">
``` ```
@@ -838,14 +791,11 @@ DataZoom component is used for zooming a specific area, which enables user to in
## EffectScatter ## EffectScatter
> Fullname: XCharts.Runtime.EffectScatter > XCharts.Runtime.EffectScatter : [BaseScatter](#basescatter)
> Inherits: [BaseScatter](#basescatter)
## EmphasisStyle ## EmphasisStyle
> Fullname: XCharts.Runtime.EmphasisStyle > XCharts.Runtime.EmphasisStyle : [StateStyle](#statestyle), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> Inherits: [StateStyle](#statestyle), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> Since `v3.2.0` > Since `v3.2.0`
@@ -867,14 +817,11 @@ Configurations of emphasis state.
## EndLabelStyle ## EndLabelStyle
> Fullname: XCharts.Runtime.EndLabelStyle > XCharts.Runtime.EndLabelStyle : [LabelStyle](#labelstyle)
> Inherits: [LabelStyle](#labelstyle)
## GridCoord ## GridCoord
> Fullname: XCharts.Runtime.GridCoord > XCharts.Runtime.GridCoord : [CoordSystem](#coordsystem), [IUpdateRuntimeData](#iupdateruntimedata), [ISerieContainer](#iseriecontainer)
> Inherits: [CoordSystem](#coordsystem), [IUpdateRuntimeData](#iupdateruntimedata), [ISerieContainer](#iseriecontainer)
Grid component. Grid component.
@@ -900,8 +847,7 @@ Grid component.
## Heatmap ## Heatmap
> Fullname: XCharts.Runtime.Heatmap > XCharts.Runtime.Heatmap : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
> Inherits: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
```mdx-code-block ```mdx-code-block
<APITable name="Heatmap"> <APITable name="Heatmap">
@@ -917,8 +863,7 @@ Grid component.
## IconStyle ## IconStyle
> Fullname: XCharts.Runtime.IconStyle > XCharts.Runtime.IconStyle : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="IconStyle"> <APITable name="IconStyle">
@@ -943,8 +888,7 @@ Grid component.
## ImageStyle ## ImageStyle
> Fullname: XCharts.Runtime.ImageStyle > XCharts.Runtime.ImageStyle : [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> Inherits: [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
```mdx-code-block ```mdx-code-block
<APITable name="ImageStyle"> <APITable name="ImageStyle">
@@ -966,7 +910,8 @@ Grid component.
## Indicator ## Indicator
> Fullname: XCharts.Runtime.Indicator > XCharts.Runtime.Indicator
Indicator of radar chart, which is used to assign multiple variables(dimensions) in radar chart. Indicator of radar chart, which is used to assign multiple variables(dimensions) in radar chart.
```mdx-code-block ```mdx-code-block
@@ -1005,50 +950,37 @@ Indicator of radar chart, which is used to assign multiple variables(dimensions)
## INeedSerieContainer ## INeedSerieContainer
> Fullname: XCharts.Runtime.INeedSerieContainer > XCharts.Runtime.INeedSerieContainer / Subclasses: [Bar](#bar), [SimplifiedBar](#simplifiedbar), [Candlestick](#candlestick), [SimplifiedCandlestick](#simplifiedcandlestick), [Heatmap](#heatmap), [Line](#line), [SimplifiedLine](#simplifiedline), [Parallel](#parallel), [Radar](#radar), [BaseScatter](#basescatter)
> Subclasses: [Bar](#bar), [SimplifiedBar](#simplifiedbar), [Candlestick](#candlestick), [SimplifiedCandlestick](#simplifiedcandlestick), [Heatmap](#heatmap), [Line](#line), [SimplifiedLine](#simplifiedline), [Parallel](#parallel), [Radar](#radar), [BaseScatter](#basescatter)
## IPropertyChanged ## IPropertyChanged
> Fullname: XCharts.Runtime.IPropertyChanged > XCharts.Runtime.IPropertyChanged / Subclasses: [Location](#location), [Comment](#comment), [Legend](#legend), [Title](#title)
> Subclasses: [Location](#location), [Comment](#comment), [Legend](#legend), [Title](#title)
属性变更接口 属性变更接口
## ISerieComponent ## ISerieComponent
> Fullname: XCharts.Runtime.ISerieComponent > XCharts.Runtime.ISerieComponent / Subclasses: [AreaStyle](#areastyle), [ImageStyle](#imagestyle), [LineArrow](#linearrow), [LabelLine](#labelline), [LabelStyle](#labelstyle), [BlurStyle](#blurstyle), [EmphasisStyle](#emphasisstyle), [SelectStyle](#selectstyle), [TitleStyle](#titlestyle)
> Subclasses: [AreaStyle](#areastyle), [ImageStyle](#imagestyle), [LineArrow](#linearrow), [LabelLine](#labelline), [LabelStyle](#labelstyle), [BlurStyle](#blurstyle), [EmphasisStyle](#emphasisstyle), [SelectStyle](#selectstyle), [TitleStyle](#titlestyle)
The interface for serie component. The interface for serie component.
## ISerieContainer ## ISerieContainer
> Fullname: XCharts.Runtime.ISerieContainer > XCharts.Runtime.ISerieContainer / Subclasses: [RadarCoord](#radarcoord), [CalendarCoord](#calendarcoord), [GridCoord](#gridcoord), [ParallelCoord](#parallelcoord), [PolarCoord](#polarcoord)
> Subclasses: [RadarCoord](#radarcoord), [CalendarCoord](#calendarcoord), [GridCoord](#gridcoord), [ParallelCoord](#parallelcoord), [PolarCoord](#polarcoord)
## ISerieDataComponent ## ISerieDataComponent
> Fullname: XCharts.Runtime.ISerieDataComponent > XCharts.Runtime.ISerieDataComponent / Subclasses: [AreaStyle](#areastyle), [ImageStyle](#imagestyle), [ItemStyle](#itemstyle), [LineStyle](#linestyle), [SerieSymbol](#seriesymbol), [LabelLine](#labelline), [LabelStyle](#labelstyle), [BlurStyle](#blurstyle), [EmphasisStyle](#emphasisstyle), [SelectStyle](#selectstyle), [TitleStyle](#titlestyle)
> Subclasses: [AreaStyle](#areastyle), [ImageStyle](#imagestyle), [ItemStyle](#itemstyle), [LineStyle](#linestyle), [SerieSymbol](#seriesymbol), [LabelLine](#labelline), [LabelStyle](#labelstyle), [BlurStyle](#blurstyle), [EmphasisStyle](#emphasisstyle), [SelectStyle](#selectstyle), [TitleStyle](#titlestyle)
The interface for serie data component. The interface for serie data component.
## ISimplifiedSerie ## ISimplifiedSerie
> Fullname: XCharts.Runtime.ISimplifiedSerie > XCharts.Runtime.ISimplifiedSerie / Subclasses: [SimplifiedBar](#simplifiedbar), [SimplifiedCandlestick](#simplifiedcandlestick), [SimplifiedLine](#simplifiedline)
> Subclasses: [SimplifiedBar](#simplifiedbar), [SimplifiedCandlestick](#simplifiedcandlestick), [SimplifiedLine](#simplifiedline)
## ItemStyle ## ItemStyle
> Fullname: XCharts.Runtime.ItemStyle > XCharts.Runtime.ItemStyle : [ChildComponent](#childcomponent), [ISerieDataComponent](#iseriedatacomponent)
> Inherits: [ChildComponent](#childcomponent), [ISerieDataComponent](#iseriedatacomponent)
图形样式。 图形样式。
@@ -1085,14 +1017,11 @@ The interface for serie data component.
## IUpdateRuntimeData ## IUpdateRuntimeData
> Fullname: XCharts.Runtime.IUpdateRuntimeData > XCharts.Runtime.IUpdateRuntimeData / Subclasses: [SingleAxis](#singleaxis), [DataZoom](#datazoom), [CalendarCoord](#calendarcoord), [GridCoord](#gridcoord), [ParallelCoord](#parallelcoord)
> Subclasses: [SingleAxis](#singleaxis), [DataZoom](#datazoom), [CalendarCoord](#calendarcoord), [GridCoord](#gridcoord), [ParallelCoord](#parallelcoord)
## LabelLine ## LabelLine
> Fullname: XCharts.Runtime.LabelLine > XCharts.Runtime.LabelLine : [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> Inherits: [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
标签的引导线 标签的引导线
@@ -1119,9 +1048,7 @@ The interface for serie data component.
## LabelStyle ## LabelStyle
> Fullname: XCharts.Runtime.LabelStyle > XCharts.Runtime.LabelStyle : [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent) / Subclasses: [AxisLabel](#axislabel), [EndLabelStyle](#endlabelstyle), [TitleStyle](#titlestyle)
> Inherits: [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> Subclasses: [AxisLabel](#axislabel), [EndLabelStyle](#endlabelstyle), [TitleStyle](#titlestyle)
Text label of chart, to explain some data information about graphic item like value, name and so on. Text label of chart, to explain some data information about graphic item like value, name and so on.
@@ -1153,24 +1080,21 @@ Text label of chart, to explain some data information about graphic item like va
## Lang ## Lang
> Fullname: XCharts.Runtime.Lang > XCharts.Runtime.Lang : [ScriptableObject](https://docs.unity3d.com/ScriptReference/30_search.html?q=ScriptableObject)
> Inherits: [ScriptableObject](#scriptableobject)
Language. Language.
## LangCandlestick ## LangCandlestick
> Fullname: XCharts.Runtime.LangCandlestick > XCharts.Runtime.LangCandlestick
## LangTime ## LangTime
> Fullname: XCharts.Runtime.LangTime > XCharts.Runtime.LangTime
## Legend ## Legend
> Fullname: XCharts.Runtime.Legend > XCharts.Runtime.Legend : [MainComponent](#maincomponent), [IPropertyChanged](#ipropertychanged)
> Inherits: [MainComponent](#maincomponent), [IPropertyChanged](#ipropertychanged)
Legend component.The legend component shows different sets of tags, colors, and names. You can control which series are not displayed by clicking on the legend. Legend component.The legend component shows different sets of tags, colors, and names. You can control which series are not displayed by clicking on the legend.
@@ -1206,8 +1130,7 @@ Legend component.The legend component shows different sets of tags, colors, and
## LegendTheme ## LegendTheme
> Fullname: XCharts.Runtime.LegendTheme > XCharts.Runtime.LegendTheme : [ComponentTheme](#componenttheme)
> Inherits: [ComponentTheme](#componenttheme)
```mdx-code-block ```mdx-code-block
<APITable name="LegendTheme"> <APITable name="LegendTheme">
@@ -1223,8 +1146,7 @@ Legend component.The legend component shows different sets of tags, colors, and
## Level ## Level
> Fullname: XCharts.Runtime.Level > XCharts.Runtime.Level : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="Level"> <APITable name="Level">
@@ -1242,8 +1164,7 @@ Legend component.The legend component shows different sets of tags, colors, and
## LevelStyle ## LevelStyle
> Fullname: XCharts.Runtime.LevelStyle > XCharts.Runtime.LevelStyle : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="LevelStyle"> <APITable name="LevelStyle">
@@ -1260,14 +1181,11 @@ Legend component.The legend component shows different sets of tags, colors, and
## Line ## Line
> Fullname: XCharts.Runtime.Line > XCharts.Runtime.Line : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
> Inherits: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
## LineArrow ## LineArrow
> Fullname: XCharts.Runtime.LineArrow > XCharts.Runtime.LineArrow : [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent)
> Inherits: [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent)
```mdx-code-block ```mdx-code-block
<APITable name="LineArrow"> <APITable name="LineArrow">
@@ -1285,8 +1203,7 @@ Legend component.The legend component shows different sets of tags, colors, and
## LineStyle ## LineStyle
> Fullname: XCharts.Runtime.LineStyle > XCharts.Runtime.LineStyle : [ChildComponent](#childcomponent), [ISerieDataComponent](#iseriedatacomponent)
> Inherits: [ChildComponent](#childcomponent), [ISerieDataComponent](#iseriedatacomponent)
The style of line. The style of line.
@@ -1311,8 +1228,7 @@ The style of line.
## Location ## Location
> Fullname: XCharts.Runtime.Location > XCharts.Runtime.Location : [ChildComponent](#childcomponent), [IPropertyChanged](#ipropertychanged)
> Inherits: [ChildComponent](#childcomponent), [IPropertyChanged](#ipropertychanged)
Location type. Quick to set the general location. Location type. Quick to set the general location.
@@ -1334,15 +1250,11 @@ Location type. Quick to set the general location.
## MainComponent ## MainComponent
> Fullname: XCharts.Runtime.MainComponent > XCharts.Runtime.MainComponent : [IComparable](https://docs.unity3d.com/ScriptReference/30_search.html?q=IComparable) / Subclasses: [Axis](#axis), [Background](#background), [Comment](#comment), [DataZoom](#datazoom), [Legend](#legend), [MarkArea](#markarea), [MarkLine](#markline), [Settings](#settings), [Title](#title), [Tooltip](#tooltip), [VisualMap](#visualmap), [CoordSystem](#coordsystem)
> Inherits: [IComparable](https://docs.unity3d.com/ScriptReference/30_search.html?q=IComparable)
> Subclasses: [Axis](#axis), [Background](#background), [Comment](#comment), [DataZoom](#datazoom), [Legend](#legend), [MarkArea](#markarea), [MarkLine](#markline), [Settings](#settings), [Title](#title), [Tooltip](#tooltip), [VisualMap](#visualmap), [CoordSystem](#coordsystem)
## MarkArea ## MarkArea
> Fullname: XCharts.Runtime.MarkArea > XCharts.Runtime.MarkArea : [MainComponent](#maincomponent)
> Inherits: [MainComponent](#maincomponent)
Used to mark an area in chart. For example, mark a time interval. Used to mark an area in chart. For example, mark a time interval.
@@ -1366,8 +1278,7 @@ Used to mark an area in chart. For example, mark a time interval.
## MarkAreaData ## MarkAreaData
> Fullname: XCharts.Runtime.MarkAreaData > XCharts.Runtime.MarkAreaData : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
标域的数据。 标域的数据。
@@ -1391,8 +1302,7 @@ Used to mark an area in chart. For example, mark a time interval.
## MarkLine ## MarkLine
> Fullname: XCharts.Runtime.MarkLine > XCharts.Runtime.MarkLine : [MainComponent](#maincomponent)
> Inherits: [MainComponent](#maincomponent)
Use a line in the chart to illustrate. Use a line in the chart to illustrate.
@@ -1413,8 +1323,7 @@ Use a line in the chart to illustrate.
## MarkLineData ## MarkLineData
> Fullname: XCharts.Runtime.MarkLineData > XCharts.Runtime.MarkLineData : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
Data of marking line. Data of marking line.
@@ -1444,8 +1353,7 @@ Data of marking line.
## MarqueeStyle ## MarqueeStyle
> Fullname: XCharts.Runtime.MarqueeStyle > XCharts.Runtime.MarqueeStyle : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
> Since `v3.5.0` > Since `v3.5.0`
@@ -1468,9 +1376,7 @@ Marquee style. It can be used for the DataZoom component. 选取框样式。可
## Padding ## Padding
> Fullname: XCharts.Runtime.Padding > XCharts.Runtime.Padding : [ChildComponent](#childcomponent) / Subclasses: [TextPadding](#textpadding)
> Inherits: [ChildComponent](#childcomponent)
> Subclasses: [TextPadding](#textpadding)
padding setting of item or text. padding setting of item or text.
@@ -1492,20 +1398,15 @@ padding setting of item or text.
## Parallel ## Parallel
> Fullname: XCharts.Runtime.Parallel > XCharts.Runtime.Parallel : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
> Inherits: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
## ParallelAxis ## ParallelAxis
> Fullname: XCharts.Runtime.ParallelAxis > XCharts.Runtime.ParallelAxis : [Axis](#axis)
> Inherits: [Axis](#axis)
## ParallelCoord ## ParallelCoord
> Fullname: XCharts.Runtime.ParallelCoord > XCharts.Runtime.ParallelCoord : [CoordSystem](#coordsystem), [IUpdateRuntimeData](#iupdateruntimedata), [ISerieContainer](#iseriecontainer)
> Inherits: [CoordSystem](#coordsystem), [IUpdateRuntimeData](#iupdateruntimedata), [ISerieContainer](#iseriecontainer)
Grid component. Grid component.
@@ -1529,20 +1430,15 @@ Grid component.
## Pie ## Pie
> Fullname: XCharts.Runtime.Pie > XCharts.Runtime.Pie : [Serie](#serie)
> Inherits: [Serie](#serie)
## PolarAxisTheme ## PolarAxisTheme
> Fullname: XCharts.Runtime.PolarAxisTheme > XCharts.Runtime.PolarAxisTheme : [BaseAxisTheme](#baseaxistheme)
> Inherits: [BaseAxisTheme](#baseaxistheme)
## PolarCoord ## PolarCoord
> Fullname: XCharts.Runtime.PolarCoord > XCharts.Runtime.PolarCoord : [CoordSystem](#coordsystem), [ISerieContainer](#iseriecontainer)
> Inherits: [CoordSystem](#coordsystem), [ISerieContainer](#iseriecontainer)
Polar coordinate can be used in scatter and line chart. Every polar coordinate has an angleAxis and a radiusAxis. Polar coordinate can be used in scatter and line chart. Every polar coordinate has an angleAxis and a radiusAxis.
@@ -1563,8 +1459,7 @@ Polar coordinate can be used in scatter and line chart. Every polar coordinate h
## Radar ## Radar
> Fullname: XCharts.Runtime.Radar > XCharts.Runtime.Radar : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
> Inherits: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
```mdx-code-block ```mdx-code-block
<APITable name="Radar"> <APITable name="Radar">
@@ -1580,59 +1475,43 @@ Polar coordinate can be used in scatter and line chart. Every polar coordinate h
## RadarAxisTheme ## RadarAxisTheme
> Fullname: XCharts.Runtime.RadarAxisTheme > XCharts.Runtime.RadarAxisTheme : [BaseAxisTheme](#baseaxistheme)
> Inherits: [BaseAxisTheme](#baseaxistheme)
## RadarCoord ## RadarCoord
> Fullname: XCharts.Runtime.RadarCoord > XCharts.Runtime.RadarCoord : [CoordSystem](#coordsystem), [ISerieContainer](#iseriecontainer)
> Inherits: [CoordSystem](#coordsystem), [ISerieContainer](#iseriecontainer)
Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适用于雷达图。 Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适用于雷达图。
## RadiusAxis ## RadiusAxis
> Fullname: XCharts.Runtime.RadiusAxis > XCharts.Runtime.RadiusAxis : [Axis](#axis)
> Inherits: [Axis](#axis)
Radial axis of polar coordinate. Radial axis of polar coordinate.
## RadiusAxisTheme ## RadiusAxisTheme
> Fullname: XCharts.Runtime.RadiusAxisTheme > XCharts.Runtime.RadiusAxisTheme : [BaseAxisTheme](#baseaxistheme)
> Inherits: [BaseAxisTheme](#baseaxistheme)
## Ring ## Ring
> Fullname: XCharts.Runtime.Ring > XCharts.Runtime.Ring : [Serie](#serie)
> Inherits: [Serie](#serie)
## Scatter ## Scatter
> Fullname: XCharts.Runtime.Scatter > XCharts.Runtime.Scatter : [BaseScatter](#basescatter)
> Inherits: [BaseScatter](#basescatter)
## SelectStyle ## SelectStyle
> Fullname: XCharts.Runtime.SelectStyle > XCharts.Runtime.SelectStyle : [StateStyle](#statestyle), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> Inherits: [StateStyle](#statestyle), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> Since `v3.2.0` > Since `v3.2.0`
Configurations of select state. Configurations of select state.
## Serie ## Serie
> Fullname: XCharts.Runtime.Serie > XCharts.Runtime.Serie : [BaseSerie](#baseserie), [IComparable](https://docs.unity3d.com/ScriptReference/30_search.html?q=IComparable) / Subclasses: [SerieHandler&lt;T&gt;](#seriehandlert), [Bar](#bar), [SimplifiedBar](#simplifiedbar), [Candlestick](#candlestick), [SimplifiedCandlestick](#simplifiedcandlestick), [Heatmap](#heatmap), [Line](#line), [SimplifiedLine](#simplifiedline), [Parallel](#parallel), [Pie](#pie), [Radar](#radar), [Ring](#ring), [BaseScatter](#basescatter)
> Inherits: [BaseSerie](#baseserie), [IComparable](https://docs.unity3d.com/ScriptReference/30_search.html?q=IComparable)
> Subclasses: [SerieHandler<T>](#seriehandler<t>), [Bar](#bar), [SimplifiedBar](#simplifiedbar), [Candlestick](#candlestick), [SimplifiedCandlestick](#simplifiedcandlestick), [Heatmap](#heatmap), [Line](#line), [SimplifiedLine](#simplifiedline), [Parallel](#parallel), [Pie](#pie), [Radar](#radar), [Ring](#ring), [BaseScatter](#basescatter)
系列。系列一般由数据和配置组成,用来表示具体的图表图形,如折线图的一条折线,柱图的一组柱子等。一个图表中可以包含多个不同类型的系列。 系列。系列一般由数据和配置组成,用来表示具体的图表图形,如折线图的一条折线,柱图的一组柱子等。一个图表中可以包含多个不同类型的系列。
@@ -1719,8 +1598,7 @@ Configurations of select state.
## SerieData ## SerieData
> Fullname: XCharts.Runtime.SerieData > XCharts.Runtime.SerieData : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
A data item of serie. A data item of serie.
@@ -1746,8 +1624,7 @@ A data item of serie.
## SerieSymbol ## SerieSymbol
> Fullname: XCharts.Runtime.SerieSymbol > XCharts.Runtime.SerieSymbol : [SymbolStyle](#symbolstyle), [ISerieDataComponent](#iseriedatacomponent)
> Inherits: [SymbolStyle](#symbolstyle), [ISerieDataComponent](#iseriedatacomponent)
系列数据项的标记的图形 系列数据项的标记的图形
@@ -1774,8 +1651,7 @@ A data item of serie.
## SerieTheme ## SerieTheme
> Fullname: XCharts.Runtime.SerieTheme > XCharts.Runtime.SerieTheme : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="SerieTheme"> <APITable name="SerieTheme">
@@ -1801,8 +1677,7 @@ A data item of serie.
## Settings ## Settings
> Fullname: XCharts.Runtime.Settings > XCharts.Runtime.Settings : [MainComponent](#maincomponent)
> Inherits: [MainComponent](#maincomponent)
Global parameter setting component. The default value can be used in general, and can be adjusted when necessary. Global parameter setting component. The default value can be used in general, and can be adjusted when necessary.
@@ -1833,26 +1708,19 @@ Global parameter setting component. The default value can be used in general, an
## SimplifiedBar ## SimplifiedBar
> Fullname: XCharts.Runtime.SimplifiedBar > XCharts.Runtime.SimplifiedBar : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer), [ISimplifiedSerie](#isimplifiedserie)
> Inherits: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer), [ISimplifiedSerie](#isimplifiedserie)
## SimplifiedCandlestick ## SimplifiedCandlestick
> Fullname: XCharts.Runtime.SimplifiedCandlestick > XCharts.Runtime.SimplifiedCandlestick : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer), [ISimplifiedSerie](#isimplifiedserie)
> Inherits: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer), [ISimplifiedSerie](#isimplifiedserie)
## SimplifiedLine ## SimplifiedLine
> Fullname: XCharts.Runtime.SimplifiedLine > XCharts.Runtime.SimplifiedLine : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer), [ISimplifiedSerie](#isimplifiedserie)
> Inherits: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer), [ISimplifiedSerie](#isimplifiedserie)
## SingleAxis ## SingleAxis
> Fullname: XCharts.Runtime.SingleAxis > XCharts.Runtime.SingleAxis : [Axis](#axis), [IUpdateRuntimeData](#iupdateruntimedata)
> Inherits: [Axis](#axis), [IUpdateRuntimeData](#iupdateruntimedata)
Single axis. Single axis.
@@ -1876,14 +1744,11 @@ Single axis.
## SingleAxisCoord ## SingleAxisCoord
> Fullname: XCharts.Runtime.SingleAxisCoord > XCharts.Runtime.SingleAxisCoord : [CoordSystem](#coordsystem)
> Inherits: [CoordSystem](#coordsystem)
## StageColor ## StageColor
> Fullname: XCharts.Runtime.StageColor > XCharts.Runtime.StageColor : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="StageColor"> <APITable name="StageColor">
@@ -1900,9 +1765,7 @@ Single axis.
## StateStyle ## StateStyle
> Fullname: XCharts.Runtime.StateStyle > XCharts.Runtime.StateStyle : [ChildComponent](#childcomponent) / Subclasses: [BlurStyle](#blurstyle), [EmphasisStyle](#emphasisstyle), [SelectStyle](#selectstyle)
> Inherits: [ChildComponent](#childcomponent)
> Subclasses: [BlurStyle](#blurstyle), [EmphasisStyle](#emphasisstyle), [SelectStyle](#selectstyle)
> Since `v3.2.0` > Since `v3.2.0`
@@ -1928,15 +1791,11 @@ the state style of serie.
## SubTitleTheme ## SubTitleTheme
> Fullname: XCharts.Runtime.SubTitleTheme > XCharts.Runtime.SubTitleTheme : [ComponentTheme](#componenttheme)
> Inherits: [ComponentTheme](#componenttheme)
## SymbolStyle ## SymbolStyle
> Fullname: XCharts.Runtime.SymbolStyle > XCharts.Runtime.SymbolStyle : [ChildComponent](#childcomponent) / Subclasses: [SerieSymbol](#seriesymbol)
> Inherits: [ChildComponent](#childcomponent)
> Subclasses: [SerieSymbol](#seriesymbol)
系列数据项的标记的图形 系列数据项的标记的图形
@@ -1963,8 +1822,7 @@ the state style of serie.
## TextLimit ## TextLimit
> Fullname: XCharts.Runtime.TextLimit > XCharts.Runtime.TextLimit : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
Text character limitation and adaptation component. When the length of the text exceeds the set length, it is cropped and suffixes are appended to the end.Only valid in the category axis. Text character limitation and adaptation component. When the length of the text exceeds the set length, it is cropped and suffixes are appended to the end.Only valid in the category axis.
@@ -1985,16 +1843,13 @@ Text character limitation and adaptation component. When the length of the text
## TextPadding ## TextPadding
> Fullname: XCharts.Runtime.TextPadding > XCharts.Runtime.TextPadding : [Padding](#padding)
> Inherits: [Padding](#padding)
Settings related to text. Settings related to text.
## TextStyle ## TextStyle
> Fullname: XCharts.Runtime.TextStyle > XCharts.Runtime.TextStyle : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
Settings related to text. Settings related to text.
@@ -2026,8 +1881,7 @@ Settings related to text.
## Theme ## Theme
> Fullname: XCharts.Runtime.Theme > XCharts.Runtime.Theme : [ScriptableObject](https://docs.unity3d.com/ScriptReference/30_search.html?q=ScriptableObject)
> Inherits: [ScriptableObject](#scriptableobject)
Theme. Theme.
@@ -2060,8 +1914,7 @@ Theme.
## ThemeStyle ## ThemeStyle
> Fullname: XCharts.Runtime.ThemeStyle > XCharts.Runtime.ThemeStyle : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
Theme. Theme.
@@ -2085,8 +1938,7 @@ Theme.
## Title ## Title
> Fullname: XCharts.Runtime.Title > XCharts.Runtime.Title : [MainComponent](#maincomponent), [IPropertyChanged](#ipropertychanged)
> Inherits: [MainComponent](#maincomponent), [IPropertyChanged](#ipropertychanged)
Title component, including main title and subtitle. Title component, including main title and subtitle.
@@ -2110,22 +1962,17 @@ Title component, including main title and subtitle.
## TitleStyle ## TitleStyle
> Fullname: XCharts.Runtime.TitleStyle > XCharts.Runtime.TitleStyle : [LabelStyle](#labelstyle), [ISerieDataComponent](#iseriedatacomponent), [ISerieComponent](#iseriecomponent)
> Inherits: [LabelStyle](#labelstyle), [ISerieDataComponent](#iseriedatacomponent), [ISerieComponent](#iseriecomponent)
the title of serie. the title of serie.
## TitleTheme ## TitleTheme
> Fullname: XCharts.Runtime.TitleTheme > XCharts.Runtime.TitleTheme : [ComponentTheme](#componenttheme)
> Inherits: [ComponentTheme](#componenttheme)
## Tooltip ## Tooltip
> Fullname: XCharts.Runtime.Tooltip > XCharts.Runtime.Tooltip : [MainComponent](#maincomponent)
> Inherits: [MainComponent](#maincomponent)
Tooltip component. Tooltip component.
@@ -2173,8 +2020,7 @@ Tooltip component.
## TooltipTheme ## TooltipTheme
> Fullname: XCharts.Runtime.TooltipTheme > XCharts.Runtime.TooltipTheme : [ComponentTheme](#componenttheme)
> Inherits: [ComponentTheme](#componenttheme)
```mdx-code-block ```mdx-code-block
<APITable name="TooltipTheme"> <APITable name="TooltipTheme">
@@ -2195,8 +2041,7 @@ Tooltip component.
## UIComponentTheme ## UIComponentTheme
> Fullname: XCharts.Runtime.UIComponentTheme > XCharts.Runtime.UIComponentTheme : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="UIComponentTheme"> <APITable name="UIComponentTheme">
@@ -2214,8 +2059,7 @@ Tooltip component.
## VisualMap ## VisualMap
> Fullname: XCharts.Runtime.VisualMap > XCharts.Runtime.VisualMap : [MainComponent](#maincomponent)
> Inherits: [MainComponent](#maincomponent)
VisualMap component. Mapping data to visual elements such as colors. VisualMap component. Mapping data to visual elements such as colors.
@@ -2258,8 +2102,7 @@ VisualMap component. Mapping data to visual elements such as colors.
## VisualMapRange ## VisualMapRange
> Fullname: XCharts.Runtime.VisualMapRange > XCharts.Runtime.VisualMapRange : [ChildComponent](#childcomponent)
> Inherits: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="VisualMapRange"> <APITable name="VisualMapRange">
@@ -2278,8 +2121,7 @@ VisualMap component. Mapping data to visual elements such as colors.
## VisualMapTheme ## VisualMapTheme
> Fullname: XCharts.Runtime.VisualMapTheme > XCharts.Runtime.VisualMapTheme : [ComponentTheme](#componenttheme)
> Inherits: [ComponentTheme](#componenttheme)
```mdx-code-block ```mdx-code-block
<APITable name="VisualMapTheme"> <APITable name="VisualMapTheme">
@@ -2298,20 +2140,17 @@ VisualMap component. Mapping data to visual elements such as colors.
## XAxis ## XAxis
> Fullname: XCharts.Runtime.XAxis > XCharts.Runtime.XAxis : [Axis](#axis)
> Inherits: [Axis](#axis)
The x axis in cartesian(rectangular) coordinate. The x axis in cartesian(rectangular) coordinate.
## XCResourcesImporter ## XCResourcesImporter
> Fullname: XCharts.Runtime.XCResourcesImporter > XCharts.Runtime.XCResourcesImporter
## XCSettings ## XCSettings
> Fullname: XCharts.Runtime.XCSettings > XCharts.Runtime.XCSettings : [ScriptableObject](https://docs.unity3d.com/ScriptReference/30_search.html?q=ScriptableObject)
> Inherits: [ScriptableObject](#scriptableobject)
```mdx-code-block ```mdx-code-block
<APITable name="XCSettings"> <APITable name="XCSettings">
@@ -2363,9 +2202,7 @@ The x axis in cartesian(rectangular) coordinate.
## YAxis ## YAxis
> Fullname: XCharts.Runtime.YAxis > XCharts.Runtime.YAxis : [Axis](#axis)
> Inherits: [Axis](#axis)
The x axis in cartesian(rectangular) coordinate. The x axis in cartesian(rectangular) coordinate.

View File

@@ -70,7 +70,6 @@ slug: /api
- [RingChart](#ringchart) - [RingChart](#ringchart)
- [RuntimeUtil](#runtimeutil) - [RuntimeUtil](#runtimeutil)
- [ScatterChart](#scatterchart) - [ScatterChart](#scatterchart)
- [ScriptableObject](#scriptableobject)
- [SerieComponentAttribute](#seriecomponentattribute) - [SerieComponentAttribute](#seriecomponentattribute)
- [SerieContext](#seriecontext) - [SerieContext](#seriecontext)
- [SerieConvertAttribute](#serieconvertattribute) - [SerieConvertAttribute](#serieconvertattribute)
@@ -114,7 +113,7 @@ slug: /api
## AnimationStyleHelper ## AnimationStyleHelper
全名: XCharts.Runtime.AnimationStyleHelper > XCharts.Runtime.AnimationStyleHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -125,17 +124,15 @@ slug: /api
## AxisContext ## AxisContext
全名: XCharts.Runtime.AxisContext > XCharts.Runtime.AxisContext : [MainComponentContext](#maincomponentcontext)
继承: [MainComponentContext](#maincomponentcontext)
## AxisHandler&lt;T&gt; ## AxisHandler&lt;T&gt;
全名: XCharts.AxisHandler<T> > XCharts.AxisHandler&lt;T&gt; : [MainComponentHandler](#maincomponenthandler)
继承: [MainComponentHandler](#maincomponenthandler)
## AxisHelper ## AxisHelper
全名: XCharts.Runtime.AxisHelper > XCharts.Runtime.AxisHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -163,14 +160,11 @@ slug: /api
## BarChart ## BarChart
全名: XCharts.Runtime.BarChart > XCharts.Runtime.BarChart : [BaseChart](#basechart)
继承: [BaseChart](#basechart)
## BaseChart ## BaseChart
全名: XCharts.Runtime.BaseChart > XCharts.Runtime.BaseChart : [BaseGraph](#basegraph),[ISerializationCallbackReceiver](https://docs.unity3d.com/ScriptReference/30_search.html?q=iserializationcallbackreceiver) / Subclasses: [BarChart](#barchart),[CandlestickChart](#candlestickchart),[HeatmapChart](#heatmapchart),[LineChart](#linechart),[ParallelChart](#parallelchart),[PieChart](#piechart),[PolarChart](#polarchart),[RadarChart](#radarchart),[RingChart](#ringchart),[ScatterChart](#scatterchart),[SimplifiedBarChart](#simplifiedbarchart),[SimplifiedCandlestickChart](#simplifiedcandlestickchart),[SimplifiedLineChart](#simplifiedlinechart)
继承: [BaseGraph](#basegraph),[ISerializationCallbackReceiver](https://docs.unity3d.com/ScriptReference/30_search.html?q=ISerializationCallbackReceiver)
子类: [BarChart](#barchart),[CandlestickChart](#candlestickchart),[HeatmapChart](#heatmapchart),[LineChart](#linechart),[ParallelChart](#parallelchart),[PieChart](#piechart),[PolarChart](#polarchart),[RadarChart](#radarchart),[RingChart](#ringchart),[ScatterChart](#scatterchart),[SimplifiedBarChart](#simplifiedbarchart),[SimplifiedCandlestickChart](#simplifiedcandlestickchart),[SimplifiedLineChart](#simplifiedlinechart)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -361,9 +355,7 @@ slug: /api
## BaseGraph ## BaseGraph
全名: XCharts.Runtime.BaseGraph > XCharts.Runtime.BaseGraph : [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=maskablegraphic),[IPointerDownHandler](https://docs.unity3d.com/ScriptReference/30_search.html?q=ipointerdownhandler),[IPointerUpHandler](https://docs.unity3d.com/ScriptReference/30_search.html?q=ipointeruphandler),[](#) / Subclasses: [BaseChart](#basechart),[UIComponent](#uicomponent)
继承: [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=MaskableGraphic),[IPointerDownHandler](https://docs.unity3d.com/ScriptReference/30_search.html?q=IPointerDownHandler),[IPointerUpHandler](https://docs.unity3d.com/ScriptReference/30_search.html?q=IPointerUpHandler),[](#)
子类: [BaseChart](#basechart),[UIComponent](#uicomponent)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -398,12 +390,11 @@ slug: /api
## CandlestickChart ## CandlestickChart
全名: XCharts.Runtime.CandlestickChart > XCharts.Runtime.CandlestickChart : [BaseChart](#basechart)
继承: [BaseChart](#basechart)
## ChartCached ## ChartCached
全名: XCharts.Runtime.ChartCached > XCharts.Runtime.ChartCached
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -416,15 +407,15 @@ slug: /api
## ChartConst ## ChartConst
全名: XCharts.Runtime.ChartConst > XCharts.Runtime.ChartConst
## ChartDrawer ## ChartDrawer
全名: XCharts.Runtime.ChartDrawer > XCharts.Runtime.ChartDrawer
## ChartHelper ## ChartHelper
全名: XCharts.Runtime.ChartHelper > XCharts.Runtime.ChartHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -493,8 +484,7 @@ slug: /api
## ChartLabel ## ChartLabel
全名: XCharts.Runtime.ChartLabel > XCharts.Runtime.ChartLabel : [Image](https://docs.unity3d.com/ScriptReference/30_search.html?q=image)
继承: [Image](https://docs.unity3d.com/ScriptReference/30_search.html?q=Image)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -523,7 +513,7 @@ slug: /api
## ChartObject ## ChartObject
全名: XCharts.Runtime.ChartObject > XCharts.Runtime.ChartObject
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -531,7 +521,7 @@ slug: /api
## CheckHelper ## CheckHelper
全名: XCharts.Runtime.CheckHelper > XCharts.Runtime.CheckHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -540,7 +530,7 @@ slug: /api
## ColorUtil ## ColorUtil
全名: XCharts.Runtime.ColorUtil > XCharts.Runtime.ColorUtil
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -548,8 +538,7 @@ slug: /api
## ComponentHandlerAttribute ## ComponentHandlerAttribute
全名: XCharts.Runtime.ComponentHandlerAttribute > XCharts.Runtime.ComponentHandlerAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
继承: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -558,7 +547,7 @@ slug: /api
## ComponentHelper ## ComponentHelper
全名: XCharts.Runtime.ComponentHelper > XCharts.Runtime.ComponentHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -570,8 +559,7 @@ slug: /api
## CoordOptionsAttribute ## CoordOptionsAttribute
全名: XCharts.Runtime.CoordOptionsAttribute > XCharts.Runtime.CoordOptionsAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
继承: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -583,12 +571,11 @@ slug: /api
## DataZoomContext ## DataZoomContext
全名: XCharts.Runtime.DataZoomContext > XCharts.Runtime.DataZoomContext : [MainComponentContext](#maincomponentcontext)
继承: [MainComponentContext](#maincomponentcontext)
## DataZoomHelper ## DataZoomHelper
全名: XCharts.Runtime.DataZoomHelper > XCharts.Runtime.DataZoomHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -597,7 +584,7 @@ slug: /api
## DateTimeUtil ## DateTimeUtil
全名: XCharts.Runtime.DateTimeUtil > XCharts.Runtime.DateTimeUtil
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -607,8 +594,7 @@ slug: /api
## DefaultAnimationAttribute ## DefaultAnimationAttribute
全名: XCharts.Runtime.DefaultAnimationAttribute > XCharts.Runtime.DefaultAnimationAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
继承: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -616,7 +602,7 @@ slug: /api
## DefineSymbolsUtil ## DefineSymbolsUtil
全名: XCharts.Runtime.DefineSymbolsUtil > XCharts.Runtime.DefineSymbolsUtil
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -625,7 +611,7 @@ slug: /api
## FormatterHelper ## FormatterHelper
全名: XCharts.Runtime.FormatterHelper > XCharts.Runtime.FormatterHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -637,18 +623,15 @@ slug: /api
## GridCoordContext ## GridCoordContext
全名: XCharts.Runtime.GridCoordContext > XCharts.Runtime.GridCoordContext : [MainComponentContext](#maincomponentcontext)
继承: [MainComponentContext](#maincomponentcontext)
## HeatmapChart ## HeatmapChart
全名: XCharts.Runtime.HeatmapChart > XCharts.Runtime.HeatmapChart : [BaseChart](#basechart)
继承: [BaseChart](#basechart)
## IgnoreDoc ## IgnoreDoc
全名: XCharts.Runtime.IgnoreDoc > XCharts.Runtime.IgnoreDoc : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
继承: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -656,12 +639,11 @@ slug: /api
## INeedSerieContainer ## INeedSerieContainer
全名: XCharts.Runtime.INeedSerieContainer > XCharts.Runtime.INeedSerieContainer / Subclasses: [Bar](#bar),[SimplifiedBar](#simplifiedbar),[Candlestick](#candlestick),[SimplifiedCandlestick](#simplifiedcandlestick),[Heatmap](#heatmap),[Line](#line),[SimplifiedLine](#simplifiedline),[Parallel](#parallel),[Radar](#radar),[BaseScatter](#basescatter)
子类: [Bar](#bar),[SimplifiedBar](#simplifiedbar),[Candlestick](#candlestick),[SimplifiedCandlestick](#simplifiedcandlestick),[Heatmap](#heatmap),[Line](#line),[SimplifiedLine](#simplifiedline),[Parallel](#parallel),[Radar](#radar),[BaseScatter](#basescatter)
## InputHelper ## InputHelper
全名: XCharts.Runtime.InputHelper > XCharts.Runtime.InputHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -670,7 +652,7 @@ slug: /api
## InteractData ## InteractData
全名: XCharts.Runtime.InteractData > XCharts.Runtime.InteractData
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -688,37 +670,34 @@ slug: /api
## IPropertyChanged ## IPropertyChanged
全名: XCharts.Runtime.IPropertyChanged > XCharts.Runtime.IPropertyChanged / Subclasses: [Location](#location),[Comment](#comment),[Legend](#legend),[Title](#title)
子类: [Location](#location),[Comment](#comment),[Legend](#legend),[Title](#title) 属性变更接口
## ISerieComponent ## ISerieComponent
全名: XCharts.Runtime.ISerieComponent > XCharts.Runtime.ISerieComponent / Subclasses: [AreaStyle](#areastyle),[ImageStyle](#imagestyle),[LineArrow](#linearrow),[LabelLine](#labelline),[LabelStyle](#labelstyle),[BlurStyle](#blurstyle),[EmphasisStyle](#emphasisstyle),[SelectStyle](#selectstyle),[TitleStyle](#titlestyle)
子类: [AreaStyle](#areastyle),[ImageStyle](#imagestyle),[LineArrow](#linearrow),[LabelLine](#labelline),[LabelStyle](#labelstyle),[BlurStyle](#blurstyle),[EmphasisStyle](#emphasisstyle),[SelectStyle](#selectstyle),[TitleStyle](#titlestyle) 可用于Serie的组件。
## ISerieContainer ## ISerieContainer
全名: XCharts.Runtime.ISerieContainer > XCharts.Runtime.ISerieContainer / Subclasses: [RadarCoord](#radarcoord),[CalendarCoord](#calendarcoord),[GridCoord](#gridcoord),[ParallelCoord](#parallelcoord),[PolarCoord](#polarcoord)
子类: [RadarCoord](#radarcoord),[CalendarCoord](#calendarcoord),[GridCoord](#gridcoord),[ParallelCoord](#parallelcoord),[PolarCoord](#polarcoord)
## ISerieDataComponent ## ISerieDataComponent
全名: XCharts.Runtime.ISerieDataComponent > XCharts.Runtime.ISerieDataComponent / Subclasses: [AreaStyle](#areastyle),[ImageStyle](#imagestyle),[ItemStyle](#itemstyle),[LineStyle](#linestyle),[SerieSymbol](#seriesymbol),[LabelLine](#labelline),[LabelStyle](#labelstyle),[BlurStyle](#blurstyle),[EmphasisStyle](#emphasisstyle),[SelectStyle](#selectstyle),[TitleStyle](#titlestyle)
子类: [AreaStyle](#areastyle),[ImageStyle](#imagestyle),[ItemStyle](#itemstyle),[LineStyle](#linestyle),[SerieSymbol](#seriesymbol),[LabelLine](#labelline),[LabelStyle](#labelstyle),[BlurStyle](#blurstyle),[EmphasisStyle](#emphasisstyle),[SelectStyle](#selectstyle),[TitleStyle](#titlestyle) 可用于SerieData的组件。
## ISimplifiedSerie ## ISimplifiedSerie
全名: XCharts.Runtime.ISimplifiedSerie > XCharts.Runtime.ISimplifiedSerie / Subclasses: [SimplifiedBar](#simplifiedbar),[SimplifiedCandlestick](#simplifiedcandlestick),[SimplifiedLine](#simplifiedline)
子类: [SimplifiedBar](#simplifiedbar),[SimplifiedCandlestick](#simplifiedcandlestick),[SimplifiedLine](#simplifiedline)
## IUpdateRuntimeData ## IUpdateRuntimeData
全名: XCharts.Runtime.IUpdateRuntimeData > XCharts.Runtime.IUpdateRuntimeData / Subclasses: [SingleAxis](#singleaxis),[DataZoom](#datazoom),[CalendarCoord](#calendarcoord),[GridCoord](#gridcoord),[ParallelCoord](#parallelcoord)
子类: [SingleAxis](#singleaxis),[DataZoom](#datazoom),[CalendarCoord](#calendarcoord),[GridCoord](#gridcoord),[ParallelCoord](#parallelcoord)
## LayerHelper ## LayerHelper
全名: XCharts.Runtime.LayerHelper > XCharts.Runtime.LayerHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -727,12 +706,11 @@ slug: /api
## LegendContext ## LegendContext
全名: XCharts.Runtime.LegendContext > XCharts.Runtime.LegendContext : [MainComponentContext](#maincomponentcontext)
继承: [MainComponentContext](#maincomponentcontext)
## LegendHelper ## LegendHelper
全名: XCharts.Runtime.LegendHelper > XCharts.Runtime.LegendHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -745,7 +723,7 @@ slug: /api
## LegendItem ## LegendItem
全名: XCharts.Runtime.LegendItem > XCharts.Runtime.LegendItem
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -770,14 +748,11 @@ slug: /api
## LineChart ## LineChart
全名: XCharts.Runtime.LineChart > XCharts.Runtime.LineChart : [BaseChart](#basechart)
继承: [BaseChart](#basechart)
## ListFor ## ListFor
全名: XCharts.Runtime.ListFor > XCharts.Runtime.ListFor : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute) / Subclasses: [ListForComponent](#listforcomponent),[ListForSerie](#listforserie)
继承: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
子类: [ListForComponent](#listforcomponent),[ListForSerie](#listforserie)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -785,8 +760,7 @@ slug: /api
## ListForComponent ## ListForComponent
全名: XCharts.Runtime.ListForComponent > XCharts.Runtime.ListForComponent : [ListFor](#listfor)
继承: [ListFor](#listfor)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -794,8 +768,7 @@ slug: /api
## ListForSerie ## ListForSerie
全名: XCharts.Runtime.ListForSerie > XCharts.Runtime.ListForSerie : [ListFor](#listfor)
继承: [ListFor](#listfor)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -803,13 +776,11 @@ slug: /api
## MainComponentContext ## MainComponentContext
全名: XCharts.Runtime.MainComponentContext > XCharts.Runtime.MainComponentContext / Subclasses: [AxisContext](#axiscontext),[DataZoomContext](#datazoomcontext),[LegendContext](#legendcontext),[RadarCoordContext](#radarcoordcontext),[VisualMapContext](#visualmapcontext),[GridCoordContext](#gridcoordcontext),[ParallelCoordContext](#parallelcoordcontext),[PolarCoordContext](#polarcoordcontext)
子类: [AxisContext](#axiscontext),[DataZoomContext](#datazoomcontext),[LegendContext](#legendcontext),[RadarCoordContext](#radarcoordcontext),[VisualMapContext](#visualmapcontext),[GridCoordContext](#gridcoordcontext),[ParallelCoordContext](#parallelcoordcontext),[PolarCoordContext](#polarcoordcontext)
## MainComponentHandler ## MainComponentHandler
全名: XCharts.Runtime.MainComponentHandler > XCharts.Runtime.MainComponentHandler / Subclasses: [AxisHandler&lt;T&gt;](#axishandlert),[MainComponentHandler&lt;T&gt;](#maincomponenthandlert)
子类: [AxisHandler<T>](#axishandlert),[MainComponentHandler<T>](#maincomponenthandlert)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -833,12 +804,11 @@ slug: /api
## MainComponentHandler&lt;T&gt; ## MainComponentHandler&lt;T&gt;
全名: XCharts.Runtime.MainComponentHandler<T> > XCharts.Runtime.MainComponentHandler&lt;T&gt; : [MainComponentHandler](#maincomponenthandler)
继承: [MainComponentHandler](#maincomponenthandler)
## MathUtil ## MathUtil
全名: XCharts.Runtime.MathUtil > XCharts.Runtime.MathUtil
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -852,8 +822,7 @@ slug: /api
## ObjectPool&lt;T&gt; where T ## ObjectPool&lt;T&gt; where T
全名: XCharts.Runtime.ObjectPool<T> where T > XCharts.Runtime.ObjectPool&lt;T&gt; where T : [new()](#new())
继承: [new()](#new())
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -865,8 +834,7 @@ slug: /api
## Painter ## Painter
全名: XCharts.Runtime.Painter > XCharts.Runtime.Painter : [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=maskablegraphic)
继承: [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=MaskableGraphic)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -878,32 +846,27 @@ slug: /api
## ParallelChart ## ParallelChart
全名: XCharts.Runtime.ParallelChart > XCharts.Runtime.ParallelChart : [BaseChart](#basechart)
继承: [BaseChart](#basechart)
## ParallelCoordContext ## ParallelCoordContext
全名: XCharts.Runtime.ParallelCoordContext > XCharts.Runtime.ParallelCoordContext : [MainComponentContext](#maincomponentcontext)
继承: [MainComponentContext](#maincomponentcontext)
## PieChart ## PieChart
全名: XCharts.Runtime.PieChart > XCharts.Runtime.PieChart : [BaseChart](#basechart)
继承: [BaseChart](#basechart)
## PolarChart ## PolarChart
全名: XCharts.Runtime.PolarChart > XCharts.Runtime.PolarChart : [BaseChart](#basechart)
继承: [BaseChart](#basechart)
## PolarCoordContext ## PolarCoordContext
全名: XCharts.Runtime.PolarCoordContext > XCharts.Runtime.PolarCoordContext : [MainComponentContext](#maincomponentcontext)
继承: [MainComponentContext](#maincomponentcontext)
## PropertyUtil ## PropertyUtil
全名: XCharts.Runtime.PropertyUtil > XCharts.Runtime.PropertyUtil
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -914,17 +877,15 @@ slug: /api
## RadarChart ## RadarChart
全名: XCharts.Runtime.RadarChart > XCharts.Runtime.RadarChart : [BaseChart](#basechart)
继承: [BaseChart](#basechart)
## RadarCoordContext ## RadarCoordContext
全名: XCharts.Runtime.RadarCoordContext > XCharts.Runtime.RadarCoordContext : [MainComponentContext](#maincomponentcontext)
继承: [MainComponentContext](#maincomponentcontext)
## ReflectionUtil ## ReflectionUtil
全名: XCharts.Runtime.ReflectionUtil > XCharts.Runtime.ReflectionUtil
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -937,8 +898,7 @@ slug: /api
## RequireChartComponentAttribute ## RequireChartComponentAttribute
全名: XCharts.Runtime.RequireChartComponentAttribute > XCharts.Runtime.RequireChartComponentAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
继承: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -948,12 +908,11 @@ slug: /api
## RingChart ## RingChart
全名: XCharts.Runtime.RingChart > XCharts.Runtime.RingChart : [BaseChart](#basechart)
继承: [BaseChart](#basechart)
## RuntimeUtil ## RuntimeUtil
全名: XCharts.Runtime.RuntimeUtil > XCharts.Runtime.RuntimeUtil
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -966,18 +925,12 @@ slug: /api
## ScatterChart ## ScatterChart
全名: XCharts.Runtime.ScatterChart > XCharts.Runtime.ScatterChart : [BaseChart](#basechart)
继承: [BaseChart](#basechart)
## ScriptableObject
全名: .ScriptableObject
子类: [Lang](#lang),[XCSettings](#xcsettings),[Theme](#theme)
## SerieComponentAttribute ## SerieComponentAttribute
全名: XCharts.Runtime.SerieComponentAttribute > XCharts.Runtime.SerieComponentAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
继承: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute) 可添加到Serie的组件。
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -994,12 +947,12 @@ slug: /api
## SerieContext ## SerieContext
全名: XCharts.Runtime.SerieContext > XCharts.Runtime.SerieContext
## SerieConvertAttribute ## SerieConvertAttribute
全名: XCharts.Runtime.SerieConvertAttribute > XCharts.Runtime.SerieConvertAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
继承: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute) 可转化为哪些Serie类型。
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1012,8 +965,8 @@ slug: /api
## SerieDataComponentAttribute ## SerieDataComponentAttribute
全名: XCharts.Runtime.SerieDataComponentAttribute > XCharts.Runtime.SerieDataComponentAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
继承: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute) 可添加到SerieData的组件。
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1030,7 +983,7 @@ slug: /api
## SerieDataContext ## SerieDataContext
全名: XCharts.Runtime.SerieDataContext > XCharts.Runtime.SerieDataContext
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1038,8 +991,7 @@ slug: /api
## SerieDataExtraFieldAttribute ## SerieDataExtraFieldAttribute
全名: XCharts.Runtime.SerieDataExtraFieldAttribute > XCharts.Runtime.SerieDataExtraFieldAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
继承: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1055,7 +1007,8 @@ slug: /api
## SerieEventData ## SerieEventData
全名: XCharts.Runtime.SerieEventData > XCharts.Runtime.SerieEventData
serie事件的数据。
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1063,7 +1016,7 @@ slug: /api
## SerieEventDataPool ## SerieEventDataPool
全名: XCharts.Runtime.SerieEventDataPool > XCharts.Runtime.SerieEventDataPool
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1072,7 +1025,7 @@ slug: /api
## SerieHandler ## SerieHandler
全名: XCharts.Runtime.SerieHandler > XCharts.Runtime.SerieHandler
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1102,13 +1055,11 @@ slug: /api
## SerieHandler where T ## SerieHandler where T
全名: .SerieHandler where T > .SerieHandler where T / Subclasses: [SerieHandler&lt;T&gt;](#seriehandlert)
子类: [SerieHandler<T>](#seriehandlert)
## SerieHandler&lt;T&gt; ## SerieHandler&lt;T&gt;
全名: XCharts.Runtime.SerieHandler<T> > XCharts.Runtime.SerieHandler&lt;T&gt; : [SerieHandler where T](#seriehandler where t),[Serie](#serie)
继承: [SerieHandler where T](#seriehandler where t),[Serie](#serie)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1133,8 +1084,7 @@ slug: /api
## SerieHandlerAttribute ## SerieHandlerAttribute
全名: XCharts.Runtime.SerieHandlerAttribute > XCharts.Runtime.SerieHandlerAttribute : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
继承: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1143,7 +1093,7 @@ slug: /api
## SerieHelper ## SerieHelper
全名: XCharts.Runtime.SerieHelper > XCharts.Runtime.SerieHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1187,7 +1137,7 @@ slug: /api
## SerieLabelHelper ## SerieLabelHelper
全名: XCharts.Runtime.SerieLabelHelper > XCharts.Runtime.SerieLabelHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1200,7 +1150,7 @@ slug: /api
## SerieLabelPool ## SerieLabelPool
全名: XCharts.Runtime.SerieLabelPool > XCharts.Runtime.SerieLabelPool
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1210,11 +1160,11 @@ slug: /api
## SerieParams ## SerieParams
全名: XCharts.Runtime.SerieParams > XCharts.Runtime.SerieParams
## SeriesHelper ## SeriesHelper
全名: XCharts.Runtime.SeriesHelper > XCharts.Runtime.SeriesHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1234,23 +1184,19 @@ slug: /api
## SimplifiedBarChart ## SimplifiedBarChart
全名: XCharts.Runtime.SimplifiedBarChart > XCharts.Runtime.SimplifiedBarChart : [BaseChart](#basechart)
继承: [BaseChart](#basechart)
## SimplifiedCandlestickChart ## SimplifiedCandlestickChart
全名: XCharts.Runtime.SimplifiedCandlestickChart > XCharts.Runtime.SimplifiedCandlestickChart : [BaseChart](#basechart)
继承: [BaseChart](#basechart)
## SimplifiedLineChart ## SimplifiedLineChart
全名: XCharts.Runtime.SimplifiedLineChart > XCharts.Runtime.SimplifiedLineChart : [BaseChart](#basechart)
继承: [BaseChart](#basechart)
## Since ## Since
全名: XCharts.Runtime.Since > XCharts.Runtime.Since : [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=attribute)
继承: [Attribute](https://docs.unity3d.com/ScriptReference/30_search.html?q=Attribute)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1258,7 +1204,7 @@ slug: /api
## SVG ## SVG
全名: XUGL.SVG > XUGL.SVG
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1268,12 +1214,11 @@ slug: /api
## SVGImage ## SVGImage
全名: XCharts.Runtime.SVGImage > XCharts.Runtime.SVGImage : [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=maskablegraphic)
继承: [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=MaskableGraphic)
## SVGPath ## SVGPath
全名: XUGL.SVGPath > XUGL.SVGPath
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1283,7 +1228,7 @@ slug: /api
## SVGPathSeg ## SVGPathSeg
全名: XUGL.SVGPathSeg > XUGL.SVGPathSeg
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1291,15 +1236,15 @@ slug: /api
## TooltipContext ## TooltipContext
全名: XCharts.Runtime.TooltipContext > XCharts.Runtime.TooltipContext
## TooltipData ## TooltipData
全名: XCharts.Runtime.TooltipData > XCharts.Runtime.TooltipData
## TooltipHelper ## TooltipHelper
全名: XCharts.Runtime.TooltipHelper > XCharts.Runtime.TooltipHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1310,7 +1255,7 @@ slug: /api
## TooltipView ## TooltipView
全名: XCharts.Runtime.TooltipView > XCharts.Runtime.TooltipView
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1324,11 +1269,12 @@ slug: /api
## TooltipViewItem ## TooltipViewItem
全名: XCharts.Runtime.TooltipViewItem > XCharts.Runtime.TooltipViewItem
## UGL ## UGL
全名: XUGL.UGL > XUGL.UGL
UGUI 图形库
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1351,12 +1297,11 @@ slug: /api
## UGLExample ## UGLExample
全名: XUGL.UGLExample > XUGL.UGLExample : [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=maskablegraphic)
继承: [MaskableGraphic](https://docs.unity3d.com/ScriptReference/30_search.html?q=MaskableGraphic)
## UGLHelper ## UGLHelper
全名: XUGL.UGLHelper > XUGL.UGLHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1386,8 +1331,8 @@ slug: /api
## UIComponent ## UIComponent
全名: XCharts.Runtime.UIComponent > XCharts.Runtime.UIComponent : [BaseGraph](#basegraph)
继承: [BaseGraph](#basegraph) UI组件基类。
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1395,7 +1340,8 @@ slug: /api
## UIHelper ## UIHelper
全名: XCharts.Runtime.UIHelper > XCharts.Runtime.UIHelper
UI帮助类。
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1403,12 +1349,11 @@ slug: /api
## VisualMapContext ## VisualMapContext
全名: XCharts.Runtime.VisualMapContext > XCharts.Runtime.VisualMapContext : [MainComponentContext](#maincomponentcontext)
继承: [MainComponentContext](#maincomponentcontext)
## VisualMapHelper ## VisualMapHelper
全名: XCharts.Runtime.VisualMapHelper > XCharts.Runtime.VisualMapHelper
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1421,7 +1366,7 @@ slug: /api
## XChartsMgr ## XChartsMgr
全名: XCharts.Runtime.XChartsMgr > XCharts.Runtime.XChartsMgr
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1438,8 +1383,7 @@ slug: /api
## XCResourceImporterWindow ## XCResourceImporterWindow
全名: XCharts.Runtime.XCResourceImporterWindow > XCharts.Runtime.XCResourceImporterWindow : [UnityEditor.EditorWindow](https://docs.unity3d.com/ScriptReference/30_search.html?q=unityeditor.editorwindow)
继承: [UnityEditor.EditorWindow](https://docs.unity3d.com/ScriptReference/30_search.html?q=UnityEditor.EditorWindow)
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|
@@ -1447,7 +1391,7 @@ slug: /api
## XCThemeMgr ## XCThemeMgr
全名: XCharts.Runtime.XCThemeMgr > XCharts.Runtime.XCThemeMgr
|public method|since|description| |public method|since|description|
|--|--|--| |--|--|--|

View File

@@ -187,8 +187,7 @@ slug: /configuration
## AngleAxis ## AngleAxis
> 全名: XCharts.Runtime.AngleAxis > XCharts.Runtime.AngleAxis : [Axis](#axis)
> 继承: [Axis](#axis)
极坐标系的角度轴。 极坐标系的角度轴。
@@ -206,14 +205,11 @@ slug: /configuration
## AngleAxisTheme ## AngleAxisTheme
> 全名: XCharts.Runtime.AngleAxisTheme > XCharts.Runtime.AngleAxisTheme : [BaseAxisTheme](#baseaxistheme)
> 继承: [BaseAxisTheme](#baseaxistheme)
## AnimationStyle ## AnimationStyle
> 全名: XCharts.Runtime.AnimationStyle > XCharts.Runtime.AnimationStyle : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
动画表现。 动画表现。
@@ -242,8 +238,7 @@ slug: /configuration
## AreaStyle ## AreaStyle
> 全名: XCharts.Runtime.AreaStyle > XCharts.Runtime.AreaStyle : [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> 继承: [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
区域填充样式。 区域填充样式。
@@ -267,8 +262,7 @@ slug: /configuration
## ArrowStyle ## ArrowStyle
> 全名: XCharts.Runtime.ArrowStyle > XCharts.Runtime.ArrowStyle : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="ArrowStyle"> <APITable name="ArrowStyle">
@@ -288,9 +282,7 @@ slug: /configuration
## Axis ## Axis
> 全名: XCharts.Runtime.Axis > XCharts.Runtime.Axis : [MainComponent](#maincomponent) / Subclasses: [AngleAxis](#angleaxis), [ParallelAxis](#parallelaxis), [RadiusAxis](#radiusaxis), [SingleAxis](#singleaxis), [XAxis](#xaxis), [YAxis](#yaxis)
> 继承: [MainComponent](#maincomponent)
> 子类: [AngleAxis](#angleaxis), [ParallelAxis](#parallelaxis), [RadiusAxis](#radiusaxis), [SingleAxis](#singleaxis), [XAxis](#xaxis), [YAxis](#yaxis)
直角坐标系的坐标轴组件。 直角坐标系的坐标轴组件。
@@ -338,8 +330,7 @@ slug: /configuration
## AxisLabel ## AxisLabel
> 全名: XCharts.Runtime.AxisLabel > XCharts.Runtime.AxisLabel : [LabelStyle](#labelstyle)
> 继承: [LabelStyle](#labelstyle)
坐标轴刻度标签的相关设置。 坐标轴刻度标签的相关设置。
@@ -363,8 +354,7 @@ slug: /configuration
## AxisLine ## AxisLine
> 全名: XCharts.Runtime.AxisLine > XCharts.Runtime.AxisLine : [BaseLine](#baseline)
> 继承: [BaseLine](#baseline)
坐标轴轴线。 坐标轴轴线。
@@ -384,8 +374,7 @@ slug: /configuration
## AxisMinorSplitLine ## AxisMinorSplitLine
> 全名: XCharts.Runtime.AxisMinorSplitLine > XCharts.Runtime.AxisMinorSplitLine : [BaseLine](#baseline)
> 继承: [BaseLine](#baseline)
> 从 `v3.2.0` 开始支持 > 从 `v3.2.0` 开始支持
@@ -406,8 +395,7 @@ slug: /configuration
## AxisMinorTick ## AxisMinorTick
> 全名: XCharts.Runtime.AxisMinorTick > XCharts.Runtime.AxisMinorTick : [BaseLine](#baseline)
> 继承: [BaseLine](#baseline)
> 从 `v3.2.0` 开始支持 > 从 `v3.2.0` 开始支持
@@ -428,8 +416,7 @@ slug: /configuration
## AxisName ## AxisName
> 全名: XCharts.Runtime.AxisName > XCharts.Runtime.AxisName : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
坐标轴名称。 坐标轴名称。
@@ -450,8 +437,7 @@ slug: /configuration
## AxisSplitArea ## AxisSplitArea
> 全名: XCharts.Runtime.AxisSplitArea > XCharts.Runtime.AxisSplitArea : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
坐标轴在 grid 区域中的分隔区域,默认不显示。 坐标轴在 grid 区域中的分隔区域,默认不显示。
@@ -470,8 +456,7 @@ slug: /configuration
## AxisSplitLine ## AxisSplitLine
> 全名: XCharts.Runtime.AxisSplitLine > XCharts.Runtime.AxisSplitLine : [BaseLine](#baseline)
> 继承: [BaseLine](#baseline)
坐标轴在 grid 区域中的分隔线。 坐标轴在 grid 区域中的分隔线。
@@ -493,14 +478,11 @@ slug: /configuration
## AxisTheme ## AxisTheme
> 全名: XCharts.Runtime.AxisTheme > XCharts.Runtime.AxisTheme : [BaseAxisTheme](#baseaxistheme)
> 继承: [BaseAxisTheme](#baseaxistheme)
## AxisTick ## AxisTick
> 全名: XCharts.Runtime.AxisTick > XCharts.Runtime.AxisTick : [BaseLine](#baseline)
> 继承: [BaseLine](#baseline)
坐标轴刻度相关设置。 坐标轴刻度相关设置。
@@ -524,8 +506,7 @@ slug: /configuration
## Background ## Background
> 全名: XCharts.Runtime.Background > XCharts.Runtime.Background : [MainComponent](#maincomponent)
> 继承: [MainComponent](#maincomponent)
背景组件。 背景组件。
@@ -547,15 +528,11 @@ slug: /configuration
## Bar ## Bar
> 全名: XCharts.Runtime.Bar > XCharts.Runtime.Bar : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
> 继承: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
## BaseAxisTheme ## BaseAxisTheme
> 全名: XCharts.Runtime.BaseAxisTheme > XCharts.Runtime.BaseAxisTheme : [ComponentTheme](#componenttheme) / Subclasses: [AxisTheme](#axistheme), [RadiusAxisTheme](#radiusaxistheme), [AngleAxisTheme](#angleaxistheme), [PolarAxisTheme](#polaraxistheme), [RadarAxisTheme](#radaraxistheme)
> 继承: [ComponentTheme](#componenttheme)
> 子类: [AxisTheme](#axistheme), [RadiusAxisTheme](#radiusaxistheme), [AngleAxisTheme](#angleaxistheme), [PolarAxisTheme](#polaraxistheme), [RadarAxisTheme](#radaraxistheme)
```mdx-code-block ```mdx-code-block
<APITable name="BaseAxisTheme"> <APITable name="BaseAxisTheme">
@@ -583,9 +560,7 @@ slug: /configuration
## BaseLine ## BaseLine
> 全名: XCharts.Runtime.BaseLine > XCharts.Runtime.BaseLine : [ChildComponent](#childcomponent) / Subclasses: [AxisLine](#axisline), [AxisMinorSplitLine](#axisminorsplitline), [AxisMinorTick](#axisminortick), [AxisSplitLine](#axissplitline), [AxisTick](#axistick)
> 继承: [ChildComponent](#childcomponent)
> 子类: [AxisLine](#axisline), [AxisMinorSplitLine](#axisminorsplitline), [AxisMinorTick](#axisminortick), [AxisSplitLine](#axissplitline), [AxisTick](#axistick)
线条基础配置。 线条基础配置。
@@ -604,53 +579,39 @@ slug: /configuration
## BaseScatter ## BaseScatter
> 全名: XCharts.Runtime.BaseScatter > XCharts.Runtime.BaseScatter : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer) / Subclasses: [EffectScatter](#effectscatter), [Scatter](#scatter)
> 继承: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
> 子类: [EffectScatter](#effectscatter), [Scatter](#scatter)
## BaseSerie ## BaseSerie
> 全名: XCharts.Runtime.BaseSerie > XCharts.Runtime.BaseSerie / Subclasses: [Serie](#serie)
> 子类: [Serie](#serie)
## BlurStyle ## BlurStyle
> 全名: XCharts.Runtime.BlurStyle > XCharts.Runtime.BlurStyle : [StateStyle](#statestyle), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> 继承: [StateStyle](#statestyle), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> 从 `v3.2.0` 开始支持 > 从 `v3.2.0` 开始支持
淡出状态样式。 淡出状态样式。
## CalendarCoord ## CalendarCoord
> 全名: XCharts.Runtime.CalendarCoord > XCharts.Runtime.CalendarCoord : [CoordSystem](#coordsystem), [IUpdateRuntimeData](#iupdateruntimedata), [ISerieContainer](#iseriecontainer)
> 继承: [CoordSystem](#coordsystem), [IUpdateRuntimeData](#iupdateruntimedata), [ISerieContainer](#iseriecontainer)
## Candlestick ## Candlestick
> 全名: XCharts.Runtime.Candlestick > XCharts.Runtime.Candlestick : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
> 继承: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
## ChartText ## ChartText
> 全名: XCharts.Runtime.ChartText > XCharts.Runtime.ChartText
## ChildComponent ## ChildComponent
> 全名: XCharts.Runtime.ChildComponent > XCharts.Runtime.ChildComponent / Subclasses: [AnimationStyle](#animationstyle), [AxisName](#axisname), [AxisSplitArea](#axissplitarea), [AreaStyle](#areastyle), [ArrowStyle](#arrowstyle), [BaseLine](#baseline), [IconStyle](#iconstyle), [ImageStyle](#imagestyle), [ItemStyle](#itemstyle), [Level](#level), [LevelStyle](#levelstyle), [LineArrow](#linearrow), [LineStyle](#linestyle), [Location](#location), [MarqueeStyle](#marqueestyle), [Padding](#padding), [StageColor](#stagecolor), [SymbolStyle](#symbolstyle), [TextLimit](#textlimit), [TextStyle](#textstyle), [CommentItem](#commentitem), [CommentMarkStyle](#commentmarkstyle), [LabelLine](#labelline), [LabelStyle](#labelstyle), [MarkAreaData](#markareadata), [MarkLineData](#marklinedata), [StateStyle](#statestyle), [VisualMapRange](#visualmaprange), [UIComponentTheme](#uicomponenttheme), [SerieData](#seriedata), [ComponentTheme](#componenttheme), [SerieTheme](#serietheme), [ThemeStyle](#themestyle)
> 子类: [AnimationStyle](#animationstyle), [AxisName](#axisname), [AxisSplitArea](#axissplitarea), [AreaStyle](#areastyle), [ArrowStyle](#arrowstyle), [BaseLine](#baseline), [IconStyle](#iconstyle), [ImageStyle](#imagestyle), [ItemStyle](#itemstyle), [Level](#level), [LevelStyle](#levelstyle), [LineArrow](#linearrow), [LineStyle](#linestyle), [Location](#location), [MarqueeStyle](#marqueestyle), [Padding](#padding), [StageColor](#stagecolor), [SymbolStyle](#symbolstyle), [TextLimit](#textlimit), [TextStyle](#textstyle), [CommentItem](#commentitem), [CommentMarkStyle](#commentmarkstyle), [LabelLine](#labelline), [LabelStyle](#labelstyle), [MarkAreaData](#markareadata), [MarkLineData](#marklinedata), [StateStyle](#statestyle), [VisualMapRange](#visualmaprange), [UIComponentTheme](#uicomponenttheme), [SerieData](#seriedata), [ComponentTheme](#componenttheme), [SerieTheme](#serietheme), [ThemeStyle](#themestyle)
## Comment ## Comment
> 全名: XCharts.Runtime.Comment > XCharts.Runtime.Comment : [MainComponent](#maincomponent), [IPropertyChanged](#ipropertychanged)
> 继承: [MainComponent](#maincomponent), [IPropertyChanged](#ipropertychanged)
图表注解组件。 图表注解组件。
@@ -671,8 +632,7 @@ slug: /configuration
## CommentItem ## CommentItem
> 全名: XCharts.Runtime.CommentItem > XCharts.Runtime.CommentItem : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
注解项。 注解项。
@@ -695,8 +655,7 @@ slug: /configuration
## CommentMarkStyle ## CommentMarkStyle
> 全名: XCharts.Runtime.CommentMarkStyle > XCharts.Runtime.CommentMarkStyle : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
注解项区域样式。 注解项区域样式。
@@ -715,9 +674,7 @@ slug: /configuration
## ComponentTheme ## ComponentTheme
> 全名: XCharts.Runtime.ComponentTheme > XCharts.Runtime.ComponentTheme : [ChildComponent](#childcomponent) / Subclasses: [BaseAxisTheme](#baseaxistheme), [DataZoomTheme](#datazoomtheme), [LegendTheme](#legendtheme), [SubTitleTheme](#subtitletheme), [TitleTheme](#titletheme), [TooltipTheme](#tooltiptheme), [VisualMapTheme](#visualmaptheme)
> 继承: [ChildComponent](#childcomponent)
> 子类: [BaseAxisTheme](#baseaxistheme), [DataZoomTheme](#datazoomtheme), [LegendTheme](#legendtheme), [SubTitleTheme](#subtitletheme), [TitleTheme](#titletheme), [TooltipTheme](#tooltiptheme), [VisualMapTheme](#visualmaptheme)
```mdx-code-block ```mdx-code-block
<APITable name="ComponentTheme"> <APITable name="ComponentTheme">
@@ -737,17 +694,13 @@ slug: /configuration
## CoordSystem ## CoordSystem
> 全名: XCharts.Runtime.CoordSystem > XCharts.Runtime.CoordSystem : [MainComponent](#maincomponent) / Subclasses: [RadarCoord](#radarcoord), [CalendarCoord](#calendarcoord), [GridCoord](#gridcoord), [ParallelCoord](#parallelcoord), [PolarCoord](#polarcoord), [SingleAxisCoord](#singleaxiscoord)
> 继承: [MainComponent](#maincomponent)
> 子类: [RadarCoord](#radarcoord), [CalendarCoord](#calendarcoord), [GridCoord](#gridcoord), [ParallelCoord](#parallelcoord), [PolarCoord](#polarcoord), [SingleAxisCoord](#singleaxiscoord)
坐标系系统。 坐标系系统。
## DataZoom ## DataZoom
> 全名: XCharts.Runtime.DataZoom > XCharts.Runtime.DataZoom : [MainComponent](#maincomponent), [IUpdateRuntimeData](#iupdateruntimedata)
> 继承: [MainComponent](#maincomponent), [IUpdateRuntimeData](#iupdateruntimedata)
DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息,或者概览数据整体,或者去除离群点的影响。 DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息,或者概览数据整体,或者去除离群点的影响。
@@ -796,8 +749,7 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息
## DataZoomTheme ## DataZoomTheme
> 全名: XCharts.Runtime.DataZoomTheme > XCharts.Runtime.DataZoomTheme : [ComponentTheme](#componenttheme)
> 继承: [ComponentTheme](#componenttheme)
```mdx-code-block ```mdx-code-block
<APITable name="DataZoomTheme"> <APITable name="DataZoomTheme">
@@ -819,7 +771,8 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息
## DebugInfo ## DebugInfo
> 全名: XCharts.Runtime.DebugInfo > XCharts.Runtime.DebugInfo
```mdx-code-block ```mdx-code-block
<APITable name="DebugInfo"> <APITable name="DebugInfo">
``` ```
@@ -838,14 +791,11 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息
## EffectScatter ## EffectScatter
> 全名: XCharts.Runtime.EffectScatter > XCharts.Runtime.EffectScatter : [BaseScatter](#basescatter)
> 继承: [BaseScatter](#basescatter)
## EmphasisStyle ## EmphasisStyle
> 全名: XCharts.Runtime.EmphasisStyle > XCharts.Runtime.EmphasisStyle : [StateStyle](#statestyle), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> 继承: [StateStyle](#statestyle), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> 从 `v3.2.0` 开始支持 > 从 `v3.2.0` 开始支持
@@ -867,14 +817,11 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息
## EndLabelStyle ## EndLabelStyle
> 全名: XCharts.Runtime.EndLabelStyle > XCharts.Runtime.EndLabelStyle : [LabelStyle](#labelstyle)
> 继承: [LabelStyle](#labelstyle)
## GridCoord ## GridCoord
> 全名: XCharts.Runtime.GridCoord > XCharts.Runtime.GridCoord : [CoordSystem](#coordsystem), [IUpdateRuntimeData](#iupdateruntimedata), [ISerieContainer](#iseriecontainer)
> 继承: [CoordSystem](#coordsystem), [IUpdateRuntimeData](#iupdateruntimedata), [ISerieContainer](#iseriecontainer)
Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart can be drawn in grid. Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart can be drawn in grid.
@@ -900,8 +847,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## Heatmap ## Heatmap
> 全名: XCharts.Runtime.Heatmap > XCharts.Runtime.Heatmap : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
> 继承: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
```mdx-code-block ```mdx-code-block
<APITable name="Heatmap"> <APITable name="Heatmap">
@@ -917,8 +863,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## IconStyle ## IconStyle
> 全名: XCharts.Runtime.IconStyle > XCharts.Runtime.IconStyle : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="IconStyle"> <APITable name="IconStyle">
@@ -943,8 +888,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## ImageStyle ## ImageStyle
> 全名: XCharts.Runtime.ImageStyle > XCharts.Runtime.ImageStyle : [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> 继承: [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
```mdx-code-block ```mdx-code-block
<APITable name="ImageStyle"> <APITable name="ImageStyle">
@@ -966,7 +910,8 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## Indicator ## Indicator
> 全名: XCharts.Runtime.Indicator > XCharts.Runtime.Indicator
雷达图的指示器,用来指定雷达图中的多个变量(维度)。 雷达图的指示器,用来指定雷达图中的多个变量(维度)。
```mdx-code-block ```mdx-code-block
@@ -1005,50 +950,37 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## INeedSerieContainer ## INeedSerieContainer
> 全名: XCharts.Runtime.INeedSerieContainer > XCharts.Runtime.INeedSerieContainer / Subclasses: [Bar](#bar), [SimplifiedBar](#simplifiedbar), [Candlestick](#candlestick), [SimplifiedCandlestick](#simplifiedcandlestick), [Heatmap](#heatmap), [Line](#line), [SimplifiedLine](#simplifiedline), [Parallel](#parallel), [Radar](#radar), [BaseScatter](#basescatter)
> 子类: [Bar](#bar), [SimplifiedBar](#simplifiedbar), [Candlestick](#candlestick), [SimplifiedCandlestick](#simplifiedcandlestick), [Heatmap](#heatmap), [Line](#line), [SimplifiedLine](#simplifiedline), [Parallel](#parallel), [Radar](#radar), [BaseScatter](#basescatter)
## IPropertyChanged ## IPropertyChanged
> 全名: XCharts.Runtime.IPropertyChanged > XCharts.Runtime.IPropertyChanged / Subclasses: [Location](#location), [Comment](#comment), [Legend](#legend), [Title](#title)
> 子类: [Location](#location), [Comment](#comment), [Legend](#legend), [Title](#title)
属性变更接口 属性变更接口
## ISerieComponent ## ISerieComponent
> 全名: XCharts.Runtime.ISerieComponent > XCharts.Runtime.ISerieComponent / Subclasses: [AreaStyle](#areastyle), [ImageStyle](#imagestyle), [LineArrow](#linearrow), [LabelLine](#labelline), [LabelStyle](#labelstyle), [BlurStyle](#blurstyle), [EmphasisStyle](#emphasisstyle), [SelectStyle](#selectstyle), [TitleStyle](#titlestyle)
> 子类: [AreaStyle](#areastyle), [ImageStyle](#imagestyle), [LineArrow](#linearrow), [LabelLine](#labelline), [LabelStyle](#labelstyle), [BlurStyle](#blurstyle), [EmphasisStyle](#emphasisstyle), [SelectStyle](#selectstyle), [TitleStyle](#titlestyle)
可用于Serie的组件。 可用于Serie的组件。
## ISerieContainer ## ISerieContainer
> 全名: XCharts.Runtime.ISerieContainer > XCharts.Runtime.ISerieContainer / Subclasses: [RadarCoord](#radarcoord), [CalendarCoord](#calendarcoord), [GridCoord](#gridcoord), [ParallelCoord](#parallelcoord), [PolarCoord](#polarcoord)
> 子类: [RadarCoord](#radarcoord), [CalendarCoord](#calendarcoord), [GridCoord](#gridcoord), [ParallelCoord](#parallelcoord), [PolarCoord](#polarcoord)
## ISerieDataComponent ## ISerieDataComponent
> 全名: XCharts.Runtime.ISerieDataComponent > XCharts.Runtime.ISerieDataComponent / Subclasses: [AreaStyle](#areastyle), [ImageStyle](#imagestyle), [ItemStyle](#itemstyle), [LineStyle](#linestyle), [SerieSymbol](#seriesymbol), [LabelLine](#labelline), [LabelStyle](#labelstyle), [BlurStyle](#blurstyle), [EmphasisStyle](#emphasisstyle), [SelectStyle](#selectstyle), [TitleStyle](#titlestyle)
> 子类: [AreaStyle](#areastyle), [ImageStyle](#imagestyle), [ItemStyle](#itemstyle), [LineStyle](#linestyle), [SerieSymbol](#seriesymbol), [LabelLine](#labelline), [LabelStyle](#labelstyle), [BlurStyle](#blurstyle), [EmphasisStyle](#emphasisstyle), [SelectStyle](#selectstyle), [TitleStyle](#titlestyle)
可用于SerieData的组件。 可用于SerieData的组件。
## ISimplifiedSerie ## ISimplifiedSerie
> 全名: XCharts.Runtime.ISimplifiedSerie > XCharts.Runtime.ISimplifiedSerie / Subclasses: [SimplifiedBar](#simplifiedbar), [SimplifiedCandlestick](#simplifiedcandlestick), [SimplifiedLine](#simplifiedline)
> 子类: [SimplifiedBar](#simplifiedbar), [SimplifiedCandlestick](#simplifiedcandlestick), [SimplifiedLine](#simplifiedline)
## ItemStyle ## ItemStyle
> 全名: XCharts.Runtime.ItemStyle > XCharts.Runtime.ItemStyle : [ChildComponent](#childcomponent), [ISerieDataComponent](#iseriedatacomponent)
> 继承: [ChildComponent](#childcomponent), [ISerieDataComponent](#iseriedatacomponent)
图形样式。 图形样式。
@@ -1085,14 +1017,11 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## IUpdateRuntimeData ## IUpdateRuntimeData
> 全名: XCharts.Runtime.IUpdateRuntimeData > XCharts.Runtime.IUpdateRuntimeData / Subclasses: [SingleAxis](#singleaxis), [DataZoom](#datazoom), [CalendarCoord](#calendarcoord), [GridCoord](#gridcoord), [ParallelCoord](#parallelcoord)
> 子类: [SingleAxis](#singleaxis), [DataZoom](#datazoom), [CalendarCoord](#calendarcoord), [GridCoord](#gridcoord), [ParallelCoord](#parallelcoord)
## LabelLine ## LabelLine
> 全名: XCharts.Runtime.LabelLine > XCharts.Runtime.LabelLine : [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> 继承: [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
标签的引导线 标签的引导线
@@ -1119,9 +1048,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## LabelStyle ## LabelStyle
> 全名: XCharts.Runtime.LabelStyle > XCharts.Runtime.LabelStyle : [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent) / Subclasses: [AxisLabel](#axislabel), [EndLabelStyle](#endlabelstyle), [TitleStyle](#titlestyle)
> 继承: [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> 子类: [AxisLabel](#axislabel), [EndLabelStyle](#endlabelstyle), [TitleStyle](#titlestyle)
图形上的文本标签,可用于说明图形的一些数据信息,比如值,名称等。 图形上的文本标签,可用于说明图形的一些数据信息,比如值,名称等。
@@ -1153,24 +1080,21 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## Lang ## Lang
> 全名: XCharts.Runtime.Lang > XCharts.Runtime.Lang : [ScriptableObject](https://docs.unity3d.com/ScriptReference/30_search.html?q=ScriptableObject)
> 继承: [ScriptableObject](#scriptableobject)
国际化语言表。 国际化语言表。
## LangCandlestick ## LangCandlestick
> 全名: XCharts.Runtime.LangCandlestick > XCharts.Runtime.LangCandlestick
## LangTime ## LangTime
> 全名: XCharts.Runtime.LangTime > XCharts.Runtime.LangTime
## Legend ## Legend
> 全名: XCharts.Runtime.Legend > XCharts.Runtime.Legend : [MainComponent](#maincomponent), [IPropertyChanged](#ipropertychanged)
> 继承: [MainComponent](#maincomponent), [IPropertyChanged](#ipropertychanged)
图例组件。 图例组件展现了不同系列的标记,颜色和名字。可以通过点击图例控制哪些系列不显示。 图例组件。 图例组件展现了不同系列的标记,颜色和名字。可以通过点击图例控制哪些系列不显示。
@@ -1206,8 +1130,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## LegendTheme ## LegendTheme
> 全名: XCharts.Runtime.LegendTheme > XCharts.Runtime.LegendTheme : [ComponentTheme](#componenttheme)
> 继承: [ComponentTheme](#componenttheme)
```mdx-code-block ```mdx-code-block
<APITable name="LegendTheme"> <APITable name="LegendTheme">
@@ -1223,8 +1146,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## Level ## Level
> 全名: XCharts.Runtime.Level > XCharts.Runtime.Level : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="Level"> <APITable name="Level">
@@ -1242,8 +1164,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## LevelStyle ## LevelStyle
> 全名: XCharts.Runtime.LevelStyle > XCharts.Runtime.LevelStyle : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="LevelStyle"> <APITable name="LevelStyle">
@@ -1260,14 +1181,11 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## Line ## Line
> 全名: XCharts.Runtime.Line > XCharts.Runtime.Line : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
> 继承: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
## LineArrow ## LineArrow
> 全名: XCharts.Runtime.LineArrow > XCharts.Runtime.LineArrow : [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent)
> 继承: [ChildComponent](#childcomponent), [ISerieComponent](#iseriecomponent)
```mdx-code-block ```mdx-code-block
<APITable name="LineArrow"> <APITable name="LineArrow">
@@ -1285,8 +1203,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## LineStyle ## LineStyle
> 全名: XCharts.Runtime.LineStyle > XCharts.Runtime.LineStyle : [ChildComponent](#childcomponent), [ISerieDataComponent](#iseriedatacomponent)
> 继承: [ChildComponent](#childcomponent), [ISerieDataComponent](#iseriedatacomponent)
线条样式。 注: 修改 lineStyle 中的颜色不会影响图例颜色,如果需要图例颜色和折线图颜色一致,需修改 itemStyle.color线条颜色默认也会取该颜色。 toColortoColor2可设置水平方向的渐变如需要设置垂直方向的渐变可使用VisualMap。 线条样式。 注: 修改 lineStyle 中的颜色不会影响图例颜色,如果需要图例颜色和折线图颜色一致,需修改 itemStyle.color线条颜色默认也会取该颜色。 toColortoColor2可设置水平方向的渐变如需要设置垂直方向的渐变可使用VisualMap。
@@ -1311,8 +1228,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## Location ## Location
> 全名: XCharts.Runtime.Location > XCharts.Runtime.Location : [ChildComponent](#childcomponent), [IPropertyChanged](#ipropertychanged)
> 继承: [ChildComponent](#childcomponent), [IPropertyChanged](#ipropertychanged)
位置类型。通过Align快速设置大体位置再通过leftrighttopbottom微调具体位置。 位置类型。通过Align快速设置大体位置再通过leftrighttopbottom微调具体位置。
@@ -1334,15 +1250,11 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## MainComponent ## MainComponent
> 全名: XCharts.Runtime.MainComponent > XCharts.Runtime.MainComponent : [IComparable](https://docs.unity3d.com/ScriptReference/30_search.html?q=IComparable) / Subclasses: [Axis](#axis), [Background](#background), [Comment](#comment), [DataZoom](#datazoom), [Legend](#legend), [MarkArea](#markarea), [MarkLine](#markline), [Settings](#settings), [Title](#title), [Tooltip](#tooltip), [VisualMap](#visualmap), [CoordSystem](#coordsystem)
> 继承: [IComparable](https://docs.unity3d.com/ScriptReference/30_search.html?q=IComparable)
> 子类: [Axis](#axis), [Background](#background), [Comment](#comment), [DataZoom](#datazoom), [Legend](#legend), [MarkArea](#markarea), [MarkLine](#markline), [Settings](#settings), [Title](#title), [Tooltip](#tooltip), [VisualMap](#visualmap), [CoordSystem](#coordsystem)
## MarkArea ## MarkArea
> 全名: XCharts.Runtime.MarkArea > XCharts.Runtime.MarkArea : [MainComponent](#maincomponent)
> 继承: [MainComponent](#maincomponent)
图表标域,常用于标记图表中某个范围的数据。 图表标域,常用于标记图表中某个范围的数据。
@@ -1366,8 +1278,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## MarkAreaData ## MarkAreaData
> 全名: XCharts.Runtime.MarkAreaData > XCharts.Runtime.MarkAreaData : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
标域的数据。 标域的数据。
@@ -1391,8 +1302,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## MarkLine ## MarkLine
> 全名: XCharts.Runtime.MarkLine > XCharts.Runtime.MarkLine : [MainComponent](#maincomponent)
> 继承: [MainComponent](#maincomponent)
图表标线。 图表标线。
@@ -1413,8 +1323,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## MarkLineData ## MarkLineData
> 全名: XCharts.Runtime.MarkLineData > XCharts.Runtime.MarkLineData : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
图表标线的数据。 图表标线的数据。
@@ -1444,8 +1353,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## MarqueeStyle ## MarqueeStyle
> 全名: XCharts.Runtime.MarqueeStyle > XCharts.Runtime.MarqueeStyle : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
> 从 `v3.5.0` 开始支持 > 从 `v3.5.0` 开始支持
@@ -1468,9 +1376,7 @@ Marquee style. It can be used for the DataZoom component. 选取框样式。可
## Padding ## Padding
> 全名: XCharts.Runtime.Padding > XCharts.Runtime.Padding : [ChildComponent](#childcomponent) / Subclasses: [TextPadding](#textpadding)
> 继承: [ChildComponent](#childcomponent)
> 子类: [TextPadding](#textpadding)
边距设置。 边距设置。
@@ -1492,20 +1398,15 @@ Marquee style. It can be used for the DataZoom component. 选取框样式。可
## Parallel ## Parallel
> 全名: XCharts.Runtime.Parallel > XCharts.Runtime.Parallel : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
> 继承: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
## ParallelAxis ## ParallelAxis
> 全名: XCharts.Runtime.ParallelAxis > XCharts.Runtime.ParallelAxis : [Axis](#axis)
> 继承: [Axis](#axis)
## ParallelCoord ## ParallelCoord
> 全名: XCharts.Runtime.ParallelCoord > XCharts.Runtime.ParallelCoord : [CoordSystem](#coordsystem), [IUpdateRuntimeData](#iupdateruntimedata), [ISerieContainer](#iseriecontainer)
> 继承: [CoordSystem](#coordsystem), [IUpdateRuntimeData](#iupdateruntimedata), [ISerieContainer](#iseriecontainer)
Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart can be drawn in grid. Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart can be drawn in grid.
@@ -1529,20 +1430,15 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## Pie ## Pie
> 全名: XCharts.Runtime.Pie > XCharts.Runtime.Pie : [Serie](#serie)
> 继承: [Serie](#serie)
## PolarAxisTheme ## PolarAxisTheme
> 全名: XCharts.Runtime.PolarAxisTheme > XCharts.Runtime.PolarAxisTheme : [BaseAxisTheme](#baseaxistheme)
> 继承: [BaseAxisTheme](#baseaxistheme)
## PolarCoord ## PolarCoord
> 全名: XCharts.Runtime.PolarCoord > XCharts.Runtime.PolarCoord : [CoordSystem](#coordsystem), [ISerieContainer](#iseriecontainer)
> 继承: [CoordSystem](#coordsystem), [ISerieContainer](#iseriecontainer)
极坐标系组件。 极坐标系,可以用于散点图和折线图。每个极坐标系拥有一个角度轴和一个半径轴。 极坐标系组件。 极坐标系,可以用于散点图和折线图。每个极坐标系拥有一个角度轴和一个半径轴。
@@ -1563,8 +1459,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## Radar ## Radar
> 全名: XCharts.Runtime.Radar > XCharts.Runtime.Radar : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
> 继承: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer)
```mdx-code-block ```mdx-code-block
<APITable name="Radar"> <APITable name="Radar">
@@ -1580,59 +1475,43 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
## RadarAxisTheme ## RadarAxisTheme
> 全名: XCharts.Runtime.RadarAxisTheme > XCharts.Runtime.RadarAxisTheme : [BaseAxisTheme](#baseaxistheme)
> 继承: [BaseAxisTheme](#baseaxistheme)
## RadarCoord ## RadarCoord
> 全名: XCharts.Runtime.RadarCoord > XCharts.Runtime.RadarCoord : [CoordSystem](#coordsystem), [ISerieContainer](#iseriecontainer)
> 继承: [CoordSystem](#coordsystem), [ISerieContainer](#iseriecontainer)
Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适用于雷达图。 Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适用于雷达图。
## RadiusAxis ## RadiusAxis
> 全名: XCharts.Runtime.RadiusAxis > XCharts.Runtime.RadiusAxis : [Axis](#axis)
> 继承: [Axis](#axis)
极坐标系的径向轴。 极坐标系的径向轴。
## RadiusAxisTheme ## RadiusAxisTheme
> 全名: XCharts.Runtime.RadiusAxisTheme > XCharts.Runtime.RadiusAxisTheme : [BaseAxisTheme](#baseaxistheme)
> 继承: [BaseAxisTheme](#baseaxistheme)
## Ring ## Ring
> 全名: XCharts.Runtime.Ring > XCharts.Runtime.Ring : [Serie](#serie)
> 继承: [Serie](#serie)
## Scatter ## Scatter
> 全名: XCharts.Runtime.Scatter > XCharts.Runtime.Scatter : [BaseScatter](#basescatter)
> 继承: [BaseScatter](#basescatter)
## SelectStyle ## SelectStyle
> 全名: XCharts.Runtime.SelectStyle > XCharts.Runtime.SelectStyle : [StateStyle](#statestyle), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> 继承: [StateStyle](#statestyle), [ISerieComponent](#iseriecomponent), [ISerieDataComponent](#iseriedatacomponent)
> 从 `v3.2.0` 开始支持 > 从 `v3.2.0` 开始支持
选中状态样式。 选中状态样式。
## Serie ## Serie
> 全名: XCharts.Runtime.Serie > XCharts.Runtime.Serie : [BaseSerie](#baseserie), [IComparable](https://docs.unity3d.com/ScriptReference/30_search.html?q=IComparable) / Subclasses: [SerieHandler&lt;T&gt;](#seriehandlert), [Bar](#bar), [SimplifiedBar](#simplifiedbar), [Candlestick](#candlestick), [SimplifiedCandlestick](#simplifiedcandlestick), [Heatmap](#heatmap), [Line](#line), [SimplifiedLine](#simplifiedline), [Parallel](#parallel), [Pie](#pie), [Radar](#radar), [Ring](#ring), [BaseScatter](#basescatter)
> 继承: [BaseSerie](#baseserie), [IComparable](https://docs.unity3d.com/ScriptReference/30_search.html?q=IComparable)
> 子类: [SerieHandler<T>](#seriehandler<t>), [Bar](#bar), [SimplifiedBar](#simplifiedbar), [Candlestick](#candlestick), [SimplifiedCandlestick](#simplifiedcandlestick), [Heatmap](#heatmap), [Line](#line), [SimplifiedLine](#simplifiedline), [Parallel](#parallel), [Pie](#pie), [Radar](#radar), [Ring](#ring), [BaseScatter](#basescatter)
系列。系列一般由数据和配置组成,用来表示具体的图表图形,如折线图的一条折线,柱图的一组柱子等。一个图表中可以包含多个不同类型的系列。 系列。系列一般由数据和配置组成,用来表示具体的图表图形,如折线图的一条折线,柱图的一组柱子等。一个图表中可以包含多个不同类型的系列。
@@ -1719,8 +1598,7 @@ Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适
## SerieData ## SerieData
> 全名: XCharts.Runtime.SerieData > XCharts.Runtime.SerieData : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
系列中的一个数据项。可存储数据名和1-n维个数据。 系列中的一个数据项。可存储数据名和1-n维个数据。
@@ -1746,8 +1624,7 @@ Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适
## SerieSymbol ## SerieSymbol
> 全名: XCharts.Runtime.SerieSymbol > XCharts.Runtime.SerieSymbol : [SymbolStyle](#symbolstyle), [ISerieDataComponent](#iseriedatacomponent)
> 继承: [SymbolStyle](#symbolstyle), [ISerieDataComponent](#iseriedatacomponent)
系列数据项的标记的图形 系列数据项的标记的图形
@@ -1774,8 +1651,7 @@ Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适
## SerieTheme ## SerieTheme
> 全名: XCharts.Runtime.SerieTheme > XCharts.Runtime.SerieTheme : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="SerieTheme"> <APITable name="SerieTheme">
@@ -1801,8 +1677,7 @@ Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适
## Settings ## Settings
> 全名: XCharts.Runtime.Settings > XCharts.Runtime.Settings : [MainComponent](#maincomponent)
> 继承: [MainComponent](#maincomponent)
全局参数设置组件。一般情况下可使用默认值,当有需要时可进行调整。 全局参数设置组件。一般情况下可使用默认值,当有需要时可进行调整。
@@ -1833,26 +1708,19 @@ Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适
## SimplifiedBar ## SimplifiedBar
> 全名: XCharts.Runtime.SimplifiedBar > XCharts.Runtime.SimplifiedBar : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer), [ISimplifiedSerie](#isimplifiedserie)
> 继承: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer), [ISimplifiedSerie](#isimplifiedserie)
## SimplifiedCandlestick ## SimplifiedCandlestick
> 全名: XCharts.Runtime.SimplifiedCandlestick > XCharts.Runtime.SimplifiedCandlestick : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer), [ISimplifiedSerie](#isimplifiedserie)
> 继承: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer), [ISimplifiedSerie](#isimplifiedserie)
## SimplifiedLine ## SimplifiedLine
> 全名: XCharts.Runtime.SimplifiedLine > XCharts.Runtime.SimplifiedLine : [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer), [ISimplifiedSerie](#isimplifiedserie)
> 继承: [Serie](#serie), [INeedSerieContainer](#ineedseriecontainer), [ISimplifiedSerie](#isimplifiedserie)
## SingleAxis ## SingleAxis
> 全名: XCharts.Runtime.SingleAxis > XCharts.Runtime.SingleAxis : [Axis](#axis), [IUpdateRuntimeData](#iupdateruntimedata)
> 继承: [Axis](#axis), [IUpdateRuntimeData](#iupdateruntimedata)
单轴。 单轴。
@@ -1876,14 +1744,11 @@ Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适
## SingleAxisCoord ## SingleAxisCoord
> 全名: XCharts.Runtime.SingleAxisCoord > XCharts.Runtime.SingleAxisCoord : [CoordSystem](#coordsystem)
> 继承: [CoordSystem](#coordsystem)
## StageColor ## StageColor
> 全名: XCharts.Runtime.StageColor > XCharts.Runtime.StageColor : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="StageColor"> <APITable name="StageColor">
@@ -1900,9 +1765,7 @@ Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适
## StateStyle ## StateStyle
> 全名: XCharts.Runtime.StateStyle > XCharts.Runtime.StateStyle : [ChildComponent](#childcomponent) / Subclasses: [BlurStyle](#blurstyle), [EmphasisStyle](#emphasisstyle), [SelectStyle](#selectstyle)
> 继承: [ChildComponent](#childcomponent)
> 子类: [BlurStyle](#blurstyle), [EmphasisStyle](#emphasisstyle), [SelectStyle](#selectstyle)
> 从 `v3.2.0` 开始支持 > 从 `v3.2.0` 开始支持
@@ -1928,15 +1791,11 @@ Serie的状态样式。Serie的状态有正常高亮淡出选中四种
## SubTitleTheme ## SubTitleTheme
> 全名: XCharts.Runtime.SubTitleTheme > XCharts.Runtime.SubTitleTheme : [ComponentTheme](#componenttheme)
> 继承: [ComponentTheme](#componenttheme)
## SymbolStyle ## SymbolStyle
> 全名: XCharts.Runtime.SymbolStyle > XCharts.Runtime.SymbolStyle : [ChildComponent](#childcomponent) / Subclasses: [SerieSymbol](#seriesymbol)
> 继承: [ChildComponent](#childcomponent)
> 子类: [SerieSymbol](#seriesymbol)
系列数据项的标记的图形 系列数据项的标记的图形
@@ -1963,8 +1822,7 @@ Serie的状态样式。Serie的状态有正常高亮淡出选中四种
## TextLimit ## TextLimit
> 全名: XCharts.Runtime.TextLimit > XCharts.Runtime.TextLimit : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
文本字符限制和自适应。当文本长度超过设定的长度时进行裁剪,并将后缀附加在最后。 只在类目轴中有效。 文本字符限制和自适应。当文本长度超过设定的长度时进行裁剪,并将后缀附加在最后。 只在类目轴中有效。
@@ -1985,16 +1843,13 @@ Serie的状态样式。Serie的状态有正常高亮淡出选中四种
## TextPadding ## TextPadding
> 全名: XCharts.Runtime.TextPadding > XCharts.Runtime.TextPadding : [Padding](#padding)
> 继承: [Padding](#padding)
文本的内边距设置。 文本的内边距设置。
## TextStyle ## TextStyle
> 全名: XCharts.Runtime.TextStyle > XCharts.Runtime.TextStyle : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
文本的相关设置。 文本的相关设置。
@@ -2026,8 +1881,7 @@ Serie的状态样式。Serie的状态有正常高亮淡出选中四种
## Theme ## Theme
> 全名: XCharts.Runtime.Theme > XCharts.Runtime.Theme : [ScriptableObject](https://docs.unity3d.com/ScriptReference/30_search.html?q=ScriptableObject)
> 继承: [ScriptableObject](#scriptableobject)
主题相关配置。 主题相关配置。
@@ -2060,8 +1914,7 @@ Serie的状态样式。Serie的状态有正常高亮淡出选中四种
## ThemeStyle ## ThemeStyle
> 全名: XCharts.Runtime.ThemeStyle > XCharts.Runtime.ThemeStyle : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
主题相关配置。 主题相关配置。
@@ -2085,8 +1938,7 @@ Serie的状态样式。Serie的状态有正常高亮淡出选中四种
## Title ## Title
> 全名: XCharts.Runtime.Title > XCharts.Runtime.Title : [MainComponent](#maincomponent), [IPropertyChanged](#ipropertychanged)
> 继承: [MainComponent](#maincomponent), [IPropertyChanged](#ipropertychanged)
标题组件,包含主标题和副标题。 标题组件,包含主标题和副标题。
@@ -2110,22 +1962,17 @@ Serie的状态样式。Serie的状态有正常高亮淡出选中四种
## TitleStyle ## TitleStyle
> 全名: XCharts.Runtime.TitleStyle > XCharts.Runtime.TitleStyle : [LabelStyle](#labelstyle), [ISerieDataComponent](#iseriedatacomponent), [ISerieComponent](#iseriecomponent)
> 继承: [LabelStyle](#labelstyle), [ISerieDataComponent](#iseriedatacomponent), [ISerieComponent](#iseriecomponent)
标题相关设置。 标题相关设置。
## TitleTheme ## TitleTheme
> 全名: XCharts.Runtime.TitleTheme > XCharts.Runtime.TitleTheme : [ComponentTheme](#componenttheme)
> 继承: [ComponentTheme](#componenttheme)
## Tooltip ## Tooltip
> 全名: XCharts.Runtime.Tooltip > XCharts.Runtime.Tooltip : [MainComponent](#maincomponent)
> 继承: [MainComponent](#maincomponent)
提示框组件。 提示框组件。
@@ -2173,8 +2020,7 @@ Serie的状态样式。Serie的状态有正常高亮淡出选中四种
## TooltipTheme ## TooltipTheme
> 全名: XCharts.Runtime.TooltipTheme > XCharts.Runtime.TooltipTheme : [ComponentTheme](#componenttheme)
> 继承: [ComponentTheme](#componenttheme)
```mdx-code-block ```mdx-code-block
<APITable name="TooltipTheme"> <APITable name="TooltipTheme">
@@ -2195,8 +2041,7 @@ Serie的状态样式。Serie的状态有正常高亮淡出选中四种
## UIComponentTheme ## UIComponentTheme
> 全名: XCharts.Runtime.UIComponentTheme > XCharts.Runtime.UIComponentTheme : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="UIComponentTheme"> <APITable name="UIComponentTheme">
@@ -2214,8 +2059,7 @@ Serie的状态样式。Serie的状态有正常高亮淡出选中四种
## VisualMap ## VisualMap
> 全名: XCharts.Runtime.VisualMap > XCharts.Runtime.VisualMap : [MainComponent](#maincomponent)
> 继承: [MainComponent](#maincomponent)
视觉映射组件。用于进行『视觉编码』,也就是将数据映射到视觉元素(视觉通道)。 视觉映射组件。用于进行『视觉编码』,也就是将数据映射到视觉元素(视觉通道)。
@@ -2258,8 +2102,7 @@ Serie的状态样式。Serie的状态有正常高亮淡出选中四种
## VisualMapRange ## VisualMapRange
> 全名: XCharts.Runtime.VisualMapRange > XCharts.Runtime.VisualMapRange : [ChildComponent](#childcomponent)
> 继承: [ChildComponent](#childcomponent)
```mdx-code-block ```mdx-code-block
<APITable name="VisualMapRange"> <APITable name="VisualMapRange">
@@ -2278,8 +2121,7 @@ Serie的状态样式。Serie的状态有正常高亮淡出选中四种
## VisualMapTheme ## VisualMapTheme
> 全名: XCharts.Runtime.VisualMapTheme > XCharts.Runtime.VisualMapTheme : [ComponentTheme](#componenttheme)
> 继承: [ComponentTheme](#componenttheme)
```mdx-code-block ```mdx-code-block
<APITable name="VisualMapTheme"> <APITable name="VisualMapTheme">
@@ -2298,20 +2140,17 @@ Serie的状态样式。Serie的状态有正常高亮淡出选中四种
## XAxis ## XAxis
> 全名: XCharts.Runtime.XAxis > XCharts.Runtime.XAxis : [Axis](#axis)
> 继承: [Axis](#axis)
直角坐标系 grid 中的 x 轴。 直角坐标系 grid 中的 x 轴。
## XCResourcesImporter ## XCResourcesImporter
> 全名: XCharts.Runtime.XCResourcesImporter > XCharts.Runtime.XCResourcesImporter
## XCSettings ## XCSettings
> 全名: XCharts.Runtime.XCSettings > XCharts.Runtime.XCSettings : [ScriptableObject](https://docs.unity3d.com/ScriptReference/30_search.html?q=ScriptableObject)
> 继承: [ScriptableObject](#scriptableobject)
```mdx-code-block ```mdx-code-block
<APITable name="XCSettings"> <APITable name="XCSettings">
@@ -2363,9 +2202,7 @@ Serie的状态样式。Serie的状态有正常高亮淡出选中四种
## YAxis ## YAxis
> 全名: XCharts.Runtime.YAxis > XCharts.Runtime.YAxis : [Axis](#axis)
> 继承: [Axis](#axis)
直角坐标系 grid 中的 y 轴。 直角坐标系 grid 中的 y 轴。