![]() |
AirControl
1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
|
The base class of all charts. 所有Chart的基类。 More...
Public Member Functions | |
void | RefreshChart () |
Redraw chart in next frame. 在下一帧刷新图表。 More... | |
virtual void | ClearData () |
Remove all series and legend data. It just emptying all of serie's data without emptying the list of series. 清除所有数据,系列中只是移除数据,列表会保留。 More... | |
virtual void | RemoveData () |
Remove all data from series and legend. The series list is also cleared. 清除所有系列和图例数据,系列的列表也会被清除。 More... | |
virtual void | RemoveData (string serieName) |
Remove legend and serie by name. 清除指定系列名称的数据。 More... | |
virtual Serie | AddSerie (SerieType type, string serieName=null, bool show=true, bool addToHead=false) |
Add a serie to serie list. 添加一个系列到系列列表中。 More... | |
virtual Serie | AddSerie (string serieType, string serieName=null, bool show=true, bool addToHead=false) |
Add a serie to serie list. 通过字符串类型的serieType添加一个系列到系列列表中。如果serieType不是已定义的SerieType类型,则设置为Custom类型。 More... | |
virtual Serie | InsertSerie (int index, SerieType serieType, string serieName=null, bool show=true) |
virtual SerieData | AddData (string serieName, double data, string dataName=null) |
Add a data to serie. If serieName doesn't exist in legend,will be add to legend. 添加一个数据到指定的系列中。 More... | |
virtual SerieData | AddData (int serieIndex, double data, string dataName=null) |
Add a data to serie. 添加一个数据到指定的系列中。 More... | |
virtual SerieData | AddData (string serieName, List< double > multidimensionalData, string dataName=null) |
Add an arbitray dimension data to serie,such as (x,y,z,...). 添加多维数据(x,y,z...)到指定的系列中。 More... | |
virtual SerieData | AddData (int serieIndex, List< double > multidimensionalData, string dataName=null) |
Add an arbitray dimension data to serie,such as (x,y,z,...). 添加多维数据(x,y,z...)到指定的系列中。 More... | |
virtual SerieData | AddData (string serieName, double xValue, double yValue, string dataName=null) |
Add a (x,y) data to serie. 添加(x,y)数据到指定系列中。 More... | |
virtual SerieData | AddData (int serieIndex, double xValue, double yValue, string dataName=null) |
Add a (x,y) data to serie. 添加(x,y)数据到指定系列中。 More... | |
virtual SerieData | AddData (int serieIndex, double open, double close, double lowest, double heighest, string dataName=null) |
virtual bool | UpdateData (string serieName, int dataIndex, double value) |
Update serie data by serie name. 更新指定系列中的指定索引数据。 More... | |
virtual bool | UpdateData (int serieIndex, int dataIndex, double value) |
Update serie data by serie index. 更新指定系列中的指定索引数据。 More... | |
virtual bool | UpdateData (string serieName, int dataIndex, List< double > multidimensionalData) |
更新指定系列指定索引的数据项的多维数据。 More... | |
virtual bool | UpdateData (int serieIndex, int dataIndex, List< double > multidimensionalData) |
更新指定系列指定索引的数据项的多维数据。 More... | |
virtual bool | UpdateData (string serieName, int dataIndex, int dimension, double value) |
更新指定系列指定索引指定维数的数据。维数从0开始。 More... | |
virtual bool | UpdateData (int serieIndex, int dataIndex, int dimension, double value) |
更新指定系列指定索引指定维数的数据。维数从0开始。 More... | |
virtual bool | UpdateDataName (string serieName, int dataIndex, string dataName) |
Update serie data name. 更新指定系列中的指定索引数据名称。 More... | |
virtual bool | UpdateDataName (int serieIndex, int dataIndex, string dataName) |
Update serie data name. 更新指定系列中的指定索引数据名称。 More... | |
virtual void | SetActive (string serieName, bool active) |
Whether to show serie. 设置指定系列是否显示。 More... | |
virtual void | SetActive (int serieIndex, bool active) |
Whether to show serie. 设置指定系列是否显示。 More... | |
virtual void | UpdateLegendColor (string legendName, bool active) |
virtual bool | IsActive (string serieName) |
Whether serie is activated. 获取指定系列是否显示。 More... | |
virtual bool | IsActive (int serieIndex) |
Whether serie is activated. 获取指定系列是否显示。 More... | |
virtual bool | IsActiveByLegend (string legendName) |
Whether serie is activated. 获得指定图例名字的系列是否显示。 More... | |
void | RefreshLabel () |
刷新文本标签Label,重新初始化,当有改动Label参数时手动调用改接口 More... | |
void | RefreshTooltip () |
刷新Tooltip组件。 More... | |
bool | UpdateTheme (Theme theme) |
Update chart theme. 切换内置主题。 More... | |
void | UpdateTheme (ChartTheme theme) |
Update chart theme info. 切换图表主题。 More... | |
void | AnimationEnable (bool flag) |
Whether series animation enabel. 启用或关闭起始动画。 More... | |
void | AnimationFadeIn () |
fadeIn animation. 开始渐入动画。 More... | |
void | AnimationFadeOut () |
fadeIn animation. 开始渐出动画。 More... | |
void | AnimationPause () |
Pause animation. 暂停动画。 More... | |
void | AnimationResume () |
Stop play animation. 继续动画。 More... | |
void | AnimationReset () |
Reset animation. 重置动画。 More... | |
void | ClickLegendButton (int legendIndex, string legendName, bool show) |
点击图例按钮 More... | |
bool | IsInChart (Vector2 local) |
坐标是否在图表范围内 More... | |
bool | IsInChart (float x, float y) |
void | ClampInChart (ref Vector3 pos) |
Vector3 | GetTitlePosition (Title title) |
bool | ContainsSerie (SerieType serieType) |
virtual bool | AddDefaultCustomSerie (string serieName, int dataCount=5) |
virtual string[] | GetCustomSerieInspectorShowFileds () |
virtual string[][] | GetCustomSerieInspectorCustomFileds () |
virtual string[] | GetCustomChartInspectorShowFileds () |
virtual string | GetCustomSerieTypeName () |
virtual bool | GetCustomSerieDataNameForColor () |
int | GetLegendRealShowNameIndex (string name) |
virtual void | InitCustomSerieTooltip (ref StringBuilder stringBuilder, Serie serie, int index) |
void | SetBasePainterMaterial (Material material) |
设置Base Painter的材质球 More... | |
void | SetSeriePainterMaterial (Material material) |
设置Serie Painter的材质球 More... | |
void | SetTopPainterMaterial (Material material) |
设置Top Painter的材质球 More... | |
void | RemoveVessel () |
移除所有容器组件。 More... | |
void | AddVessel (Vessel vessel) |
添加容器组件。 More... | |
Vessel | AddVessel (Vessel.Shape shape, Vector2 center, float radius) |
添加容器组件。 More... | |
Vessel | GetVessel (int vesselIndex) |
获得指定索引的容器组件。 More... | |
void | RemoveRadar () |
移除所有雷达坐标系组件。 More... | |
void | RemoveIndicator (int radarIndex) |
移除指定Radar的所有Indicator。 More... | |
void | AddRadar (Radar radar) |
添加雷达坐标系组件。 More... | |
Radar | AddRadar (Radar.Shape shape, Vector2 center, float radius, int splitNumber=5, float lineWidth=0f, bool showIndicator=true, bool showSplitArea=true) |
添加雷达坐标系组件。 More... | |
bool | AddIndicator (int radarIndex, Radar.Indicator indicator) |
Radar.Indicator | AddIndicator (int radarIndex, string name, float min, float max) |
添加指示器。 More... | |
bool | UpdateIndicator (int radarIndex, int indicatorIndex, string name, float min, float max) |
更新指示器。 More... | |
Radar | GetRadar (int radarIndex) |
获得指定索引的雷达坐标系组件。 More... | |
Radar.Indicator | GetIndicator (int radarIndex, int indicatorIndex) |
获得指定雷达坐标系组件指定索引的指示器。 More... | |
Painter | GetPainter (int index) |
void | RefreshBasePainter () |
void | RefreshTopPainter () |
void | RefreshPainter (int index) |
void | RefreshPainter (Serie serie) |
void | SetPainterActive (int index, bool flag) |
void | Internal_CheckAnimation () |
virtual void | OnDataZoomRangeChanged (DataZoom dataZoom) |
override void | OnPointerDown (PointerEventData eventData) |
override void | OnBeginDrag (PointerEventData eventData) |
override void | OnDrag (PointerEventData eventData) |
override void | OnEndDrag (PointerEventData eventData) |
override void | OnScroll (PointerEventData eventData) |
void | DrawSymbol (VertexHelper vh, SerieSymbolType type, float symbolSize, float tickness, Vector3 pos, Color32 color, Color32 toColor, Color32 fillColor, float gap, float[] cornerRadius) |
void | DrawSymbol (VertexHelper vh, SerieSymbolType type, float symbolSize, float tickness, Vector3 pos, Color32 color, Color32 toColor, Color32 fillColor, float gap, float[] cornerRadius, Vector3 startPos) |
void | DrawLabelBackground (VertexHelper vh, Serie serie, SerieData serieData) |
Protected Member Functions | |
override void | InitComponent () |
override void | Awake () |
override void | Start () |
override void | Update () |
virtual void | CheckTheme () |
override void | CheckComponent () |
override void | SetAllComponentDirty () |
override void | OnDestroy () |
virtual void | CheckPainter () |
override void | InitPainter () |
void | AddSerieLabel (Serie serie, SerieData serieData, ref int count) |
override bool | IsNeedCheckPointerPos () |
virtual void | CheckTootipArea (Vector2 localPostion, bool isActivedOther) |
override void | CheckRefreshChart () |
override void | CheckRefreshPainter () |
void | CheckRefreshLabel () |
virtual void | OnRefreshLabel () |
override void | OnSizeChanged () |
override void | OnLocalPositionChanged () |
virtual void | OnThemeChanged () |
virtual void | OnYMaxValueChanged () |
virtual void | OnLegendButtonClick (int index, string legendName, bool show) |
virtual void | OnLegendButtonEnter (int index, string legendName) |
virtual void | OnLegendButtonExit (int index, string legendName) |
virtual void | UpdateTooltip () |
override void | OnDrawPainterBase (VertexHelper vh, Painter painter) |
virtual void | OnDrawPainterSerie (VertexHelper vh, Painter painter) |
virtual void | OnDrawPainterTop (VertexHelper vh, Painter painter) |
virtual void | DrawPainterSerie (VertexHelper vh, Serie serie) |
virtual void | DrawPainterTop (VertexHelper vh) |
virtual void | DrawTooltip (VertexHelper vh) |
override void | DrawBackground (VertexHelper vh) |
virtual void | DrawLegend (VertexHelper vh) |
int | GetPainterIndexBySerie (Serie serie) |
Protected Attributes | |
string | m_ChartName |
ChartTheme | m_Theme |
Settings | m_Settings |
List< Title > | m_Titles = new List<Title>() { Title.defaultTitle } |
List< Legend > | m_Legends = new List<Legend>() { Legend.defaultLegend } |
List< Tooltip > | m_Tooltips = new List<Tooltip>() { Tooltip.defaultTooltip } |
List< Grid > | m_Grids = new List<Grid>() |
List< XAxis > | m_XAxes = new List<XAxis>() |
List< YAxis > | m_YAxes = new List<YAxis>() |
List< DataZoom > | m_DataZooms = new List<DataZoom>() |
List< VisualMap > | m_VisualMaps = new List<VisualMap>() |
List< Vessel > | m_Vessels = new List<Vessel>() |
List< Polar > | m_Polars = new List<Polar>() |
List< RadiusAxis > | m_RadiusAxes = new List<RadiusAxis>() |
List< AngleAxis > | m_AngleAxes = new List<AngleAxis>() |
List< Radar > | m_Radars = new List<Radar>() |
Series | m_Series = Series.defaultSeries |
float | m_ChartWidth |
float | m_ChartHeight |
float | m_ChartX |
float | m_ChartY |
Vector3 | m_ChartPosition = Vector3.zero |
Vector2 | m_ChartMinAnchor |
Vector2 | m_ChartMaxAnchor |
Vector2 | m_ChartPivot |
Vector2 | m_ChartSizeDelta |
Rect | m_ChartRect = new Rect(0, 0, 0, 0) |
Action< VertexHelper > | m_OnCustomDrawBaseCallback |
Action< VertexHelper > | m_OnCustomDrawTopCallback |
Action< VertexHelper, Serie > | m_OnCustomDrawSerieBeforeCallback |
Action< VertexHelper, Serie > | m_OnCustomDrawSerieAfterCallback |
Action< PointerEventData, int, int > | m_OnPointerClickPie |
bool | m_RefreshLabel = false |
List< string > | m_LegendRealShowName = new List<string>() |
List< Painter > | m_PainterList = new List<Painter>() |
GameObject | m_SerieLabelRoot |
List< IDrawSerie > | m_DrawSeries = new List<IDrawSerie>() |
List< IComponentHandler > | m_ComponentHandlers = new List<IComponentHandler>() |
Properties | |
string | chartName [get, set] |
The name of chart. More... | |
ChartTheme | theme [get, set] |
The theme. More... | |
Title? | title [get] |
The title setting of chart. 标题组件 More... | |
List< Title > | titles [get] |
Legend? | legend [get] |
The legend setting of chart. 图例组件 More... | |
List< Legend > | legends [get] |
Tooltip? | tooltip [get] |
The tooltip setting of chart. 提示框组件 More... | |
Series | series [get] |
The series setting of chart. 系列列表 More... | |
Settings | settings [get] |
Global parameter setting component. 全局设置组件。 More... | |
DataZoom? | dataZoom [get] |
dataZoom component. 区域缩放组件。 More... | |
List< DataZoom > | dataZooms [get] |
VisualMap? | visualMap [get] |
visualMap component. 视觉映射组件。 More... | |
List< VisualMap > | visualMaps [get] |
float | chartX [get] |
The x of chart. 图表的X More... | |
float | chartY [get] |
The y of chart. 图表的Y More... | |
float | chartWidth [get] |
The width of chart. 图表的宽 More... | |
float | chartHeight [get] |
The height of chart. 图表的高 More... | |
Vector2 | chartMinAnchor [get] |
Vector2 | chartMaxAnchor [get] |
Vector2 | chartPivot [get] |
Vector2 | chartSizeDelta [get] |
Vector3 | chartPosition [get] |
The position of chart. 图表的左下角起始坐标。 More... | |
Rect | chartRect [get] |
Action< VertexHelper > | onCustomDraw [set] |
自定义绘制回调。在绘制Serie前调用。 More... | |
Action< VertexHelper, Serie > | onCustomDrawBeforeSerie [set] |
自定义Serie绘制回调。在每个Serie绘制完前调用。 More... | |
Action< VertexHelper, Serie > | onCustomDrawAfterSerie [set] |
自定义Serie绘制回调。在每个Serie绘制完后调用。 More... | |
Action< VertexHelper > | onCustomDrawTop [set] |
自定义Top绘制回调。在绘制Tooltip前调用。 More... | |
Action< PointerEventData, int, int > | onPointerClickPie [get, set] |
the callback function of click pie area. 点击饼图区域回调。参数:PointerEventData,SerieIndex,SerieDataIndex More... | |
Vessel? | vessel [get] |
List< Vessel > | vessels [get] |
容器组件列表。 More... | |
Polar? | polar [get] |
极坐标。 More... | |
AngleAxis? | angleAxis [get] |
Angle axis of Polar Coordinate. 极坐标系的角度轴。 More... | |
RadiusAxis? | radiusAxis [get] |
Radial axis of polar coordinate. 极坐标系的径向轴。 More... | |
Radar? | radar [get] |
List< Radar > | radars [get] |
雷达坐标系组件列表。 More... | |
The base class of all charts. 所有Chart的基类。
Definition at line 21 of file BaseChart_API.cs.
|
inlinevirtual |
Add a data to serie. 添加一个数据到指定的系列中。
serieIndex | the index of serie |
data | the data to add |
dataName | the name of data |
Definition at line 260 of file BaseChart_API.cs.
|
inlinevirtual |
Add a (x,y) data to serie. 添加(x,y)数据到指定系列中。
serieIndex | the index of serie |
xValue | x data |
yValue | y data |
dataName | the name of data |
Definition at line 354 of file BaseChart_API.cs.
|
inlinevirtual |
Add an arbitray dimension data to serie,such as (x,y,z,...). 添加多维数据(x,y,z...)到指定的系列中。
serieIndex | the index of serie,index starts at 0 |
multidimensionalData | the (x,y,z,...) data |
dataName | the name of data |
Definition at line 306 of file BaseChart_API.cs.
|
inlinevirtual |
Add a data to serie. If serieName doesn't exist in legend,will be add to legend. 添加一个数据到指定的系列中。
serieName | the name of serie |
data | the data to add |
dataName | the name of data |
Definition at line 237 of file BaseChart_API.cs.
|
inlinevirtual |
Add a (x,y) data to serie. 添加(x,y)数据到指定系列中。
serieName | the name of serie |
xValue | x data |
yValue | y data |
dataName | the name of data |
Definition at line 330 of file BaseChart_API.cs.
|
inlinevirtual |
Add an arbitray dimension data to serie,such as (x,y,z,...). 添加多维数据(x,y,z...)到指定的系列中。
serieName | the name of serie |
multidimensionalData | the (x,y,z,...) data |
dataName | the name of data |
Definition at line 283 of file BaseChart_API.cs.
|
inline |
添加指示器。
radarIndex | 雷达坐标系组件索引,从0开始 |
name | 指示器名称 |
min | 指示器最小值 |
max | 指示器最大值 |
Definition at line 91 of file RadarChart_API.cs.
|
inline |
|
inline |
添加雷达坐标系组件。
shape | 形状,圆形还是多边形 |
center | 中心点,0-1浮点数时表示百分比 |
radius | 半径,0-1浮点数时表示百分比 |
splitNumber | 指示器轴的分割段数 |
lineWidth | 线条宽 |
showIndicator | 是否显示指示器名称 |
showSplitArea | 是否显示分割区域 |
Definition at line 59 of file RadarChart_API.cs.
|
inlinevirtual |
Add a serie to serie list. 添加一个系列到系列列表中。
serieName | the name of serie |
type | the type of serie |
show | whether to show this serie |
Definition at line 199 of file BaseChart_API.cs.
|
inlinevirtual |
Add a serie to serie list. 通过字符串类型的serieType添加一个系列到系列列表中。如果serieType不是已定义的SerieType类型,则设置为Custom类型。
serieType | |
serieName | |
show |
Definition at line 212 of file BaseChart_API.cs.
|
inline |
|
inline |
|
inline |
Whether series animation enabel. 启用或关闭起始动画。
flag |
Definition at line 656 of file BaseChart_API.cs.
|
inline |
fadeIn animation. 开始渐入动画。
Definition at line 665 of file BaseChart_API.cs.
|
inline |
fadeIn animation. 开始渐出动画。
Definition at line 674 of file BaseChart_API.cs.
|
inline |
Pause animation. 暂停动画。
Definition at line 683 of file BaseChart_API.cs.
|
inline |
Reset animation. 重置动画。
Definition at line 701 of file BaseChart_API.cs.
|
inline |
Stop play animation. 继续动画。
Definition at line 692 of file BaseChart_API.cs.
|
inlinevirtual |
Remove all series and legend data. It just emptying all of serie's data without emptying the list of series. 清除所有数据,系列中只是移除数据,列表会保留。
Definition at line 151 of file BaseChart_API.cs.
|
inline |
点击图例按钮
legendIndex | 图例按钮索引 |
legendName | 图例按钮名称 |
show | 显示还是隐藏 |
Definition at line 712 of file BaseChart_API.cs.
|
inline |
获得指定雷达坐标系组件指定索引的指示器。
radarIndex | |
indicatorIndex |
Definition at line 131 of file RadarChart_API.cs.
|
inline |
|
inline |
|
inlinevirtual |
Whether serie is activated. 获取指定系列是否显示。
serieIndex | the index of serie |
Definition at line 570 of file BaseChart_API.cs.
|
inlinevirtual |
Whether serie is activated. 获取指定系列是否显示。
serieName | the name of serie |
Definition at line 559 of file BaseChart_API.cs.
|
inlinevirtual |
Whether serie is activated. 获得指定图例名字的系列是否显示。
legendName |
Definition at line 581 of file BaseChart_API.cs.
|
inline |
|
inline |
Redraw chart in next frame. 在下一帧刷新图表。
Definition at line 140 of file BaseChart_API.cs.
|
inline |
刷新文本标签Label,重新初始化,当有改动Label参数时手动调用改接口
Definition at line 607 of file BaseChart_API.cs.
|
inline |
|
inlinevirtual |
Remove all data from series and legend. The series list is also cleared. 清除所有系列和图例数据,系列的列表也会被清除。
Definition at line 166 of file BaseChart_API.cs.
|
inlinevirtual |
Remove legend and serie by name. 清除指定系列名称的数据。
serieName | the name of serie |
Definition at line 183 of file BaseChart_API.cs.
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Whether to show serie. 设置指定系列是否显示。
serieIndex | the index of serie |
active | Active or not |
Definition at line 528 of file BaseChart_API.cs.
|
inlinevirtual |
Whether to show serie. 设置指定系列是否显示。
serieName | the name of serie |
active | Active or not |
Definition at line 513 of file BaseChart_API.cs.
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Update serie data by serie index. 更新指定系列中的指定索引数据。
serieIndex | the index of serie |
dataIndex | the index of data |
value | the data will be update |
Definition at line 407 of file BaseChart_API.cs.
|
inlinevirtual |
更新指定系列指定索引指定维数的数据。维数从0开始。
serieIndex | |
dataIndex | |
dimension | 指定维数,从0开始 |
value |
Definition at line 473 of file BaseChart_API.cs.
|
inlinevirtual |
更新指定系列指定索引的数据项的多维数据。
serieIndex | |
dataIndex | |
multidimensionalData | 一个数据项的多维数据列表,而不是多个数据项的数据 |
Definition at line 439 of file BaseChart_API.cs.
|
inlinevirtual |
Update serie data by serie name. 更新指定系列中的指定索引数据。
serieName | the name of serie |
dataIndex | the index of data |
value | the data will be update |
Definition at line 390 of file BaseChart_API.cs.
|
inlinevirtual |
更新指定系列指定索引指定维数的数据。维数从0开始。
serieName | |
dataIndex | |
dimension | 指定维数,从0开始 |
value |
Definition at line 456 of file BaseChart_API.cs.
|
inlinevirtual |
更新指定系列指定索引的数据项的多维数据。
serieName | |
dataIndex | |
multidimensionalData | 一个数据项的多维数据列表,而不是多个数据项的数据 |
Definition at line 423 of file BaseChart_API.cs.
|
inlinevirtual |
Update serie data name. 更新指定系列中的指定索引数据名称。
serieIndex | |
dataName | |
dataIndex |
Definition at line 502 of file BaseChart_API.cs.
|
inlinevirtual |
Update serie data name. 更新指定系列中的指定索引数据名称。
serieName | |
dataIndex | |
dataName |
Definition at line 490 of file BaseChart_API.cs.
|
inline |
更新指示器。
radarIndex | 雷达坐标系组件的索引,从0开始 |
indicatorIndex | 指示器索引,从0开始 |
name | 指示器名称 |
min | 指示器最小值 |
max | 指示器最大值 |
Definition at line 107 of file RadarChart_API.cs.
|
inline |
Update chart theme info. 切换图表主题。
theme | theme |
Definition at line 642 of file BaseChart_API.cs.
|
inline |
|
get |
Angle axis of Polar Coordinate. 极坐标系的角度轴。
Definition at line 20 of file PolarChart_API.cs.
|
get |
The height of chart. 图表的高
Definition at line 103 of file BaseChart_API.cs.
|
getset |
The name of chart.
Definition at line 27 of file BaseChart_API.cs.
|
get |
The position of chart. 图表的左下角起始坐标。
Definition at line 112 of file BaseChart_API.cs.
|
get |
The width of chart. 图表的宽
Definition at line 98 of file BaseChart_API.cs.
|
get |
The x of chart. 图表的X
Definition at line 88 of file BaseChart_API.cs.
|
get |
The y of chart. 图表的Y
Definition at line 93 of file BaseChart_API.cs.
|
get |
dataZoom component. 区域缩放组件。
Definition at line 76 of file BaseChart_API.cs.
|
get |
The legend setting of chart. 图例组件
Definition at line 55 of file BaseChart_API.cs.
|
set |
自定义绘制回调。在绘制Serie前调用。
Definition at line 117 of file BaseChart_API.cs.
|
set |
自定义Serie绘制回调。在每个Serie绘制完后调用。
Definition at line 125 of file BaseChart_API.cs.
|
set |
自定义Serie绘制回调。在每个Serie绘制完前调用。
Definition at line 121 of file BaseChart_API.cs.
|
set |
自定义Top绘制回调。在绘制Tooltip前调用。
Definition at line 129 of file BaseChart_API.cs.
|
getset |
the callback function of click pie area. 点击饼图区域回调。参数:PointerEventData,SerieIndex,SerieDataIndex
Definition at line 134 of file BaseChart_API.cs.
|
get |
极坐标。
Definition at line 15 of file PolarChart_API.cs.
|
get |
|
get |
Radial axis of polar coordinate. 极坐标系的径向轴。
Definition at line 25 of file PolarChart_API.cs.
|
get |
The series setting of chart. 系列列表
Definition at line 66 of file BaseChart_API.cs.
|
get |
Global parameter setting component. 全局设置组件。
Definition at line 71 of file BaseChart_API.cs.
|
getset |
The theme.
Definition at line 44 of file BaseChart_API.cs.
|
get |
The title setting of chart. 标题组件
Definition at line 49 of file BaseChart_API.cs.
|
get |
The tooltip setting of chart. 提示框组件
Definition at line 61 of file BaseChart_API.cs.
|
get |
|
get |
visualMap component. 视觉映射组件。
Definition at line 82 of file BaseChart_API.cs.