Files
XCharts/Documentation~/en/api.md
monitor1394 653b81cc48 3.10.0
2024-01-21 22:33:45 +08:00

160 KiB
Raw Blame History

sidebar_position, slug
sidebar_position slug
41 /api

Chart API

All Class

AngleAxis

class in XCharts.Runtime / Inherits from: Axis

Angle axis of Polar Coordinate.

public method since description
GetValueAngle() public float GetValueAngle(double value)
GetValueAngle() public float GetValueAngle(float value)
SetDefaultValue() public override void SetDefaultValue()

AngleAxisTheme

class in XCharts.Runtime / Inherits from: BaseAxisTheme

public method since description
AngleAxisTheme() public AngleAxisTheme(ThemeType theme) : base(theme) { }

AnimationAddition

class in XCharts.Runtime / Inherits from: AnimationInfo

Since v3.8.0

Data addition animation.

AnimationChange

class in XCharts.Runtime / Inherits from: AnimationInfo

Since v3.8.0

Data change animation.

AnimationFadeIn

class in XCharts.Runtime / Inherits from: AnimationInfo

Since v3.8.0

Fade in animation.

AnimationFadeOut

class in XCharts.Runtime / Inherits from: AnimationInfo

Since v3.8.0

Fade out animation.

AnimationHiding

class in XCharts.Runtime / Inherits from: AnimationInfo

Since v3.8.0

Data hiding animation.

AnimationInfo

class in XCharts.Runtime / Subclasses: AnimationFadeIn,AnimationFadeOut,AnimationChange,AnimationAddition,AnimationHiding,AnimationInteraction

Since v3.8.0

the animation info.

public method since description
End() public void End()
End animation.
GetIndexDelay() public float GetIndexDelay(int dataIndex)
Get animation delay.
Init() public bool Init(float curr, float dest, int totalPointIndex)
Initialize animation.
IsFinish() public bool IsFinish()
Whether animation is finish.
IsInDelay() public bool IsInDelay()
Whether animation is in delay.
IsInIndexDelay() public bool IsInIndexDelay(int dataIndex)
Whether animation is in index delay.
Pause() public void Pause()
Pause animation.
Reset() public void Reset()
Reset animation.
Resume() public void Resume()
Resume animation.
Start() public void Start(bool reset = true)
Start animation.

AnimationInfoContext

class in XCharts.Runtime

AnimationInteraction

class in XCharts.Runtime / Inherits from: AnimationInfo

Since v3.8.0

Interactive animation of charts.

public method since description
GetOffset() public float GetOffset()
GetOffset() public float GetOffset(float total)
GetRadius() public float GetRadius(float radius)
GetWidth() public float GetWidth(float width)

AnimationStyle

class in XCharts.Runtime / Inherits from: ChildComponent

the animation of serie. support animation type: fadeIn, fadeOut, change, addition.

public method since description
Addition() public void Addition()
Start additon animation.
CanCheckInteract() public bool CanCheckInteract()
CheckDetailBreak() public bool CheckDetailBreak(float detail)
CheckDetailBreak() public bool CheckDetailBreak(Vector3 pos, bool isYAxis)
CheckProgress() public void CheckProgress()
CheckProgress() public void CheckProgress(double total)
CheckSymbol() public void CheckSymbol(float dest)
FadeIn() public void FadeIn()
Start fadein animation.
FadeOut() public void FadeOut()
Start fadeout animation.
GetAdditionDuration() public float GetAdditionDuration()
GetChangeDuration() public float GetChangeDuration()
GetCurrDetail() public float GetCurrDetail()
GetCurrIndex() public int GetCurrIndex()
GetCurrRate() public float GetCurrRate()
GetInteractionDuration() public float GetInteractionDuration()
GetInteractionRadius() public float GetInteractionRadius(float radius)
GetSysmbolSize() public float GetSysmbolSize(float dest)
HasFadeOut() public bool HasFadeOut()
InitProgress() public void InitProgress(float curr, float dest)
Initialize animation configuration.
InitProgress() public void InitProgress(List<Vector3> paths, bool isY)
Initialize animation configuration.
IsDataAnimation() public bool IsDataAnimation()
whther animaiton is data animation. BottomToTop and InsideOut are data animation.
IsEnd() public bool IsEnd()
IsFadeIn() public bool IsFadeIn()
IsFadeOut() public bool IsFadeOut()
IsFinish() public bool IsFinish()
IsInDelay() public bool IsInDelay()
IsSerieAnimation() public bool IsSerieAnimation()
whther animaiton is serie animation. LeftToRight, AlongPath and Clockwise are serie animation.
Pause() public void Pause()
Pause all animations.
Reset() public void Reset()
Reset all animations.
Restart() public void Restart()
Restart the actived animation.
Resume() public void Resume()
Resume all animations.

AnimationStyleHelper

class in XCharts.Runtime

public method since description
CheckDataAnimation() public static float CheckDataAnimation(BaseChart chart, Serie serie, int dataIndex, float destProgress, float startPorgress = 0)
GetAnimationPosition() public static bool GetAnimationPosition(AnimationStyle animation, bool isY, Vector3 lp, Vector3 cp, float progress, ref Vector3 ip)
UpdateAnimationType() public static void UpdateAnimationType(AnimationStyle animation, AnimationType defaultType, bool enableSerieDataAnimation)
UpdateSerieAnimation() public static void UpdateSerieAnimation(Serie serie)

AreaStyle

class in XCharts.Runtime / Inherits from: ChildComponent,ISerieComponent,ISerieDataComponent

The style of area.

public method since description
GetColor() public Color32 GetColor()
GetColor() public Color32 GetColor(Color32 themeColor)

ArrowStyle

class in XCharts.Runtime / Inherits from: ChildComponent

public method since description
Clone() public ArrowStyle Clone()
Copy() public void Copy(ArrowStyle arrow)
GetColor() public Color32 GetColor(Color32 defaultColor)

Axis

class in XCharts.Runtime / Inherits from: MainComponent / Subclasses: AngleAxis,ParallelAxis,RadiusAxis,SingleAxis,XAxis,YAxis

The axis in rectangular coordinate.

public method since description
AddData() public void AddData(string category)
添加一个类目到类目数据列表
AddIcon() public void AddIcon(Sprite icon)
添加图标
ClearComponentDirty() public override void ClearComponentDirty()
ClearData() public override void ClearData()
清空类目数据
ClearVerticesDirty() public override void ClearVerticesDirty()
Clone() public Axis Clone()
Copy() public void Copy(Axis axis)
GetAddedDataCount() public int GetAddedDataCount()
get the history data count.
GetData() public string GetData(int index)
获得指定索引的类目数据
GetData() public string GetData(int index, DataZoom dataZoom)
获得在dataZoom范围内指定索引的类目数据
GetDistance() public float GetDistance(double value, float axisLength)
获得值在坐标轴上的距离
GetIcon() public Sprite GetIcon(int index)
GetLabelValue() public double GetLabelValue(int index)
GetLastLabelValue() public double GetLastLabelValue()
GetLogMaxIndex() public double GetLogMaxIndex()
GetLogMinIndex() public double GetLogMinIndex()
GetLogValue() public float GetLogValue(double value)
GetValueLength() public float GetValueLength(double value, float axisLength)
IsBottom() public bool IsBottom()
IsCategory() public bool IsCategory()
是否为类目轴。
IsLeft() public bool IsLeft()
IsLog() public bool IsLog()
是否为对数轴。
IsNeedShowLabel() public bool IsNeedShowLabel(int index, int total = 0)
IsRight() public bool IsRight()
IsTime() public bool IsTime()
是否为时间轴。
IsTop() public bool IsTop()
IsValue() public bool IsValue()
是否为数值轴。
RemoveData() public void RemoveData(int dataIndex)
SetComponentDirty() public override void SetComponentDirty()
SetNeedUpdateFilterData() public void SetNeedUpdateFilterData()
UpdateData() public void UpdateData(int index, string category)
更新类目数据
UpdateIcon() public void UpdateIcon(int index, Sprite icon)
更新图标
UpdateZeroOffset() public void UpdateZeroOffset(float axisLength)

AxisAnimation

class in XCharts.Runtime / Inherits from: ChildComponent

Since v3.9.0

animation style of axis.

public method since description
Clone() public AxisAnimation Clone()
Copy() public void Copy(AxisAnimation animation)

AxisContext

class in XCharts.Runtime / Inherits from: MainComponentContext

AxisHandler<T>

class in XCharts / Inherits from: MainComponentHandler

AxisHelper

class in XCharts.Runtime

public method since description
AdjustCircleLabelPos() public static void AdjustCircleLabelPos(ChartLabel txt, Vector3 pos, Vector3 cenPos, float txtHig, Vector3 offset)
AdjustMinMaxValue() public static void AdjustMinMaxValue(Axis axis, ref double minValue, ref double maxValue, bool needFormat, double ceilRate = 0)
调整最大最小值
AdjustRadiusAxisLabelPos() public static void AdjustRadiusAxisLabelPos(ChartLabel txt, Vector3 pos, Vector3 cenPos, float txtHig, Vector3 offset)
GetAxisLineArrowOffset() public static float GetAxisLineArrowOffset(Axis axis)
包含箭头偏移的轴线长度
GetAxisPosition() public static float GetAxisPosition(GridCoord grid, Axis axis, double value, int dataCount = 0, DataZoom dataZoom = null)
GetAxisPositionValue() public static double GetAxisPositionValue(float xy, float axisLength, double axisRange, float axisStart, float axisOffset)
GetAxisPositionValue() public static double GetAxisPositionValue(GridCoord grid, Axis axis, Vector3 pos)
GetAxisValueDistance() public static float GetAxisValueDistance(GridCoord grid, Axis axis, float scaleWidth, double value)
获得数值value在坐标轴上相对起点的距离
GetAxisValueLength() public static float GetAxisValueLength(GridCoord grid, Axis axis, float scaleWidth, double value)
获得数值value在坐标轴上对应的长度
GetAxisValuePosition() public static float GetAxisValuePosition(GridCoord grid, Axis axis, float scaleWidth, double value)
获得数值value在坐标轴上的坐标位置
GetAxisValueSplitIndex() public static int GetAxisValueSplitIndex(Axis axis, double value, bool checkMaxCache, int totalSplitNumber = -1)
获得数值value在坐标轴上对应的split索引
GetAxisXOrY() public static float GetAxisXOrY(GridCoord grid, Axis axis, Axis relativedAxis)
GetDataWidth() public static float GetDataWidth(Axis axis, float coordinateWidth, int dataCount, DataZoom dataZoom)
获得一个类目数据在坐标系中代表的宽度
GetEachWidth() public static float GetEachWidth(Axis axis, float coordinateWidth, DataZoom dataZoom = null)
GetScaleNumber() public static int GetScaleNumber(Axis axis, float coordinateWidth, DataZoom dataZoom = null)
获得分割线条数
GetScaleWidth() public static float GetScaleWidth(Axis axis, float coordinateWidth, int index, DataZoom dataZoom = null)
获得分割段宽度
GetSplitNumber() public static int GetSplitNumber(Axis axis, float coordinateWid, DataZoom dataZoom)
获得分割段数
GetTotalSplitGridNum() public static int GetTotalSplitGridNum(Axis axis)
获得分割网格个数,包含次刻度
GetXAxisXOrY() public static float GetXAxisXOrY(GridCoord grid, Axis xAxis, Axis relativedAxis)
GetYAxisXOrY() public static float GetYAxisXOrY(GridCoord grid, Axis yAxis, Axis relativedAxis)
NeedShowSplit() public static bool NeedShowSplit(Axis axis)

AxisLabel

class in XCharts.Runtime / Inherits from: LabelStyle

Settings related to axis label.

public method since description
ClearComponentDirty() public override void ClearComponentDirty()
Clone() public new AxisLabel Clone()
Copy() public void Copy(AxisLabel axisLabel)
GetFormatterContent() public override string GetFormatterContent(int labelIndex, double value, double minValue, double maxValue, bool isLog = false)
GetFormatterContent() public override string GetFormatterContent(int labelIndex, string category)
IsNeedShowLabel() public bool IsNeedShowLabel(int index, int total)
SetRelatedText() public void SetRelatedText(ChartText txt, float labelWidth)

AxisLine

class in XCharts.Runtime / Inherits from: BaseLine

Settings related to axis line.

public method since description
Clone() public AxisLine Clone()
Copy() public void Copy(AxisLine axisLine)

AxisMinorSplitLine

class in XCharts.Runtime / Inherits from: BaseLine

Since v3.2.0

Minor split line of axis in grid area.

public method since description
ClearVerticesDirty() public override void ClearVerticesDirty()
Clone() public AxisMinorSplitLine Clone()
Copy() public void Copy(AxisMinorSplitLine splitLine)

AxisMinorTick

class in XCharts.Runtime / Inherits from: BaseLine

Since v3.2.0

Settings related to axis minor tick.

public method since description
ClearVerticesDirty() public override void ClearVerticesDirty()
Clone() public AxisMinorTick Clone()
Copy() public void Copy(AxisMinorTick axisTick)

AxisName

class in XCharts.Runtime / Inherits from: ChildComponent

the name of axis.

public method since description
Clone() public AxisName Clone()
Copy() public void Copy(AxisName axisName)

AxisSplitArea

class in XCharts.Runtime / Inherits from: ChildComponent

Split area of axis in grid area, not shown by default.

public method since description
Clone() public AxisSplitArea Clone()
Copy() public void Copy(AxisSplitArea splitArea)
GetColor() public Color32 GetColor(int index, BaseAxisTheme theme)

AxisSplitLine

class in XCharts.Runtime / Inherits from: BaseLine

Split line of axis in grid area.

public method since description
ClearVerticesDirty() public override void ClearVerticesDirty()
Clone() public AxisSplitLine Clone()
Copy() public void Copy(AxisSplitLine splitLine)

AxisTheme

class in XCharts.Runtime / Inherits from: BaseAxisTheme

public method since description
AxisTheme() public AxisTheme(ThemeType theme) : base(theme) { }

AxisTick

class in XCharts.Runtime / Inherits from: BaseLine

Settings related to axis tick.

public method since description
Clone() public AxisTick Clone()
Copy() public void Copy(AxisTick axisTick)

Background

class in XCharts.Runtime / Inherits from: MainComponent

Background component.

public method since description
SetDefaultValue() public override void SetDefaultValue()

Bar

class in XCharts.Runtime / Inherits from: Serie,INeedSerieContainer

public method since description
AddDefaultSerie() public static Serie AddDefaultSerie(BaseChart chart, string serieName)
ConvertSerie() public static Bar ConvertSerie(Serie serie)

BarChart

class in XCharts.Runtime / Inherits from: BaseChart

Bar chart shows different data through the height of a bar, which is used in rectangular coordinate with at least 1 category axis.

public method since description
DefaultBarChart() public void DefaultBarChart()
default bar chart.
DefaultCapsuleBarChart() public void DefaultCapsuleBarChart()
default capsule bar chart.
DefaultCapsuleColumnChart() public void DefaultCapsuleColumnChart()
default capsule column chart.
DefaultGroupedBarChart() public void DefaultGroupedBarChart()
default grouped bar chart.
DefaultGroupedColumnChart() public void DefaultGroupedColumnChart()
default grouped column chart.
DefaultPercentBarChart() public void DefaultPercentBarChart()
default percent bar chart.
DefaultPercentColumnChart() public void DefaultPercentColumnChart()
default percent column chart.
DefaultStackedBarChart() public void DefaultStackedBarChart()
default stacked bar chart.
DefaultStackedColumnChart() public void DefaultStackedColumnChart()
default stacked column chart.
DefaultZebraBarChart() public void DefaultZebraBarChart()
default zebra bar chart.
DefaultZebraColumnChart() public void DefaultZebraColumnChart()
default zebra column chart.

BaseAxisTheme

class in XCharts.Runtime / Inherits from: ComponentTheme / Subclasses: AxisTheme,RadiusAxisTheme,AngleAxisTheme,PolarAxisTheme,RadarAxisTheme

public method since description
BaseAxisTheme() public BaseAxisTheme(ThemeType theme) : base(theme)
Copy() public void Copy(BaseAxisTheme theme)

BaseChart

class in XCharts.Runtime / Inherits from: BaseGraph,ISerializationCallbackReceiver / Subclasses: BarChart,CandlestickChart,HeatmapChart,LineChart,ParallelChart,PieChart,PolarChart,RadarChart,RingChart,ScatterChart,SimplifiedBarChart,SimplifiedCandlestickChart,SimplifiedLineChart

public method since description
onAxisPointerValueChanged public Action<Axis, double> onAxisPointerValueChanged
坐标轴变更数据索引时回调。参数axis, dataIndex/dataValue
onDraw public Action<VertexHelper> onDraw
自定义绘制回调。在绘制Serie前调用。
onDrawAfterSerie public Action<VertexHelper, Serie> onDrawAfterSerie
自定义Serie绘制回调。在每个Serie绘制完后调用。
onDrawBeforeSerie public Action<VertexHelper, Serie> onDrawBeforeSerie
自定义Serie绘制回调。在每个Serie绘制完前调用。
onDrawTop public Action<VertexHelper> onDrawTop
自定义Top层绘制回调。在绘制Tooltip前调用。
onDrawUpper public Action<VertexHelper> onDrawUpper
自定义Upper层绘制回调。在绘制Tooltip前调用。
onInit public Action onInit
The callback function of chart init.
onLegendClick public Action<Legend, int, string, bool> onLegendClick
the callback function of click legend.
onLegendEnter public Action<Legend, int, string> onLegendEnter
the callback function of enter legend.
onLegendExit public Action<Legend, int, string> onLegendExit
the callback function of exit legend.
onPointerClickBar public Action<PointerEventData, int> onPointerClickBar
the callback function of click bar.
onPointerClickPie public Action<PointerEventData, int, int> onPointerClickPie
the callback function of pointer click pie area.
onPointerEnterPie public Action<int, int> onPointerEnterPie
the callback function of pointer enter pie area.
onSerieClick v3.6.0 public Action<SerieEventData> onSerieClick
the callback function of pointer click serie.
onSerieDown v3.6.0 public Action<SerieEventData> onSerieDown
the callback function of pointer down serie.
onSerieEnter v3.6.0 public Action<SerieEventData> onSerieEnter
the callback function of pointer enter serie.
onSerieExit v3.6.0 public Action<SerieEventData> onSerieExit
the callback function of pointer exit serie.
onUpdate public Action onUpdate
The callback function of chart update.
AddChartComponent() public MainComponent AddChartComponent(Type type)
AddChartComponent<T>() public T AddChartComponent<T>() where T : MainComponent
AddChartComponentWhenNoExist<T>() public T AddChartComponentWhenNoExist<T>() where T : MainComponent
AddData() public SerieData AddData(int serieIndex, DateTime time, double yValue, string dataName = null, string dataId = null)
Add a (time,y) data to serie.
AddData() public SerieData AddData(int serieIndex, double data, string dataName = null, string dataId = null)
Add a data to serie.
AddData() public SerieData AddData(int serieIndex, double indexOrTimestamp, double open, double close, double lowest, double heighest, string dataName = null, string dataId = null)
AddData() public SerieData AddData(int serieIndex, double xValue, double yValue, string dataName = null, string dataId = null)
Add a (x,y) data to serie.
AddData() public SerieData AddData(int serieIndex, List<double> multidimensionalData, string dataName = null, string dataId = null)
Add an arbitray dimension data to serie,such as (x,y,z,...).
AddData() public SerieData AddData(int serieIndex, params double[] multidimensionalData)
Add an arbitray dimension data to serie,such as (x,y,z,...).
AddData() public SerieData AddData(string serieName, DateTime time, double yValue, string dataName = null, string dataId = null)
Add a (time,y) data to serie.
AddData() public SerieData AddData(string serieName, double data, string dataName = null, string dataId = null)
Add a data to serie.
AddData() public SerieData AddData(string serieName, double indexOrTimestamp, double open, double close, double lowest, double heighest, string dataName = null, string dataId = null)
AddData() public SerieData AddData(string serieName, double xValue, double yValue, string dataName = null, string dataId = null)
Add a (x,y) data to serie.
AddData() public SerieData AddData(string serieName, List<double> multidimensionalData, string dataName = null, string dataId = null)
Add an arbitray dimension data to serie,such as (x,y,z,...).
AddData() public SerieData AddData(string serieName, params double[] multidimensionalData)
Add an arbitray dimension data to serie,such as (x,y,z,...).
AddLink() public SerieDataLink AddLink(int serieIndex, string sourceName, string targetName, double value)
Add a link data to serie.
AddSerie<T>() public T AddSerie<T>(string serieName = null, bool show = true, bool addToHead = false) where T : Serie
AddXAxisData() public void AddXAxisData(string category, int xAxisIndex = 0)
Add a category data to xAxis.
AddXAxisIcon() public void AddXAxisIcon(Sprite icon, int xAxisIndex = 0)
Add an icon to xAxis.
AddYAxisData() public void AddYAxisData(string category, int yAxisIndex = 0)
Add a category data to yAxis.
AddYAxisIcon() public void AddYAxisIcon(Sprite icon, int yAxisIndex = 0)
Add an icon to yAxis.
AnimationEnable() public void AnimationEnable(bool flag)
Whether enable serie animations.
AnimationFadeIn() public void AnimationFadeIn(bool reset = true)
Start all serie fadein animations.
AnimationFadeOut() public void AnimationFadeOut()
Start all serie fadeout animations.
AnimationPause() public void AnimationPause()
Pause all animations.
AnimationReset() public void AnimationReset()
Reset all animations.
AnimationResume() public void AnimationResume()
Resume all animations.
CanAddChartComponent() public bool CanAddChartComponent(Type type)
CanAddSerie() public bool CanAddSerie(Type type)
CanAddSerie<T>() public bool CanAddSerie<T>() where T : Serie
CancelTooltip() v3.7.0 public void CancelTooltip()
cancel tooltip.
CanMultipleComponent() public bool CanMultipleComponent(Type type)
ClampInChart() public void ClampInChart(ref Vector3 pos)
ClampInGrid() public Vector3 ClampInGrid(GridCoord grid, Vector3 pos)
ClearComponentData() v3.4.0 public virtual void ClearComponentData()
Clear the data of all components.
ClearData() public virtual void ClearData()
Clear all components and series data. Note: serie only empties the data and does not remove serie.
ClearSerieData() v3.4.0 public virtual void ClearSerieData()
Clear the data of all series.
ClearSerieLinks() v3.10.0 public virtual void ClearSerieLinks()
Clear the link data of all series.
ClickLegendButton() public void ClickLegendButton(int legendIndex, string legendName, bool show)
点击图例按钮
ConvertSerie() public bool ConvertSerie(Serie serie, Type type)
ConvertSerie<T>() public bool ConvertSerie<T>(Serie serie) where T : Serie
ConvertXYAxis() public void ConvertXYAxis(int index)
转换X轴和Y轴的配置
EnsureChartComponent<T>() v3.6.0 public T EnsureChartComponent<T>() where T : MainComponent
Ensure the chart has the component, if not, add it. Note: it may fail to add.
GenerateDefaultSerieName() public string GenerateDefaultSerieName()
GetAllSerieDataCount() public int GetAllSerieDataCount()
GetChartBackgroundColor() public Color32 GetChartBackgroundColor()
GetChartComponent<T>() public T GetChartComponent<T>(int index = 0) where T : MainComponent
GetChartComponentNum() public int GetChartComponentNum(Type type)
GetChartComponentNum<T>() public int GetChartComponentNum<T>() where T : MainComponent
GetChartComponents<T>() public List<MainComponent> GetChartComponents<T>() where T : MainComponent
GetData() public double GetData(int serieIndex, int dataIndex, int dimension = 1)
GetData() public double GetData(string serieName, int dataIndex, int dimension = 1)
GetDataZoomOfAxis() public DataZoom GetDataZoomOfAxis(Axis axis)
GetDataZoomOfSerie() public void GetDataZoomOfSerie(Serie serie, out DataZoom xDataZoom, out DataZoom yDataZoom)
GetGrid() public GridCoord GetGrid(Vector2 local)
GetGridOfDataZoom() public GridCoord GetGridOfDataZoom(DataZoom dataZoom)
GetItemColor() public Color32 GetItemColor(Serie serie)
GetItemColor() public Color32 GetItemColor(Serie serie, SerieData serieData)
GetItemColor() public Color32 GetItemColor(Serie serie, SerieData serieData, int colorIndex)
GetLegendRealShowNameColor() public Color32 GetLegendRealShowNameColor(string name)
GetLegendRealShowNameIndex() public int GetLegendRealShowNameIndex(string name)
GetMarkColor() v3.4.0 public Color32 GetMarkColor(Serie serie, SerieData serieData)
获得Serie的标识颜色。
GetOrAddChartComponent<T>() public T GetOrAddChartComponent<T>() where T : MainComponent
GetPainter() public Painter GetPainter(int index)
GetSerie() public Serie GetSerie(int serieIndex)
GetSerie() public Serie GetSerie(string serieName)
GetSerie<T>() public T GetSerie<T>() where T : Serie
GetSerie<T>() public T GetSerie<T>(int serieIndex) where T : Serie
GetSerieBarGap<T>() public float GetSerieBarGap<T>() where T : Serie
GetSerieBarRealCount<T>() public int GetSerieBarRealCount<T>() where T : Serie
GetSerieIndexIfStack<T>() public int GetSerieIndexIfStack<T>(Serie currSerie) where T : Serie
GetSerieSameStackTotalValue<T>() public double GetSerieSameStackTotalValue<T>(string stack, int dataIndex) where T : Serie
GetSeriesMinMaxValue() public virtual void GetSeriesMinMaxValue(Axis axis, int axisIndex, out double tempMinValue, out double tempMaxValue)
GetSerieTotalGap<T>() public float GetSerieTotalGap<T>(float categoryWidth, float gap, int index) where T : Serie
GetSerieTotalWidth<T>() public float GetSerieTotalWidth<T>(float categoryWidth, float gap, int realBarCount) where T : Serie
GetTitlePosition() public Vector3 GetTitlePosition(Title title)
GetVisualMapOfSerie() public VisualMap GetVisualMapOfSerie(Serie serie)
GetXDataZoomOfSerie() public DataZoom GetXDataZoomOfSerie(Serie serie)
GetXLerpColor() public Color32 GetXLerpColor(Color32 areaColor, Color32 areaToColor, Vector3 pos, GridCoord grid)
GetYLerpColor() public Color32 GetYLerpColor(Color32 areaColor, Color32 areaToColor, Vector3 pos, GridCoord grid)
HasChartComponent() public bool HasChartComponent(Type type)
HasChartComponent<T>() public bool HasChartComponent<T>()
HasSerie() public bool HasSerie(Type type)
HasSerie<T>() public bool HasSerie<T>() where T : Serie
Init() public void Init(bool defaultChart = true)
InitAxisRuntimeData() public virtual void InitAxisRuntimeData(Axis axis) { }
InsertSerie() public void InsertSerie(Serie serie, int index = -1, bool addToHead = false)
InsertSerie<T>() public T InsertSerie<T>(int index, string serieName = null, bool show = true) where T : Serie
Internal_CheckAnimation() public void Internal_CheckAnimation()
IsActiveByLegend() public virtual bool IsActiveByLegend(string legendName)
Whether serie is activated.
IsAllAxisCategory() public bool IsAllAxisCategory()
纯类目轴。
IsAllAxisValue() public bool IsAllAxisValue()
reutrn true when all the show axis is Value type.
IsInAnyGrid() public bool IsInAnyGrid(Vector2 local)
IsInChart() public bool IsInChart(float x, float y)
IsInChart() public bool IsInChart(Vector2 local)
坐标是否在图表范围内
IsSerieName() public bool IsSerieName(string name)
MoveDownSerie() public bool MoveDownSerie(int serieIndex)
MoveUpSerie() public bool MoveUpSerie(int serieIndex)
OnAfterDeserialize() public void OnAfterDeserialize()
OnBeforeSerialize() public void OnBeforeSerialize()
OnBeginDrag() public override void OnBeginDrag(PointerEventData eventData)
OnDataZoomRangeChanged() public virtual void OnDataZoomRangeChanged(DataZoom dataZoom)
OnDrag() public override void OnDrag(PointerEventData eventData)
OnEndDrag() public override void OnEndDrag(PointerEventData eventData)
OnLegendButtonClick() public virtual void OnLegendButtonClick(int index, string legendName, bool show)
OnLegendButtonEnter() public virtual void OnLegendButtonEnter(int index, string legendName)
OnLegendButtonExit() public virtual void OnLegendButtonExit(int index, string legendName)
OnPointerClick() public override void OnPointerClick(PointerEventData eventData)
OnPointerDown() public override void OnPointerDown(PointerEventData eventData)
OnPointerEnter() public override void OnPointerEnter(PointerEventData eventData)
OnPointerExit() public override void OnPointerExit(PointerEventData eventData)
OnPointerUp() public override void OnPointerUp(PointerEventData eventData)
OnScroll() public override void OnScroll(PointerEventData eventData)
RefreshBasePainter() public void RefreshBasePainter()
RefreshChart() public void RefreshChart()
Redraw chart in next frame.
RefreshChart() public void RefreshChart(int serieIndex)
Redraw chart serie in next frame.
RefreshChart() public void RefreshChart(Serie serie)
Redraw chart serie in next frame.
RefreshDataZoom() public void RefreshDataZoom()
在下一帧刷新DataZoom
RefreshGraph() public override void RefreshGraph()
RefreshPainter() public void RefreshPainter(int index)
RefreshPainter() public void RefreshPainter(Serie serie)
RefreshTopPainter() public void RefreshTopPainter()
RefreshUpperPainter() public void RefreshUpperPainter()
RemoveAllChartComponent() public void RemoveAllChartComponent()
RemoveAllSerie() v3.2.0 public virtual void RemoveAllSerie()
Remove all of them Serie. This interface is used when Serie needs to be removed only, and RemoveData() is generally used in other cases.
RemoveChartComponent() public bool RemoveChartComponent(MainComponent component)
RemoveChartComponent() public bool RemoveChartComponent(Type type, int index = 0)
RemoveChartComponent<T>() public bool RemoveChartComponent<T>(int index = 0)
RemoveChartComponents() public int RemoveChartComponents(Type type)
RemoveChartComponents<T>() public int RemoveChartComponents<T>()
RemoveData() public virtual void RemoveData()
Empty all component data and remove all series. Use the chart again and again to tell the truth. Note: The component only clears the data part, and the parameters are retained and not reset.
RemoveData() public virtual void RemoveData(string serieName)
Remove legend and serie by name.
RemoveSerie() public void RemoveSerie(int serieIndex)
RemoveSerie() public void RemoveSerie(Serie serie)
RemoveSerie() public void RemoveSerie(string serieName)
RemoveSerie<T>() public void RemoveSerie<T>() where T : Serie
ReplaceSerie() public bool ReplaceSerie(Serie oldSerie, Serie newSerie)
ResetChartStatus() v3.10.0 public void ResetChartStatus()
reset chart status. When some parameters are set, due to the animation effect, the chart status may not be correct.
ResetDataIndex() public bool ResetDataIndex(int serieIndex)
重置serie的数据项索引。避免数据项索引异常。
SetBasePainterMaterial() public void SetBasePainterMaterial(Material material)
设置Base Painter的材质球
SetMaxCache() public void SetMaxCache(int maxCache)
设置可缓存的最大数据量。当数据量超过该值时,会自动删除第一个值再加入最新值。
SetPainterActive() public void SetPainterActive(int index, bool flag)
SetSerieActive() public void SetSerieActive(int serieIndex, bool active)
Whether to show serie.
SetSerieActive() public void SetSerieActive(Serie serie, bool active)
SetSerieActive() public void SetSerieActive(string serieName, bool active)
Whether to show serie.
SetSeriePainterMaterial() public void SetSeriePainterMaterial(Material material)
设置Serie Painter的材质球
SetTopPainterMaterial() public void SetTopPainterMaterial(Material material)
设置Top Painter的材质球
SetUpperPainterMaterial() public void SetUpperPainterMaterial(Material material)
设置Upper Painter的材质球
TriggerTooltip() v3.7.0 public bool TriggerTooltip(int dataIndex, int serieIndex = 0)
trigger tooltip by data index.
TriggerTooltip() v3.7.0 public bool TriggerTooltip(Vector3 localPosition)
trigger tooltip by chart local position.
TryAddChartComponent() public bool TryAddChartComponent(Type type)
TryAddChartComponent<T>() public bool TryAddChartComponent<T>() where T : MainComponent
TryAddChartComponent<T>() public bool TryAddChartComponent<T>(out T component) where T : MainComponent
TryGetChartComponent<T>() public bool TryGetChartComponent<T>(out T component, int index = 0)
UpdateData() public bool UpdateData(int serieIndex, int dataIndex, double value)
Update serie data by serie index.
UpdateData() public bool UpdateData(int serieIndex, int dataIndex, int dimension, double value)
更新指定系列指定索引指定维数的数据。维数从0开始。
UpdateData() public bool UpdateData(int serieIndex, int dataIndex, List<double> multidimensionalData)
更新指定系列指定索引的数据项的多维数据。
UpdateData() public bool UpdateData(string serieName, int dataIndex, double value)
Update serie data by serie name.
UpdateData() public bool UpdateData(string serieName, int dataIndex, int dimension, double value)
更新指定系列指定索引指定维数的数据。维数从0开始。
UpdateData() public bool UpdateData(string serieName, int dataIndex, List<double> multidimensionalData)
更新指定系列指定索引的数据项的多维数据。
UpdateDataName() public bool UpdateDataName(int serieIndex, int dataIndex, string dataName)
Update serie data name.
UpdateDataName() public bool UpdateDataName(string serieName, int dataIndex, string dataName)
Update serie data name.
UpdateLegendColor() public virtual void UpdateLegendColor(string legendName, bool active)
UpdateTheme() public bool UpdateTheme(ThemeType theme)
Update chart theme.
UpdateTheme() public void UpdateTheme(Theme theme)
Update chart theme info.
UpdateXAxisData() public void UpdateXAxisData(int index, string category, int xAxisIndex = 0)
Update category data.
UpdateXAxisIcon() public void UpdateXAxisIcon(int index, Sprite icon, int xAxisIndex = 0)
Update xAxis icon.
UpdateYAxisData() public void UpdateYAxisData(int index, string category, int yAxisIndex = 0)
Update category data.
UpdateYAxisIcon() public void UpdateYAxisIcon(int index, Sprite icon, int yAxisIndex = 0)
更新Y轴图标。

BaseGraph

class in XCharts.Runtime / Inherits from: MaskableGraphic,IPointerDownHandler,IPointerUpHandler, / Subclasses: BaseChart,UIComponent

public method since description
onBeginDrag public Action<PointerEventData, BaseGraph> onBeginDrag
鼠标开始拖拽回调。
onDrag public Action<PointerEventData, BaseGraph> onDrag
鼠标拖拽回调。
onEndDrag public Action<PointerEventData, BaseGraph> onEndDrag
鼠标结束拖拽回调。
onPointerClick public Action<PointerEventData, BaseGraph> onPointerClick
鼠标点击回调。
onPointerDown public Action<PointerEventData, BaseGraph> onPointerDown
鼠标按下回调。
onPointerEnter public Action<PointerEventData, BaseGraph> onPointerEnter
鼠标进入回调。
onPointerExit public Action<PointerEventData, BaseGraph> onPointerExit
鼠标退出回调。
onPointerUp public Action<PointerEventData, BaseGraph> onPointerUp
鼠标弹起回调。
onScroll public Action<PointerEventData, BaseGraph> onScroll
鼠标滚动回调。
CheckWarning() public string CheckWarning()
检测警告信息。
LocalPointToScreenPoint() v3.7.0 public Vector2 LocalPointToScreenPoint(Vector2 localPoint)
chart local point to screen point.
LocalPointToWorldPoint() v3.7.0 public Vector2 LocalPointToWorldPoint(Vector2 localPoint)
chart local point to world point.
OnBeginDrag() public virtual void OnBeginDrag(PointerEventData eventData)
OnDrag() public virtual void OnDrag(PointerEventData eventData)
OnEndDrag() public virtual void OnEndDrag(PointerEventData eventData)
OnPointerClick() public virtual void OnPointerClick(PointerEventData eventData)
OnPointerDown() public virtual void OnPointerDown(PointerEventData eventData)
OnPointerEnter() public virtual void OnPointerEnter(PointerEventData eventData)
OnPointerExit() public virtual void OnPointerExit(PointerEventData eventData)
OnPointerUp() public virtual void OnPointerUp(PointerEventData eventData)
OnScroll() public virtual void OnScroll(PointerEventData eventData)
RebuildChartObject() public void RebuildChartObject()
移除并重新创建所有图表的Object。
RefreshAllComponent() public void RefreshAllComponent()
RefreshGraph() public virtual void RefreshGraph()
Redraw graph in next frame.
SaveAsImage() public void SaveAsImage(string imageType = "png", string savePath = "")
保存图表为图片。
ScreenPointToChartPoint() public bool ScreenPointToChartPoint(Vector2 screenPoint, out Vector2 chartPoint)
SetPainterDirty() public void SetPainterDirty()
重新初始化Painter
SetSize() public virtual void SetSize(float width, float height)
设置图形的宽高在非stretch pivot下才有效其他情况需要自己调整RectTransform

BaseLine

class in XCharts.Runtime / Inherits from: ChildComponent / Subclasses: AxisLine,AxisMinorSplitLine,AxisMinorTick,AxisSplitLine,AxisTick

Settings related to base line.

public method since description
BaseLine() public BaseLine()
BaseLine() public BaseLine(bool show) : base()
Copy() public void Copy(BaseLine axisLine)
GetColor() public Color32 GetColor(Color32 themeColor)
GetLength() public float GetLength(float themeLength)
GetType() public LineStyle.Type GetType(LineStyle.Type themeType)
GetWidth() public float GetWidth(float themeWidth)

BaseScatter

class in XCharts.Runtime / Inherits from: Serie,INeedSerieContainer / Subclasses: EffectScatter,Scatter

BaseSerie

class in XCharts.Runtime / Subclasses: Serie

public method since description
ClearComponentDirty() public static void ClearComponentDirty(ChildComponent component)
ClearComponentDirty() public virtual void ClearComponentDirty()
ClearData() public virtual void ClearData() { }
ClearDirty() public virtual void ClearDirty()
ClearVerticesDirty() public static void ClearVerticesDirty(ChildComponent component)
ClearVerticesDirty() public virtual void ClearVerticesDirty()
IsComponentDirty() public static bool IsComponentDirty(ChildComponent component)
IsVertsDirty() public static bool IsVertsDirty(ChildComponent component)
OnAfterDeserialize() public virtual void OnAfterDeserialize()
OnBeforeSerialize() public virtual void OnBeforeSerialize() { }
OnDataUpdate() public virtual void OnDataUpdate() { }
OnRemove() public virtual void OnRemove()
RefreshLabel() public void RefreshLabel()
SetAllDirty() public virtual void SetAllDirty()
SetComponentDirty() public virtual void SetComponentDirty()
SetVerticesDirty() public virtual void SetVerticesDirty()

BlurStyle

class in XCharts.Runtime / Inherits from: StateStyle,ISerieComponent,ISerieDataComponent

Since v3.2.0

Configurations of blur state.

BorderStyle

class in XCharts.Runtime / Inherits from: ChildComponent

Since v3.10.0

The style of border.

public method since description
GetRuntimeBorderColor() public Color32 GetRuntimeBorderColor()
GetRuntimeBorderWidth() public float GetRuntimeBorderWidth()
GetRuntimeCornerRadius() public float[] GetRuntimeCornerRadius()

CalendarCoord

class in XCharts.Runtime / Inherits from: CoordSystem,IUpdateRuntimeData,ISerieContainer

public method since description
IsPointerEnter() public bool IsPointerEnter()
UpdateRuntimeData() public void UpdateRuntimeData(BaseChart chart)

Candlestick

class in XCharts.Runtime / Inherits from: Serie,INeedSerieContainer

public method since description
AddDefaultSerie() public static Serie AddDefaultSerie(BaseChart chart, string serieName)

CandlestickChart

class in XCharts.Runtime / Inherits from: BaseChart

A candlestick chart is a style of financial chart used to describe price movements of a security, derivative, or currency.

ChartCached

class in XCharts.Runtime

public method since description
ColorToDotStr() public static string ColorToDotStr(Color color)
ColorToStr() public static string ColorToStr(Color color)
FloatToStr() public static string FloatToStr(double value, string numericFormatter = "F", int precision = 0)
GetSerieLabelName() public static string GetSerieLabelName(string prefix, int i, int j)
GetString() public static string GetString(string prefix, int suffix)
IntToStr() public static string IntToStr(int value, string numericFormatter = "")
NumberToStr() public static string NumberToStr(double value, string formatter)

ChartConst

class in XCharts.Runtime

ChartDrawer

class in XCharts.Runtime

ChartHelper

class in XCharts.Runtime

public method since description
ActiveAllObject() public static void ActiveAllObject(Transform parent, bool active, string match = null)
AddIcon() public static Image AddIcon(string name, Transform parent, IconStyle iconStyle)
Cancat() public static string Cancat(string str1, int i)
Cancat() public static string Cancat(string str1, string str2)
ClearEventListener() public static void ClearEventListener(GameObject obj)
CopyArray<T>() public static bool CopyArray<T>(T[] toList, T[] fromList)
CopyList<T>() public static bool CopyList<T>(List<T> toList, List<T> fromList)
DestoryGameObject() public static void DestoryGameObject(GameObject go)
DestoryGameObject() public static void DestoryGameObject(Transform parent, string childName)
DestoryGameObjectByMatch() public static void DestoryGameObjectByMatch(Transform parent, string containString)
DestroyAllChildren() public static void DestroyAllChildren(Transform parent)
EnsureComponent<T>() public static T EnsureComponent<T>(GameObject gameObject) where T : Component
Ensure that the game object has the specified component, add it if not.
EnsureComponent<T>() public static T EnsureComponent<T>(Transform transform) where T : Component
Ensure that the transform has the specified component, add it if not.
GetActualValue() public static float GetActualValue(float valueOrRate, float total, float maxRate = 1.5f)
GetAngle360() public static float GetAngle360(Vector2 from, Vector2 to)
获得0-360的角度12点钟方向为0度
GetBlurColor() public static Color32 GetBlurColor(Color32 color, float a = 0.3f)
GetColor() public static Color32 GetColor(string hexColorStr)
GetDire() public static Vector3 GetDire(float angle, bool isDegree = false)
GetFullName() public static string GetFullName(Transform transform)
GetHighlightColor() public static Color32 GetHighlightColor(Color32 color, float rate = 0.8f)
GetLastValue() public static Vector3 GetLastValue(List<Vector3> list)
GetMaxCeilRate() public static double GetMaxCeilRate(double value, double ceilRate)
GetMaxDivisibleValue() public static double GetMaxDivisibleValue(double max, double ceilRate)
GetMaxLogValue() public static double GetMaxLogValue(double value, float logBase, bool isLogBaseE, out int splitNumber)
GetMinCeilRate() public static double GetMinCeilRate(double value, double ceilRate)
GetMinDivisibleValue() public static double GetMinDivisibleValue(double min, double ceilRate)
GetMinLogValue() public static double GetMinLogValue(double value, float logBase, bool isLogBaseE, out int splitNumber)
GetOrAddComponent<T>() public static T GetOrAddComponent<T>(GameObject gameObject) where T : Component
GetOrAddComponent<T>() public static T GetOrAddComponent<T>(Transform transform) where T : Component
GetPointList() public static void GetPointList(ref List<Vector3> posList, Vector3 sp, Vector3 ep, float k = 30f)
GetPos() public static Vector3 GetPos(Vector3 center, float radius, float angle, bool isDegree = false)
GetPosition() public static Vector3 GetPosition(Vector3 center, float angle, float radius)
GetSelectColor() public static Color32 GetSelectColor(Color32 color, float rate = 0.8f)
GetVertialDire() public static Vector3 GetVertialDire(Vector3 dire)
HideAllObject() public static void HideAllObject(GameObject obj, string match = null)
HideAllObject() public static void HideAllObject(Transform parent, string match = null)
IsClearColor() public static bool IsClearColor(Color color)
IsClearColor() public static bool IsClearColor(Color32 color)
IsColorAlphaZero() public static bool IsColorAlphaZero(Color color)
IsEquals() public static bool IsEquals(double d1, double d2)
IsEquals() public static bool IsEquals(float d1, float d2)
IsIngore() public static bool IsIngore(Vector3 pos)
IsInRect() public static bool IsInRect(Vector3 pos, float xMin, float xMax, float yMin, float yMax)
IsPointInQuadrilateral() public static bool IsPointInQuadrilateral(Vector3 P, Vector3 A, Vector3 B, Vector3 C, Vector3 D)
IsValueEqualsColor() public static bool IsValueEqualsColor(Color color1, Color color2)
IsValueEqualsColor() public static bool IsValueEqualsColor(Color32 color1, Color32 color2)
IsValueEqualsList<T>() public static bool IsValueEqualsList<T>(List<T> list1, List<T> list2)
IsValueEqualsString() public static bool IsValueEqualsString(string str1, string str2)
IsValueEqualsVector2() public static bool IsValueEqualsVector2(Vector2 v1, Vector2 v2)
IsValueEqualsVector3() public static bool IsValueEqualsVector3(Vector3 v1, Vector3 v2)
IsZeroVector() public static bool IsZeroVector(Vector3 pos)
ParseFloatFromString() public static List<float> ParseFloatFromString(string jsonData)
ParseStringFromString() public static List<string> ParseStringFromString(string jsonData)
RemoveComponent<T>() public static void RemoveComponent<T>(GameObject gameObject)
RotateRound() public static Vector3 RotateRound(Vector3 position, Vector3 center, Vector3 axis, float angle)
SaveAsImage() public static Texture2D SaveAsImage(RectTransform rectTransform, Canvas canvas, string imageType = "png", string path = "")
SetActive() public static void SetActive(GameObject gameObject, bool active)
SetActive() public static void SetActive(Image image, bool active)
SetActive() public static void SetActive(Text text, bool active)
SetActive() public static void SetActive(Transform transform, bool active)
通过设置scale实现是否显示优化性能减少GC
SetBackground() public static void SetBackground(Image background, Background imageStyle)
SetBackground() public static void SetBackground(Image background, ImageStyle imageStyle)
SetColorOpacity() public static void SetColorOpacity(ref Color32 color, float opacity)

ChartLabel

class in XCharts.Runtime / Inherits from: Image

public method since description
GetHeight() public float GetHeight()
GetPosition() public Vector3 GetPosition()
GetTextHeight() public float GetTextHeight()
GetTextWidth() public float GetTextWidth()
GetWidth() public float GetWidth()
IsActiveByScale() public bool IsActiveByScale()
SetActive() public void SetActive(bool flag)
SetIcon() public void SetIcon(Image image)
SetIconActive() public void SetIconActive(bool flag)
SetIconSize() public void SetIconSize(float width, float height)
SetIconSprite() public void SetIconSprite(Sprite sprite)
SetPadding() public void SetPadding(float[] padding)
SetPosition() public void SetPosition(Vector3 position)
SetRectPosition() public void SetRectPosition(Vector3 position)
SetRotate() public void SetRotate(float rotate)
SetSize() public void SetSize(float width, float height)
SetText() public bool SetText(string text)
SetTextActive() public void SetTextActive(bool flag)
SetTextColor() public void SetTextColor(Color color)
SetTextPadding() public void SetTextPadding(TextPadding padding)
SetTextRotate() public void SetTextRotate(float rotate)
UpdateIcon() public void UpdateIcon(IconStyle iconStyle, Sprite sprite = null, Color color = default(Color))

ChartObject

class in XCharts.Runtime

public method since description
Destroy() public virtual void Destroy()

ChartText

class in XCharts.Runtime

public method since description
ChartText() public ChartText()
ChartText() public ChartText(GameObject textParent)
GetColor() public Color GetColor()
GetPreferredHeight() public float GetPreferredHeight()
GetPreferredText() public string GetPreferredText(string content, string suffix, float maxWidth)
GetPreferredWidth() public float GetPreferredWidth()
GetPreferredWidth() public float GetPreferredWidth(string content)
GetText() public string GetText()
SetActive() public void SetActive(bool flag)
SetAlignment() public void SetAlignment(TextAnchor alignment)
SetColor() public void SetColor(Color color)
SetFont() public void SetFont(Font font)
SetFont() public void SetFont(TMP_FontAsset font)
SetFontAndSizeAndStyle() public void SetFontAndSizeAndStyle(TextStyle textStyle, ComponentTheme theme)
SetFontSize() public void SetFontSize(float fontSize)
SetFontStyle() public void SetFontStyle(FontStyle fontStyle)
SetLineSpacing() public void SetLineSpacing(float lineSpacing)
SetLocalEulerAngles() public void SetLocalEulerAngles(Vector3 position)
SetLocalPosition() public void SetLocalPosition(Vector3 position)
SetRectPosition() public void SetRectPosition(Vector3 position)
SetSizeDelta() public void SetSizeDelta(Vector2 sizeDelta)
SetText() public void SetText(string text)

CheckHelper

class in XCharts.Runtime

public method since description
CheckChart() public static string CheckChart(BaseChart chart)
CheckChart() public static string CheckChart(BaseGraph chart)

ChildComponent

class in XCharts.Runtime / Subclasses: AnimationStyle,AxisAnimation,AxisName,AxisSplitArea,AreaStyle,ArrowStyle,BaseLine,BorderStyle,IconStyle,ImageStyle,ItemStyle,Level,LevelStyle,LineArrow,LineStyle,Location,MLValue,MarqueeStyle,Padding,StageColor,SymbolStyle,TextLimit,TextStyle,CommentItem,CommentMarkStyle,LabelLine,LabelStyle,MarkAreaData,MarkLineData,StateStyle,VisualMapRange,UIComponentTheme,SerieData,SerieDataLink,ComponentTheme,SerieTheme,ThemeStyle

public method since description
ClearComponentDirty() public static void ClearComponentDirty(ChildComponent component)
ClearComponentDirty() public virtual void ClearComponentDirty()
ClearDirty() public virtual void ClearDirty()
ClearVerticesDirty() public static void ClearVerticesDirty(ChildComponent component)
ClearVerticesDirty() public virtual void ClearVerticesDirty()
IsComponentDirty() public static bool IsComponentDirty(ChildComponent component)
IsVertsDirty() public static bool IsVertsDirty(ChildComponent component)
SetAllDirty() public virtual void SetAllDirty()
SetComponentDirty() public virtual void SetComponentDirty()
SetVerticesDirty() public virtual void SetVerticesDirty()

ColorUtil

class in XCharts.Runtime

public method since description
GetColor() public static Color32 GetColor(string hexColorStr)
Convert the html string to color.

Comment

class in XCharts.Runtime / Inherits from: MainComponent,IPropertyChanged

comment of chart.

public method since description
GetLabelStyle() public LabelStyle GetLabelStyle(int index)
GetMarkStyle() public CommentMarkStyle GetMarkStyle(int index)
OnChanged() public void OnChanged()
Callback handling when parameters change.

CommentItem

class in XCharts.Runtime / Inherits from: ChildComponent

comment of chart.

CommentMarkStyle

class in XCharts.Runtime / Inherits from: ChildComponent

the comment mark style.

ComponentHandlerAttribute

class in XCharts.Runtime / Inherits from: Attribute

public method since description
ComponentHandlerAttribute() public ComponentHandlerAttribute(Type handler, bool allowMultiple, int order = 3)
ComponentHandlerAttribute() public ComponentHandlerAttribute(Type handler, int order = 3)

ComponentHelper

class in XCharts.Runtime

public method since description
GetAngleAxis() public static AngleAxis GetAngleAxis(List<MainComponent> components, int polarIndex)
GetRadiusAxis() public static RadiusAxis GetRadiusAxis(List<MainComponent> components, int polarIndex)
GetXAxisOnZeroOffset() public static float GetXAxisOnZeroOffset(List<MainComponent> components, XAxis axis)
GetYAxisOnZeroOffset() public static float GetYAxisOnZeroOffset(List<MainComponent> components, YAxis axis)
IsAnyCategoryOfYAxis() public static bool IsAnyCategoryOfYAxis(List<MainComponent> components)

ComponentTheme

class in XCharts.Runtime / Inherits from: ChildComponent / Subclasses: BaseAxisTheme,DataZoomTheme,LegendTheme,SubTitleTheme,TitleTheme,TooltipTheme,VisualMapTheme

public method since description
ComponentTheme() public ComponentTheme(ThemeType theme)
Copy() public virtual void Copy(ComponentTheme theme)
Reset() public virtual void Reset(ComponentTheme defaultTheme)

CoordOptionsAttribute

class in XCharts.Runtime / Inherits from: Attribute

public method since description
Contains<T>() public bool Contains<T>() where T : CoordSystem
CoordOptionsAttribute() public CoordOptionsAttribute(Type coord)
CoordOptionsAttribute() public CoordOptionsAttribute(Type coord, Type coord2)
CoordOptionsAttribute() public CoordOptionsAttribute(Type coord, Type coord2, Type coord3)
CoordOptionsAttribute() public CoordOptionsAttribute(Type coord, Type coord2, Type coord3, Type coord4)

CoordSystem

class in XCharts.Runtime / Inherits from: MainComponent / Subclasses: RadarCoord,CalendarCoord,GridCoord,ParallelCoord,PolarCoord,SingleAxisCoord

Coordinate system component.

DataZoom

class in XCharts.Runtime / Inherits from: MainComponent,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.

public method since description
GetBackgroundColor() public Color32 GetBackgroundColor(Color32 themeColor)
GetBorderColor() public Color32 GetBorderColor(Color32 themeColor)
GetFillerColor() public Color32 GetFillerColor(Color32 themeColor)
IsContainsAxis() public bool IsContainsAxis(Axis axis)
IsContainsXAxis() public bool IsContainsXAxis(int index)
IsContainsYAxis() public bool IsContainsYAxis(int index)
IsInEndZoom() public bool IsInEndZoom(Vector2 pos)
给定的坐标是否在结束活动条触发区域内
IsInMarqueeArea() public bool IsInMarqueeArea(SerieData serieData)
IsInMarqueeArea() public bool IsInMarqueeArea(Vector2 pos)
IsInSelectedZoom() public bool IsInSelectedZoom(int totalIndex, int index, bool invert)
IsInSelectedZoom() public bool IsInSelectedZoom(Vector2 pos)
给定的坐标是否在选中区域内
IsInStartZoom() public bool IsInStartZoom(Vector2 pos)
给定的坐标是否在开始活动条触发区域内
IsInZoom() public bool IsInZoom(Vector2 pos)
给定的坐标是否在缩放区域内
SetDefaultValue() public override void SetDefaultValue()
UpdateRuntimeData() public void UpdateRuntimeData(BaseChart chart)

DataZoomContext

class in XCharts.Runtime / Inherits from: MainComponentContext

DataZoomHelper

class in XCharts.Runtime

public method since description
UpdateDataZoomRuntimeStartEndValue() public static void UpdateDataZoomRuntimeStartEndValue(DataZoom dataZoom, Serie serie)
UpdateDataZoomRuntimeStartEndValue<T>() public static void UpdateDataZoomRuntimeStartEndValue<T>(BaseChart chart) where T : Serie

DataZoomTheme

class in XCharts.Runtime / Inherits from: ComponentTheme

public method since description
Copy() public void Copy(DataZoomTheme theme)
DataZoomTheme() public DataZoomTheme(ThemeType theme) : base(theme)

DateTimeUtil

class in XCharts.Runtime

public method since description
GetDateTime() public static DateTime GetDateTime(int timestamp)
GetTimestamp() public static int GetTimestamp()
GetTimestamp() public static int GetTimestamp(DateTime time)

DebugInfo

class in XCharts.Runtime

public method since description
Init() public void Init(BaseChart chart)
Update() public void Update()

DefaultAnimationAttribute

class in XCharts.Runtime / Inherits from: Attribute

public method since description
DefaultAnimationAttribute() public DefaultAnimationAttribute(AnimationType handler)
DefaultAnimationAttribute() public DefaultAnimationAttribute(AnimationType handler, bool enableSerieDataAddedAnimation)

DefaultTooltipAttribute

class in XCharts.Runtime / Inherits from: Attribute

public method since description
DefaultTooltipAttribute() public DefaultTooltipAttribute(Tooltip.Type type, Tooltip.Trigger trigger)

DefineSymbolsUtil

class in XCharts.Runtime

public method since description
AddGlobalDefine() public static void AddGlobalDefine(string symbol)
RemoveGlobalDefine() public static void RemoveGlobalDefine(string symbol)

EffectScatter

class in XCharts.Runtime / Inherits from: BaseScatter

public method since description
AddDefaultSerie() public static Serie AddDefaultSerie(BaseChart chart, string serieName)

EmphasisStyle

class in XCharts.Runtime / Inherits from: StateStyle,ISerieComponent,ISerieDataComponent

Since v3.2.0

Configurations of emphasis state.

EndLabelStyle

class in XCharts.Runtime / Inherits from: LabelStyle

public method since description
EndLabelStyle() public EndLabelStyle()

FormatterHelper

class in XCharts.Runtime

public method since description
NeedFormat() public static bool NeedFormat(string content)
ReplaceAxisLabelContent() public static void ReplaceAxisLabelContent(ref string content, string numericFormatter, double value)
ReplaceAxisLabelContent() public static void ReplaceAxisLabelContent(ref string content, string value)
TrimAndReplaceLine() public static string TrimAndReplaceLine(string content)
TrimAndReplaceLine() public static string TrimAndReplaceLine(StringBuilder sb)

Graph

class in XCharts.Runtime

the data struct of graph.

public method since description
AddEdge() public GraphEdge AddEdge(string nodeId1, string nodeId2, double value)
AddNode() public GraphNode AddNode(string nodeId, string nodeName, int dataIndex)
BreadthFirstTraverse() public void BreadthFirstTraverse(GraphNode startNode, System.Action<GraphNode> onTraverse)
Clear() public void Clear()
DeepFirstTraverse() public void DeepFirstTraverse(GraphNode startNode, System.Action<GraphNode> onTraverse)
EachNode() public void EachNode(System.Action<GraphNode> onEach)
GetDepthNodes() public List<List<GraphNode>> GetDepthNodes()
GetEdge() public GraphEdge GetEdge(string nodeId1, string nodeId2)
GetMaxDepth() public int GetMaxDepth()
GetNode() public GraphNode GetNode(string nodeId)
GetNodeDepth() // public int GetNodeDepth(GraphNode node)
GetNodeDepth() // public void GetNodeDepth(GraphNode node, ref int depth, int recursiveCount = 0)
GetNodeDepth() public int GetNodeDepth(GraphNode node, int recursiveCount = 0)
GetNodesTotalValue() public static double GetNodesTotalValue(List<GraphNode> nodes)
GetRootNodes() public List<GraphNode> GetRootNodes()
Graph() public Graph(bool directed)
Refresh() public void Refresh()

GraphEdge

class in XCharts.Runtime

The edge of graph.

public method since description
GraphEdge() public GraphEdge(GraphNode node1, GraphNode node2, double value)

GraphNode

class in XCharts.Runtime

The node of graph.

public method since description
GraphNode() public GraphNode(string id, string name, int dataIndex)
ToString() public override string ToString()

GridCoord

class in XCharts.Runtime / Inherits from: CoordSystem,IUpdateRuntimeData,ISerieContainer

Grid component.

public method since description
BoundaryPoint() public bool BoundaryPoint(Vector3 sp, Vector3 ep, ref List<Vector3> point)
给定的线段和Grid边界的交点
BoundaryPoint() public bool BoundaryPoint(Vector3 sp, Vector3 ep, ref Vector3 point)
给定的线段和Grid边界的交点
Clamp() v3.7.0 public void Clamp(ref Vector3 pos)
Clamp the position of pos to the grid.
ClampX() v3.7.0 public void ClampX(ref Vector3 pos)
Clamp the x position of pos to the grid.
ClampY() v3.7.0 public void ClampY(ref Vector3 pos)
Clamp the y position of pos to the grid.
Contains() public bool Contains(float x, float y)
Whether the given position is in the grid.
Contains() public bool Contains(Vector3 pos)
Whether the given position is in the grid.
Contains() v3.7.0 public bool Contains(Vector3 pos, bool isYAxis)
Whether the given position is in the grid.
ContainsX() v3.7.0 public bool ContainsX(float x)
Whether the given x is in the grid.
ContainsY() v3.7.0 public bool ContainsY(float y)
Whether the given y is in the grid.
IsPointerEnter() public bool IsPointerEnter()
Whether the pointer is in the grid.
NotAnyIntersect() v3.10.0 public bool NotAnyIntersect(Vector3 sp, Vector3 ep)
Determines whether a given line segment will not intersect the Grid boundary at all.
UpdateRuntimeData() public void UpdateRuntimeData(BaseChart chart)

GridCoordContext

class in XCharts.Runtime / Inherits from: MainComponentContext

GridLayout

class in XCharts.Runtime / Inherits from: MainComponent,IUpdateRuntimeData

Since v3.8.0

Grid layout component. Used to manage the layout of multiple GridCoord, and the number of rows and columns of the grid can be controlled by row and column.

public method since description
UpdateRuntimeData() public void UpdateRuntimeData(BaseChart chart)

GridLayoutContext

class in XCharts.Runtime / Inherits from: MainComponentContext

Heatmap

class in XCharts.Runtime / Inherits from: Serie,INeedSerieContainer

public method since description
AddDefaultSerie() public static Serie AddDefaultSerie(BaseChart chart, string serieName)

HeatmapChart

class in XCharts.Runtime / Inherits from: BaseChart

Heat map mainly use colors to represent values, which must be used along with visualMap component. It can be used in either rectangular coordinate or geographic coordinate. But the behaviour on them are quite different. Rectangular coordinate must have two categories to use it.

public method since description
DefaultCountHeatmapChart() public void DefaultCountHeatmapChart()
default count heatmap chart.

IconStyle

class in XCharts.Runtime / Inherits from: ChildComponent

public method since description
Clone() public IconStyle Clone()
Copy() public void Copy(IconStyle iconStyle)
Reset() public void Reset()

IgnoreDoc

class in XCharts.Runtime / Inherits from: Attribute

public method since description
IgnoreDoc() public IgnoreDoc()

ImageStyle

class in XCharts.Runtime / Inherits from: ChildComponent,ISerieComponent,ISerieDataComponent

public method since description
Clone() public ImageStyle Clone()
Copy() public void Copy(ImageStyle imageStyle)
Reset() public void Reset()

Indicator

class in XCharts.Runtime

Indicator of radar chart, which is used to assign multiple variables(dimensions) in radar chart.

public method since description
AddIndicator() public RadarCoord.Indicator AddIndicator(string name, double min, double max)
AddIndicator() public void AddIndicator(RadarCoord.Indicator indicator)
AddIndicatorList() v3.3.0 public void AddIndicatorList(List<string> nameList, double min = 0, double max = 0)
ClearData() public override void ClearData()
GetFormatterIndicatorContent() public string GetFormatterIndicatorContent(int indicatorIndex)
GetFormatterIndicatorContent() public string GetFormatterIndicatorContent(string indicatorName)
GetIndicator() public RadarCoord.Indicator GetIndicator(int indicatorIndex)
GetIndicatorMax() public double GetIndicatorMax(int index)
GetIndicatorMin() public double GetIndicatorMin(int index)
GetIndicatorName() public string GetIndicatorName(int indicatorIndex)
GetIndicatorPosition() public Vector3 GetIndicatorPosition(int index)
IsInIndicatorRange() public bool IsInIndicatorRange(int index, double value)
IsInRange() public bool IsInRange(double value)
IsPointerEnter() public bool IsPointerEnter()
SetDefaultValue() public override void SetDefaultValue()
UpdateIndicator() public bool UpdateIndicator(int indicatorIndex, string name, double min, double max)

INeedSerieContainer

class in XCharts.Runtime / Subclasses: Bar,SimplifiedBar,Candlestick,SimplifiedCandlestick,Heatmap,Line,SimplifiedLine,Parallel,Radar,BaseScatter

InputHelper

class in XCharts.Runtime

public method since description
GetKeyDown() public static bool GetKeyDown(KeyCode keyCode)
GetTouch() public static Touch GetTouch(int v)

InteractData

class in XCharts.Runtime

public method since description
Reset() public void Reset()
SetColor() public void SetColor(ref bool needInteract, Color32 color)
SetColor() public void SetColor(ref bool needInteract, Color32 color, Color32 toColor)
SetPosition() public void SetPosition(ref bool needInteract, Vector3 pos)
SetValue() public void SetValue(ref bool needInteract, float value, bool highlight, float rate = 1.3f)
SetValue() public void SetValue(ref bool needInteract, float value, bool previousValueZero = false)
SetValueAndColor() public void SetValueAndColor(ref bool needInteract, float value, Color32 color)
SetValueAndColor() public void SetValueAndColor(ref bool needInteract, float value, Color32 color, Color32 toColor)
ToString() public override string ToString()
TryGetColor() public bool TryGetColor(ref Color32 color, ref bool interacting, float animationDuration = 250)
TryGetColor() public bool TryGetColor(ref Color32 color, ref Color32 toColor, ref bool interacting, float animationDuration = 250)
TryGetPosition() public bool TryGetPosition(ref Vector3 pos, ref bool interacting, float animationDuration = 250)
TryGetValue() public bool TryGetValue(ref float value, ref bool interacting, float animationDuration = 250)
TryGetValueAndColor() public bool TryGetValueAndColor(ref float value, ref Color32 color, ref Color32 toColor, ref bool interacting, float animationDuration = 250)
TryGetValueAndColor() public bool TryGetValueAndColor(ref float value, ref Vector3 pos, ref bool interacting, float animationDuration = 250)
TryGetValueAndColor() public bool TryGetValueAndColor(ref float value, ref Vector3 pos, ref Color32 color, ref Color32 toColor, ref bool interacting, float animationDuration = 250)

IPropertyChanged

class in XCharts.Runtime / Subclasses: Location,Comment,Legend,Title

属性变更接口

ISerieComponent

class in XCharts.Runtime / Subclasses: AreaStyle,ImageStyle,LineArrow,LabelLine,LabelStyle,BlurStyle,EmphasisStyle,SelectStyle,TitleStyle

The interface for serie component.

ISerieContainer

class in XCharts.Runtime / Subclasses: RadarCoord,CalendarCoord,GridCoord,ParallelCoord,PolarCoord

ISerieDataComponent

class in XCharts.Runtime / Subclasses: AreaStyle,ImageStyle,ItemStyle,LineStyle,SerieSymbol,LabelLine,LabelStyle,BlurStyle,EmphasisStyle,SelectStyle,TitleStyle

The interface for serie data component.

ISimplifiedSerie

class in XCharts.Runtime / Subclasses: SimplifiedBar,SimplifiedCandlestick,SimplifiedLine

ItemStyle

class in XCharts.Runtime / Inherits from: ChildComponent,ISerieDataComponent

图形样式。

public method since description
GetBorderColor() public Color32 GetBorderColor(Color32 defaultColor)
GetBorderColor0() public Color32 GetBorderColor0(Color32 defaultColor)
GetColor() public Color32 GetColor()
GetColor() public Color32 GetColor(Color32 defaultColor)
GetColor0() public Color32 GetColor0()
GetColor0() public Color32 GetColor0(Color32 defaultColor)
GetGradientColor() public Color32 GetGradientColor(float value, Color32 defaultColor)
GetToColor() public Color32 GetToColor()
IsNeedCorner() public bool IsNeedCorner()
IsNeedGradient() public bool IsNeedGradient()
Reset() public void Reset()

IUpdateRuntimeData

class in XCharts.Runtime / Subclasses: SingleAxis,DataZoom,CalendarCoord,GridCoord,GridLayout,ParallelCoord

LabelLine

class in XCharts.Runtime / Inherits from: ChildComponent,ISerieComponent,ISerieDataComponent

标签的引导线

public method since description
GetEndSymbolOffset() public Vector3 GetEndSymbolOffset()
GetStartSymbolOffset() public Vector3 GetStartSymbolOffset()
Reset() public void Reset()

LabelStyle

class in XCharts.Runtime / Inherits from: ChildComponent,ISerieComponent,ISerieDataComponent / Subclasses: AxisLabel,EndLabelStyle,TitleStyle

Text label of chart, to explain some data information about graphic item like value, name and so on.

public method since description
Clone() public virtual LabelStyle Clone()
Copy() public virtual void Copy(LabelStyle label)
GetColor() public Color GetColor(Color defaultColor)
GetFormatterContent() public virtual string GetFormatterContent(int labelIndex, double value, double minValue, double maxValue, bool isLog = false)
GetFormatterContent() public virtual string GetFormatterContent(int labelIndex, string category)
GetFormatterDateTime() public string GetFormatterDateTime(int labelIndex, double value, double minValue, double maxValue)
GetOffset() public Vector3 GetOffset(float radius)
IsAutoSize() public bool IsAutoSize()
IsDefaultPosition() public bool IsDefaultPosition(Position position)
IsInside() public bool IsInside()
whether the label is inside.
Reset() public void Reset()

Lang

class in XCharts.Runtime / Inherits from: ScriptableObject

Language.

public method since description
GetCandlestickDimensionName() public string GetCandlestickDimensionName(int i)
GetDay() public string GetDay(int day)
GetMonthAbbr() public string GetMonthAbbr(int month)

LangCandlestick

class in XCharts.Runtime

LangTime

class in XCharts.Runtime

public method since description
List<string>() public List<string> dayOfMonth = new List<string>()
List<string>() public List<string> dayOfWeek = new List<string>()
List<string>() public List<string> dayOfWeekAbbr = new List<string>()
List<string>() public List<string> monthAbbr = new List<string>()
List<string>() public List<string> months = new List<string>()

LayerHelper

class in XCharts.Runtime

public method since description
IsFixedWidthHeight() public static bool IsFixedWidthHeight(RectTransform rt)
IsStretchPivot() public static bool IsStretchPivot(RectTransform rt)

Legend

class in XCharts.Runtime / Inherits from: MainComponent,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.

public method since description
AddData() public void AddData(string name)
Add legend data.
ClearComponentDirty() public override void ClearComponentDirty()
ClearData() public override void ClearData()
Clear legend data.
ContainsData() public bool ContainsData(string name)
Whether include in legend data by the specified name.
GetColor() public Color GetColor(int index)
GetData() public string GetData(int index)
Gets the legend for the specified index.
GetIcon() public Sprite GetIcon(int index)
Gets the legend button for the specified index.
GetIndex() public int GetIndex(string legendName)
Gets the index of the specified legend.
GetPosition() public Vector3 GetPosition(int index, Vector3 defaultPos)
OnChanged() public void OnChanged()
Callback handling when parameters change.
RemoveButton() public void RemoveButton()
Remove all legend buttons.
RemoveData() public void RemoveData(string name)
Removes the legend with the specified name.
SetButton() public void SetButton(string name, LegendItem item, int total)
Bind buttons to legends.
UpdateButtonColor() public void UpdateButtonColor(string name, Color color)
Update the legend button color.
UpdateContentColor() public void UpdateContentColor(string name, Color color)
Update the text color of legend.

LegendContext

class in XCharts.Runtime / Inherits from: MainComponentContext

LegendHelper

class in XCharts.Runtime

public method since description
CheckDataHighlighted() public static int CheckDataHighlighted(Serie serie, string legendName, bool heighlight)
CheckDataShow() public static bool CheckDataShow(Serie serie, string legendName, bool show)
GetContentColor() public static Color GetContentColor(BaseChart chart, int legendIndex, string legendName, Legend legend, ThemeStyle theme, bool active)
GetIconColor() public static Color GetIconColor(BaseChart chart, Legend legend, int readIndex, string legendName, bool active)
ResetItemPosition() public static void ResetItemPosition(Legend legend, Vector3 chartPos, float chartWidth, float chartHeight)
SetLegendBackground() public static void SetLegendBackground(Legend legend, ImageStyle style)

LegendItem

class in XCharts.Runtime

public method since description
GetIconColor() public Color GetIconColor()
GetIconRect() public Rect GetIconRect()
SetActive() public void SetActive(bool active)
SetBackground() public void SetBackground(ImageStyle imageStyle)
SetButton() public void SetButton(Button button)
SetContent() public bool SetContent(string content)
SetContentBackgroundColor() public void SetContentBackgroundColor(Color color)
SetContentColor() public void SetContentColor(Color color)
SetContentPosition() public void SetContentPosition(Vector3 offset)
SetIcon() public void SetIcon(Image icon)
SetIconActive() public void SetIconActive(bool active)
SetIconColor() public void SetIconColor(Color color)
SetIconImage() public void SetIconImage(Sprite image)
SetIconSize() public void SetIconSize(float width, float height)
SetObject() public void SetObject(GameObject obj)
SetPosition() public void SetPosition(Vector3 position)
SetText() public void SetText(ChartText text)
SetTextBackground() public void SetTextBackground(Image image)

LegendTheme

class in XCharts.Runtime / Inherits from: ComponentTheme

public method since description
Copy() public void Copy(LegendTheme theme)
LegendTheme() public LegendTheme(ThemeType theme) : base(theme)

Level

class in XCharts.Runtime / Inherits from: ChildComponent

LevelStyle

class in XCharts.Runtime / Inherits from: ChildComponent

Since v3.10.0

Line

class in XCharts.Runtime / Inherits from: Serie,INeedSerieContainer

public method since description
AddDefaultSerie() public static Serie AddDefaultSerie(BaseChart chart, string serieName)
ConvertSerie() public static Line ConvertSerie(Serie serie)

LineArrow

class in XCharts.Runtime / Inherits from: ChildComponent,ISerieComponent

LineChart

class in XCharts.Runtime / Inherits from: BaseChart

Line chart relates all the data points symbol by broken lines, which is used to show the trend of data changing. It could be used in both rectangular coordinate andpolar coordinate.

public method since description
DefaultAreaLineChart() public void DefaultAreaLineChart()
default area line chart.
DefaultDashLineChart() public void DefaultDashLineChart()
default dash line chart.
DefaultLogLineChart() public void DefaultLogLineChart()
default logarithmic line chart.
DefaultSmoothAreaLineChart() public void DefaultSmoothAreaLineChart()
default smooth area line chart.
DefaultSmoothLineChart() public void DefaultSmoothLineChart()
default smooth line chart.
DefaultStackAreaLineChart() public void DefaultStackAreaLineChart()
default stack area line chart.
DefaultStackLineChart() public void DefaultStackLineChart()
default stack line chart.
DefaultStepLineChart() public void DefaultStepLineChart()
default step line chart.
DefaultTimeLineChart() public void DefaultTimeLineChart()
default time line chart.

LineStyle

class in XCharts.Runtime / Inherits from: ChildComponent,ISerieDataComponent

The style of line.

public method since description
Clone() public LineStyle Clone()
Copy() public void Copy(LineStyle lineStyle)
GetColor() public Color32 GetColor()
GetColor() public Color32 GetColor(Color32 themeColor)
GetGradientColor() public Color32 GetGradientColor(float value, Color32 defaultColor)
GetLength() public float GetLength(float themeLength)
GetType() public Type GetType(Type themeType)
GetWidth() public float GetWidth(float themeWidth)
IsNeedGradient() public bool IsNeedGradient()
IsNotSolidLine() public bool IsNotSolidLine()
LineStyle() public LineStyle()
LineStyle() public LineStyle(float width)
LineStyle() public LineStyle(LineStyle.Type type)
LineStyle() public LineStyle(LineStyle.Type type, float width)

ListFor

class in XCharts.Runtime / Inherits from: Attribute / Subclasses: ListForComponent,ListForSerie

public method since description
ListFor() public ListFor(Type type)

ListForComponent

class in XCharts.Runtime / Inherits from: ListFor

public method since description
ListForComponent() public ListForComponent(Type type) : base(type)

ListForSerie

class in XCharts.Runtime / Inherits from: ListFor

public method since description
ListForSerie() public ListForSerie(Type type) : base(type)

ListPool<T>

class in XCharts.Runtime

public method since description
ClearAll() public static void ClearAll()
Get() public static List<T> Get()
Release() public static void Release(List<T> toRelease)

Location

class in XCharts.Runtime / Inherits from: ChildComponent,IPropertyChanged

Location type. Quick to set the general location.

public method since description
GetPosition() public Vector3 GetPosition(float chartWidth, float chartHeight)
返回在坐标系中的具体位置
IsBottom() public bool IsBottom()
IsCenter() public bool IsCenter()
IsTop() public bool IsTop()
OnChanged() public void OnChanged()
属性变更时更新textAnchor,minAnchor,maxAnchor,pivot
UpdateRuntimeData() public void UpdateRuntimeData(float chartWidth, float chartHeight)

MainComponent

class in XCharts.Runtime / Inherits from: IComparable / Subclasses: Axis,Background,Comment,DataZoom,Legend,MarkArea,MarkLine,Settings,Title,Tooltip,VisualMap,GridLayout,CoordSystem

public method since description
ClearComponentDirty() public virtual void ClearComponentDirty()
ClearData() public virtual void ClearData() { }
ClearDirty() public virtual void ClearDirty()
ClearVerticesDirty() public virtual void ClearVerticesDirty()
CompareTo() public int CompareTo(object obj)
OnRemove() public virtual void OnRemove()
Reset() public virtual void Reset() { }
SetAllDirty() public virtual void SetAllDirty()
SetComponentDirty() public virtual void SetComponentDirty()
SetDefaultValue() public virtual void SetDefaultValue() { }
SetVerticesDirty() public virtual void SetVerticesDirty()

MainComponentContext

class in XCharts.Runtime / Subclasses: AxisContext,DataZoomContext,LegendContext,RadarCoordContext,VisualMapContext,GridCoordContext,GridLayoutContext,ParallelCoordContext,PolarCoordContext

MainComponentHandler

class in XCharts.Runtime / Subclasses: AxisHandler<T>,MainComponentHandler<T>

public method since description
BeforceSerieUpdate() public virtual void BeforceSerieUpdate() { }
CheckComponent() public virtual void CheckComponent(StringBuilder sb) { }
DrawBase() public virtual void DrawBase(VertexHelper vh) { }
DrawTop() public virtual void DrawTop(VertexHelper vh) { }
DrawUpper() public virtual void DrawUpper(VertexHelper vh) { }
InitComponent() public virtual void InitComponent() { }
OnBeginDrag() public virtual void OnBeginDrag(PointerEventData eventData) { }
OnDrag() public virtual void OnDrag(PointerEventData eventData) { }
OnEndDrag() public virtual void OnEndDrag(PointerEventData eventData) { }
OnPointerClick() public virtual void OnPointerClick(PointerEventData eventData) { }
OnPointerDown() public virtual void OnPointerDown(PointerEventData eventData) { }
OnPointerEnter() public virtual void OnPointerEnter(PointerEventData eventData) { }
OnPointerExit() public virtual void OnPointerExit(PointerEventData eventData) { }
OnPointerUp() public virtual void OnPointerUp(PointerEventData eventData) { }
OnScroll() public virtual void OnScroll(PointerEventData eventData) { }
OnSerieDataUpdate() public virtual void OnSerieDataUpdate(int serieIndex) { }
RemoveComponent() public virtual void RemoveComponent() { }
Update() public virtual void Update() { }

MainComponentHandler<T>

class in XCharts.Runtime / Inherits from: MainComponentHandler

MarkArea

class in XCharts.Runtime / Inherits from: MainComponent

Used to mark an area in chart. For example, mark a time interval.

public method since description
SetDefaultValue() public override void SetDefaultValue()

MarkAreaData

class in XCharts.Runtime / Inherits from: ChildComponent

标域的数据。

MarkLine

class in XCharts.Runtime / Inherits from: MainComponent

Use a line in the chart to illustrate.

public method since description
SetDefaultValue() public override void SetDefaultValue()

MarkLineData

class in XCharts.Runtime / Inherits from: ChildComponent

Since v3.9.0

Data of marking line.

MarqueeStyle

class in XCharts.Runtime / Inherits from: ChildComponent

Since v3.5.0

Marquee style. It can be used for the DataZoom component. 选取框样式。可用于DataZoom组件。

public method since description
onEnd public Action<DataZoom> onEnd
Customize the callback at the end of the selection.
onGoing public Action<DataZoom> onGoing
Custom checkboxes select ongoing callbacks.
onStart public Action<DataZoom> onStart
Customize the callback to the start of the selection of the checkbox.

MathUtil

class in XCharts.Runtime

public method since description
Abs() public static double Abs(double d)
Approximately() public static bool Approximately(double a, double b)
Clamp() public static double Clamp(double d, double min, double max)
Clamp01() public static double Clamp01(double value)
GetPrecision() public static int GetPrecision(double value)
IsInteger() public static bool IsInteger(double value)
Lerp() public static double Lerp(double a, double b, double t)

MLValue

class in XCharts.Runtime / Inherits from: ChildComponent

Since v3.8.0

多样式数值。

public method since description
GetValue() public float GetValue(float total)
Get the value by type.
MLValue() public MLValue(float value)
MLValue() public MLValue(Type type, float value)

MonoBehaviour

class in / Subclasses: XLog

ObjectPool<T> where T

class in XCharts.Runtime / Inherits from: new()

public method since description
ClearAll() public void ClearAll()
Get() public T Get()
new() public class ObjectPool<T> where T : new()
ObjectPool() public ObjectPool(UnityAction<T> actionOnGet, UnityAction<T> actionOnRelease, bool newIfEmpty = true)
Release() public void Release(T element)

Padding

class in XCharts.Runtime / Inherits from: ChildComponent / Subclasses: TextPadding

padding setting of item or text.

public method since description
Padding() public Padding() { }
Padding() public Padding(float top, float right, float bottom, float left)
SetPadding() public void SetPadding(float top, float right, float bottom, float left)

Painter

class in XCharts.Runtime / Inherits from: MaskableGraphic

public method since description
onPopulateMesh public Action<VertexHelper, Painter> onPopulateMesh
CheckRefresh() public void CheckRefresh()
Init() public void Init()
Refresh() public void Refresh()
SetActive() public void SetActive(bool flag, bool isDebugMode = false)

Parallel

class in XCharts.Runtime / Inherits from: Serie,INeedSerieContainer

public method since description
AddDefaultSerie() public static Serie AddDefaultSerie(BaseChart chart, string serieName)

ParallelAxis

class in XCharts.Runtime / Inherits from: Axis

public method since description
SetDefaultValue() public override void SetDefaultValue()

ParallelChart

class in XCharts.Runtime / Inherits from: BaseChart

Parallel Coordinates is a common way of visualizing high-dimensional geometry and analyzing multivariate data.

ParallelCoord

class in XCharts.Runtime / Inherits from: CoordSystem,IUpdateRuntimeData,ISerieContainer

Grid component.

public method since description
Contains() public bool Contains(float x, float y)
Contains() public bool Contains(Vector3 pos)
IsPointerEnter() public bool IsPointerEnter()
UpdateRuntimeData() public void UpdateRuntimeData(BaseChart chart)

ParallelCoordContext

class in XCharts.Runtime / Inherits from: MainComponentContext

Pie

class in XCharts.Runtime / Inherits from: Serie

public method since description
AddDefaultSerie() public static Serie AddDefaultSerie(BaseChart chart, string serieName)
ConvertSerie() public static Pie ConvertSerie(Serie serie)

PieChart

class in XCharts.Runtime / Inherits from: BaseChart

The pie chart is mainly used for showing proportion of different categories. Each arc length represents the proportion of data quantity.

public method since description
DefaultAreaRosePieChart() public void DefaultAreaRosePieChart()
default area rose pie chart.
DefaultDonutPieChart() public void DefaultDonutPieChart()
default donut pie chart.
DefaultLabelDonutPieChart() public void DefaultLabelDonutPieChart()
default label donut pie chart.
DefaultLabelPieChart() public void DefaultLabelPieChart()
default label pie chart.
DefaultRadiusRosePieChart() public void DefaultRadiusRosePieChart()
default rose pie chart.

PolarAxisTheme

class in XCharts.Runtime / Inherits from: BaseAxisTheme

public method since description
PolarAxisTheme() public PolarAxisTheme(ThemeType theme) : base(theme) { }

PolarChart

class in XCharts.Runtime / Inherits from: BaseChart

Polar coordinates are usually used in a circular layout.

public method since description
DefaultHeatmapPolarChart() public void DefaultHeatmapPolarChart()
default heatmap polar chart.
DefaultRadialBarPolarChart() public void DefaultRadialBarPolarChart()
default radial bar polar chart.
DefaultTangentialBarPolarChart() public void DefaultTangentialBarPolarChart()
default tangential bar polar chart.

PolarCoord

class in XCharts.Runtime / Inherits from: CoordSystem,ISerieContainer

Polar coordinate can be used in scatter and line chart. Every polar coordinate has an angleAxis and a radiusAxis.

public method since description
Contains() public bool Contains(Vector3 pos)
IsPointerEnter() public bool IsPointerEnter()

PolarCoordContext

class in XCharts.Runtime / Inherits from: MainComponentContext

PropertyUtil

class in XCharts.Runtime

public method since description
SetClass<T>() public static bool SetClass<T>(ref T currentValue, T newValue, bool notNull = false) where T : class
SetColor() public static bool SetColor(ref Color currentValue, Color newValue)
SetColor() public static bool SetColor(ref Color32 currentValue, Color32 newValue)
SetStruct<T>() public static bool SetStruct<T>(ref T currentValue, T newValue) where T : struct

Radar

class in XCharts.Runtime / Inherits from: Serie,INeedSerieContainer

public method since description
AddDefaultSerie() public static Serie AddDefaultSerie(BaseChart chart, string serieName)

RadarAxisTheme

class in XCharts.Runtime / Inherits from: BaseAxisTheme

public method since description
RadarAxisTheme() public RadarAxisTheme(ThemeType theme) : base(theme)

RadarChart

class in XCharts.Runtime / Inherits from: BaseChart

Radar chart is mainly used to show multi-variable data, such as the analysis of a football player's varied attributes. It relies radar component.

public method since description
DefaultCircleRadarChart() public void DefaultCircleRadarChart()
default circle radar chart.

RadarCoord

class in XCharts.Runtime / Inherits from: CoordSystem,ISerieContainer

Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适用于雷达图。

RadarCoordContext

class in XCharts.Runtime / Inherits from: MainComponentContext

RadiusAxis

class in XCharts.Runtime / Inherits from: Axis

Radial axis of polar coordinate.

public method since description
SetDefaultValue() public override void SetDefaultValue()
Radial axis of polar coordinate.

RadiusAxisTheme

class in XCharts.Runtime / Inherits from: BaseAxisTheme

public method since description
RadiusAxisTheme() public RadiusAxisTheme(ThemeType theme) : base(theme) { }

ReflectionUtil

class in XCharts.Runtime

public method since description
DeepCloneSerializeField() public static object DeepCloneSerializeField(object obj)
InvokeListAdd() public static void InvokeListAdd(object obj, FieldInfo field, object item)
InvokeListAddTo<T>() public static void InvokeListAddTo<T>(object obj, FieldInfo field, Action<T> callback)
InvokeListClear() public static void InvokeListClear(object obj, FieldInfo field)
InvokeListCount() public static int InvokeListCount(object obj, FieldInfo field)
InvokeListGet<T>() public static T InvokeListGet<T>(object obj, FieldInfo field, int i)

RequireChartComponentAttribute

class in XCharts.Runtime / Inherits from: Attribute

public method since description
RequireChartComponentAttribute() public RequireChartComponentAttribute(Type requiredComponent)
RequireChartComponentAttribute() public RequireChartComponentAttribute(Type requiredComponent, Type requiredComponent2)
RequireChartComponentAttribute() public RequireChartComponentAttribute(Type requiredComponent, Type requiredComponent2, Type requiredComponent3)

Ring

class in XCharts.Runtime / Inherits from: Serie

public method since description
AddDefaultSerie() public static Serie AddDefaultSerie(BaseChart chart, string serieName)
GetDataTotal() public override double GetDataTotal(int dimension, SerieData serieData = null)

RingChart

class in XCharts.Runtime / Inherits from: BaseChart

Ring chart is mainly used to show the proportion of each item and the relationship between the items.

public method since description
DefaultMultipleRingChart() public void DefaultMultipleRingChart()
default multiple ring chart.

RuntimeUtil

class in XCharts.Runtime

public method since description
GetAllAssemblyTypes() public static IEnumerable<Type> GetAllAssemblyTypes()
GetAllTypesDerivedFrom() public static IEnumerable<Type> GetAllTypesDerivedFrom(Type type)
GetAllTypesDerivedFrom<T>() public static IEnumerable<Type> GetAllTypesDerivedFrom<T>()
GetAttribute<T>() public static T GetAttribute<T>(this MemberInfo type, bool check = true) where T : Attribute
GetAttribute<T>() public static T GetAttribute<T>(this Type type, bool check = true) where T : Attribute
HasSubclass() public static bool HasSubclass(Type type)

Scatter

class in XCharts.Runtime / Inherits from: BaseScatter

public method since description
AddDefaultSerie() public static Serie AddDefaultSerie(BaseChart chart, string serieName)

ScatterChart

class in XCharts.Runtime / Inherits from: BaseChart

Scatter chart is mainly used to show the relationship between two data dimensions.

public method since description
DefaultBubbleChart() public void DefaultBubbleChart()
default bubble chart.

SelectStyle

class in XCharts.Runtime / Inherits from: StateStyle,ISerieComponent,ISerieDataComponent

Since v3.2.0

Configurations of select state.

Serie

class in XCharts.Runtime / Inherits from: BaseSerie,IComparable / Subclasses: SerieHandler<T>,Bar,SimplifiedBar,Candlestick,SimplifiedCandlestick,Heatmap,Line,SimplifiedLine,Parallel,Pie,Radar,Ring,BaseScatter

系列。系列一般由数据和配置组成,用来表示具体的图表图形,如折线图的一条折线,柱图的一组柱子等。一个图表中可以包含多个不同类型的系列。

public method since description
onClick public Action<SerieEventData> onClick
event callback when click serie.
onDown public Action<SerieEventData> onDown
event callback when mouse down on serie.
onEnter public Action<SerieEventData> onEnter
event callback when mouse enter serie.
onExit public Action<SerieEventData> onExit
event callback when mouse leave serie.
AddChildData() public SerieData AddChildData(SerieData parent, double value, string name, string id)
AddChildData() public SerieData AddChildData(SerieData parent, List<double> value, string name, string id)
AddChildData() public void AddChildData(SerieData parent, SerieData serieData)
AddData() public SerieData AddData(double indexOrTimestamp, double open, double close, double lowest, double heighest, string dataName = null, string dataId = null)
添加 (open, close, lowest, heighest) 数据
AddData() public SerieData AddData(List<double> valueList, string dataName = null, string dataId = null)
将一组数据添加到系列中。 如果数据只有一个默认添加到维度Y中。
AddData() public SerieData AddData(params double[] values)
添加任意维数据到系列中。
AddExtraComponent<T>() public T AddExtraComponent<T>() where T : ChildComponent, ISerieComponent
AddLink() public SerieDataLink AddLink(string sourceName, string targetName, double value)
Add a link data.
AddSerieData() public void AddSerieData(SerieData serieData)
AddXYData() public SerieData AddXYData(double xValue, double yValue, string dataName = null, string dataId = null)
添加xy数据到维度X和维度Y
AddYData() public SerieData AddYData(double value, string dataName = null, string dataId = null)
添加一个数据到维度Y此时维度X对应的数据是索引
AnimationEnable() public void AnimationEnable(bool flag)
启用或取消初始动画
AnimationFadeIn() public void AnimationFadeIn()
渐入动画
AnimationFadeOut() public void AnimationFadeOut()
渐出动画
AnimationPause() public void AnimationPause()
暂停动画
AnimationReset() public void AnimationReset()
重置动画
AnimationRestart() public void AnimationRestart()
重置动画
AnimationResume() public void AnimationResume()
继续动画
CanAddComponent() public bool CanAddComponent(Type type)
CanAddComponent<T>() public bool CanAddComponent<T>() where T : ChildComponent, ISerieComponent
ClearComponentDirty() public override void ClearComponentDirty()
ClearData() public override void ClearData()
清空所有数据
ClearDirty() public override void ClearDirty()
ClearHighlight() public void ClearHighlight()
清除所有数据的高亮标志
ClearLinks() public void ClearLinks()
清空所有Link数据
ClearSerieNameDirty() public void ClearSerieNameDirty()
ClearVerticesDirty() public override void ClearVerticesDirty()
Clone() public Serie Clone()
Clone<T>() public T Clone<T>() where T : Serie
CompareTo() public int CompareTo(object obj)
EnsureComponent() public ISerieComponent EnsureComponent(Type type)
EnsureComponent<T>() public T EnsureComponent<T>() where T : ChildComponent, ISerieComponent
Ensure the serie has the component. If not, add it.
GetBarWidth() public float GetBarWidth(float categoryWidth, int barCount = 0, float defaultRate = 0.6f)
GetComponent() public ISerieComponent GetComponent(Type type)
GetComponent<T>() public T GetComponent<T>() where T : ChildComponent, ISerieComponent
GetData() public double GetData(int index, int dimension, DataZoom dataZoom = null)
获得指定index指定维数的数据
GetDataList() public List<SerieData> GetDataList(DataZoom dataZoom = null)
获得系列的数据列表
GetDataTotal() public virtual double GetDataTotal(int dimension, SerieData serieData = null)
GetSerieData() public SerieData GetSerieData(int index, DataZoom dataZoom = null)
获得指定索引的数据项
GetSerieData() public SerieData GetSerieData(SerieData parent, string id)
GetSerieData() public SerieData GetSerieData(string id, DataZoom dataZoom = null)
GetXYData() public void GetXYData(int index, DataZoom dataZoom, out double xValue, out double yVlaue)
获得指定索引的维度X和维度Y的数据
GetYCurrData() public double GetYCurrData(int index, DataZoom dataZoom = null)
GetYData() public double GetYData(int index, DataZoom dataZoom = null)
获得维度Y索引对应的数据
GetYData() public void GetYData(int index, out double yData, out string dataName, DataZoom dataZoom = null)
获得维度Y索引对应的数据和数据名
IsIgnoreIndex() public bool IsIgnoreIndex(int index, int dimension = 1)
IsIgnorePoint() public bool IsIgnorePoint(int index)
IsIgnoreValue() public bool IsIgnoreValue(double value)
IsIgnoreValue() public bool IsIgnoreValue(SerieData serieData, double value)
IsIgnoreValue() public bool IsIgnoreValue(SerieData serieData, int dimension = 1)
IsLegendName() public bool IsLegendName(string legendName)
IsMinShowLabelValue() public bool IsMinShowLabelValue(double value)
IsMinShowLabelValue() public bool IsMinShowLabelValue(int index, int dimension = 1)
IsMinShowLabelValue() public bool IsMinShowLabelValue(SerieData serieData, int dimension = 1)
IsPerformanceMode() public bool IsPerformanceMode()
是否为性能模式。性能模式下不绘制Symbol不刷新Label不单独设置数据项配置。
IsSerie<T>() public bool IsSerie<T>() where T : Serie
IsSerieDataLegendName() public bool IsSerieDataLegendName(string legendName)
IsSerieLegendName() public bool IsSerieLegendName(string legendName)
IsUseCoord<T>() public bool IsUseCoord<T>() where T : CoordSystem
RemoveAllComponents() public void RemoveAllComponents()
Remove all extra components.
RemoveComponent() public void RemoveComponent(Type type)
RemoveComponent<T>() public void RemoveComponent<T>() where T : ISerieComponent
RemoveData() public void RemoveData(int index)
移除指定索引的数据
ResetDataIndex() public bool ResetDataIndex()
重置数据项索引。避免部分数据项的索引异常。
ResetInteract() public void ResetInteract()
SetAllDirty() public override void SetAllDirty()
SetCoord<T>() public bool SetCoord<T>() where T : CoordSystem
SetHighlight() public void SetHighlight(int index, bool flag)
设置指定索引的数据为高亮状态
SetVerticesDirty() public override void SetVerticesDirty()
UpdateData() public bool UpdateData(int index, int dimension, double value)
更新指定索引指定维数的数据
UpdateData() public bool UpdateData(int index, List<double> values)
更新指定索引的数据项数据列表
UpdateDataName() public bool UpdateDataName(int index, string name)
UpdateXYData() public bool UpdateXYData(int index, double xValue, double yValue)
更新指定索引的维度X和维度Y的数据
UpdateYData() public bool UpdateYData(int index, double value)
更新指定索引的维度Y数据

SerieComponentAttribute

class in XCharts.Runtime / Inherits from: Attribute

The attribute for serie component.

public method since description
Contains() public bool Contains(Type type)
Contains<T>() public bool Contains<T>() where T : ISerieComponent
SerieComponentAttribute() public SerieComponentAttribute()
SerieComponentAttribute() public SerieComponentAttribute(Type type1)
SerieComponentAttribute() public SerieComponentAttribute(Type type1, Type type2)
SerieComponentAttribute() public SerieComponentAttribute(Type type1, Type type2, Type type3)
SerieComponentAttribute() public SerieComponentAttribute(Type type1, Type type2, Type type3, Type type4)
SerieComponentAttribute() public SerieComponentAttribute(Type type1, Type type2, Type type3, Type type4, Type type5)
SerieComponentAttribute() public SerieComponentAttribute(Type type1, Type type2, Type type3, Type type4, Type type5, Type type6)
SerieComponentAttribute() public SerieComponentAttribute(Type type1, Type type2, Type type3, Type type4, Type type5, Type type6, Type type7)

SerieContext

class in XCharts.Runtime

SerieConvertAttribute

class in XCharts.Runtime / Inherits from: Attribute

The attribute for which serie types can be converted to.

public method since description
Contains() public bool Contains(Type type)
Contains<T>() public bool Contains<T>() where T : Serie
SerieConvertAttribute() public SerieConvertAttribute(Type serie)
SerieConvertAttribute() public SerieConvertAttribute(Type serie, Type serie2)
SerieConvertAttribute() public SerieConvertAttribute(Type serie, Type serie2, Type serie3)
SerieConvertAttribute() public SerieConvertAttribute(Type serie, Type serie2, Type serie3, Type serie4)

SerieData

class in XCharts.Runtime / Inherits from: ChildComponent

A data item of serie.

public method since description
ClearComponentDirty() public override void ClearComponentDirty()
ClearVerticesDirty() public override void ClearVerticesDirty()
EnsureComponent() v3.6.0 public ISerieDataComponent EnsureComponent(Type type)
Ensure the serie data has the component, if not, add it.
EnsureComponent<T>() v3.6.0 public T EnsureComponent<T>() where T : ChildComponent, ISerieDataComponent
Ensure the serie data has the component, if not, add it.
GetAddAnimationData() public double GetAddAnimationData(double min, double max, float animationDuration = 500f, bool unscaledTime = false)
GetComponent<T>() public T GetComponent<T>() where T : ChildComponent, ISerieDataComponent
Get the component of the serie data. return null if not exist.
GetCurrData() public double GetCurrData(int index, AnimationStyle animation, bool inverse = false, bool loop = false)
GetCurrData() public double GetCurrData(int index, AnimationStyle animation, bool inverse, double min, double max, bool loop = false)
GetCurrData() public double GetCurrData(int index, float dataAddDuration = 500f, float animationDuration = 500f, bool unscaledTime = false, bool inverse = false)
GetCurrData() public double GetCurrData(int index, float dataAddDuration, float animationDuration, bool inverse, double min, double max, bool unscaledTime, bool loop = false)
GetData() public double GetData(int index, bool inverse = false)
GetData() public double GetData(int index, double min, double max)
GetFirstData() public double GetFirstData(bool unscaledTime, float animationDuration = 500f)
GetLabelHeight() public float GetLabelHeight()
GetLabelWidth() public float GetLabelWidth()
GetLastData() public double GetLastData()
GetMaxData() public double GetMaxData(bool inverse = false)
the maxinum value.
GetMinData() public double GetMinData(bool inverse = false)
the mininum value.
GetMinMaxData() public void GetMinMaxData(int startDimensionIndex, bool inverse, out double min, out double max)
GetOrAddComponent<T>() public T GetOrAddComponent<T>() where T : ChildComponent, ISerieDataComponent
GetPreviousData() public double GetPreviousData(int index, bool inverse = false)
GetTotalData() public double GetTotalData()
IsDataChanged() public bool IsDataChanged()
IsInPolygon() public bool IsInPolygon(Vector2 p)
List<string>() public static List<string> extraFieldList = new List<string>()
A data item of serie.
OnAdd() public void OnAdd(AnimationStyle animation, double startValue = 0)
RemoveAllComponent() public void RemoveAllComponent()
RemoveComponent() public void RemoveComponent(Type type)
RemoveComponent<T>() public void RemoveComponent<T>() where T : ISerieDataComponent
Reset() public void Reset()
SetIconActive() public void SetIconActive(bool flag)
SetLabelActive() public void SetLabelActive(bool flag)
SetPolygon() public void SetPolygon(params Vector2[] points)
SetPolygon() public void SetPolygon(Vector2 p1, Vector2 p2, Vector2 p3, Vector2 p4)
SetPolygon() public void SetPolygon(Vector2 p1, Vector2 p2, Vector2 p3, Vector2 p4, Vector2 p5)
UpdateData() public bool UpdateData(int dimension, double value)
UpdateData() public bool UpdateData(int dimension, double value, bool updateAnimation, bool unscaledTime, float animationDuration = 500f)

SerieDataComponentAttribute

class in XCharts.Runtime / Inherits from: Attribute

The attribute for serie data component.

public method since description
Contains() public bool Contains(Type type)
Contains<T>() public bool Contains<T>() where T : ISerieComponent
SerieDataComponentAttribute() public SerieDataComponentAttribute()
SerieDataComponentAttribute() public SerieDataComponentAttribute(Type type1)
SerieDataComponentAttribute() public SerieDataComponentAttribute(Type type1, Type type2)
SerieDataComponentAttribute() public SerieDataComponentAttribute(Type type1, Type type2, Type type3)
SerieDataComponentAttribute() public SerieDataComponentAttribute(Type type1, Type type2, Type type3, Type type4)
SerieDataComponentAttribute() public SerieDataComponentAttribute(Type type1, Type type2, Type type3, Type type4, Type type5)
SerieDataComponentAttribute() public SerieDataComponentAttribute(Type type1, Type type2, Type type3, Type type4, Type type5, Type type6)
SerieDataComponentAttribute() public SerieDataComponentAttribute(Type type1, Type type2, Type type3, Type type4, Type type5, Type type6, Type type7)

SerieDataContext

class in XCharts.Runtime

public method since description
Reset() public void Reset()

SerieDataExtraFieldAttribute

class in XCharts.Runtime / Inherits from: Attribute

public method since description
Contains() public bool Contains(string field)
SerieDataExtraFieldAttribute() public SerieDataExtraFieldAttribute()
SerieDataExtraFieldAttribute() public SerieDataExtraFieldAttribute(string field1)
SerieDataExtraFieldAttribute() public SerieDataExtraFieldAttribute(string field1, string field2)
SerieDataExtraFieldAttribute() public SerieDataExtraFieldAttribute(string field1, string field2, string field3)
SerieDataExtraFieldAttribute() public SerieDataExtraFieldAttribute(string field1, string field2, string field3, string field4)
SerieDataExtraFieldAttribute() public SerieDataExtraFieldAttribute(string field1, string field2, string field3, string field4, string field5)
SerieDataExtraFieldAttribute() public SerieDataExtraFieldAttribute(string field1, string field2, string field3, string field4, string field5, string field6)
SerieDataExtraFieldAttribute() public SerieDataExtraFieldAttribute(string field1, string field2, string field3, string field4, string field5, string field6, string field7)

class in XCharts.Runtime / Inherits from: ChildComponent

Since v3.10.0

the link of serie data. Used for sankey chart. Sankey chart only supports directed acyclic graph. make sure the data link is directed acyclic graph.

SerieEventData

class in XCharts.Runtime

the data of serie event.

public method since description
Reset() public void Reset()

SerieEventDataPool

class in XCharts.Runtime

public method since description
Get() public static SerieEventData Get(Vector3 pos, int serieIndex, int dataIndex, int dimension, double value)
Release() public static void Release(SerieEventData toRelease)

SerieHandler

class in XCharts.Runtime

public method since description
AfterUpdate() public virtual void AfterUpdate() { }
BeforeUpdate() public virtual void BeforeUpdate() { }
CheckComponent() public virtual void CheckComponent(StringBuilder sb) { }
DrawBase() public virtual void DrawBase(VertexHelper vh) { }
DrawSerie() public virtual void DrawSerie(VertexHelper vh) { }
DrawTop() public virtual void DrawTop(VertexHelper vh) { }
DrawUpper() public virtual void DrawUpper(VertexHelper vh) { }
ForceUpdateSerieContext() public virtual void ForceUpdateSerieContext() { }
InitComponent() public virtual void InitComponent() { }
OnBeginDrag() public virtual void OnBeginDrag(PointerEventData eventData) { }
OnDataUpdate() public virtual void OnDataUpdate() { }
OnDrag() public virtual void OnDrag(PointerEventData eventData) { }
OnEndDrag() public virtual void OnEndDrag(PointerEventData eventData) { }
OnLegendButtonClick() public virtual void OnLegendButtonClick(int index, string legendName, bool show) { }
OnLegendButtonEnter() public virtual void OnLegendButtonEnter(int index, string legendName) { }
OnLegendButtonExit() public virtual void OnLegendButtonExit(int index, string legendName) { }
OnPointerClick() public virtual void OnPointerClick(PointerEventData eventData) { }
OnPointerDown() public virtual void OnPointerDown(PointerEventData eventData) { }
OnPointerEnter() public virtual void OnPointerEnter(PointerEventData eventData) { }
OnPointerExit() public virtual void OnPointerExit(PointerEventData eventData) { }
OnPointerUp() public virtual void OnPointerUp(PointerEventData eventData) { }
OnScroll() public virtual void OnScroll(PointerEventData eventData) { }
RefreshLabelInternal() public virtual void RefreshLabelInternal() { }
RefreshLabelNextFrame() public virtual void RefreshLabelNextFrame() { }
RemoveComponent() public virtual void RemoveComponent() { }
Update() public virtual void Update() { }
UpdateSerieContext() public virtual void UpdateSerieContext() { }

SerieHandler where T

class in / Subclasses: SerieHandler<T>

SerieHandler<T>

class in XCharts.Runtime / Inherits from: [SerieHandler where T](#seriehandler where t),Serie

public method since description
AfterUpdate() public override void AfterUpdate()
BeforeUpdate() public override void BeforeUpdate()
DrawLabelLineSymbol() public void DrawLabelLineSymbol(VertexHelper vh, LabelLine labelLine, Vector3 startPos, Vector3 endPos, Color32 defaultColor)
ForceUpdateSerieContext() public override void ForceUpdateSerieContext()
GetPointerItemDataDimension() public override int GetPointerItemDataDimension()
GetPointerItemDataIndex() public override int GetPointerItemDataIndex()
GetSerieDataAutoColor() public virtual Color GetSerieDataAutoColor(SerieData serieData)
GetSerieDataLabelOffset() public virtual Vector3 GetSerieDataLabelOffset(SerieData serieData, LabelStyle label)
GetSerieDataLabelPosition() public virtual Vector3 GetSerieDataLabelPosition(SerieData serieData, LabelStyle label)
GetSerieDataTitlePosition() public virtual Vector3 GetSerieDataTitlePosition(SerieData serieData, TitleStyle titleStyle)
InitComponent() public override void InitComponent()
OnLegendButtonClick() public override void OnLegendButtonClick(int index, string legendName, bool show)
OnLegendButtonEnter() public override void OnLegendButtonEnter(int index, string legendName)
OnLegendButtonExit() public override void OnLegendButtonExit(int index, string legendName)
OnPointerClick() public override void OnPointerClick(PointerEventData eventData)
OnPointerDown() public override void OnPointerDown(PointerEventData eventData)
RefreshEndLabelInternal() public virtual void RefreshEndLabelInternal()
RefreshLabelInternal() public override void RefreshLabelInternal()
RefreshLabelNextFrame() public override void RefreshLabelNextFrame()
RemoveComponent() public override void RemoveComponent()
Update() public override void Update()

SerieHandlerAttribute

class in XCharts.Runtime / Inherits from: Attribute

public method since description
SerieHandlerAttribute() public SerieHandlerAttribute(Type handler)
SerieHandlerAttribute() public SerieHandlerAttribute(Type handler, bool allowMultiple)

SerieHelper

class in XCharts.Runtime

public method since description
CloneSerie<T>() public static T CloneSerie<T>(Serie serie) where T : Serie
CopySerie() public static void CopySerie(Serie oldSerie, Serie newSerie)
GetAllMinMaxData() public static void GetAllMinMaxData(Serie serie, double ceilRate = 0, DataZoom dataZoom = null)
GetAreaStyle() public static AreaStyle GetAreaStyle(Serie serie, SerieData serieData)
GetAverageData() public static double GetAverageData(Serie serie, int dimension = 1, DataZoom dataZoom = null)
GetBlurStyle() public static BlurStyle GetBlurStyle(Serie serie, SerieData serieData)
GetEmphasisStyle() public static EmphasisStyle GetEmphasisStyle(Serie serie, SerieData serieData)
GetItemColor() public static Color32 GetItemColor(Serie serie, SerieData serieData, ThemeStyle theme, int index, SerieState state = SerieState.Auto, bool opacity = true)
GetItemFormatter() public static string GetItemFormatter(Serie serie, SerieData serieData, string defaultFormatter = null)
GetItemMarker() public static string GetItemMarker(Serie serie, SerieData serieData, string defaultMarker = null)
GetItemStyle() public static ItemStyle GetItemStyle(Serie serie, SerieData serieData, SerieState state = SerieState.Auto)
GetLineColor() public static Color32 GetLineColor(Serie serie, SerieData serieData, ThemeStyle theme, int index, SerieState state = SerieState.Auto)
GetLineStyle() public static LineStyle GetLineStyle(Serie serie, SerieData serieData)
GetMaxData() public static double GetMaxData(Serie serie, int dimension = 1, DataZoom dataZoom = null)
GetMaxSerieData() public static SerieData GetMaxSerieData(Serie serie, int dimension = 1, DataZoom dataZoom = null)
GetMedianData() public static double GetMedianData(Serie serie, int dimension = 1, DataZoom dataZoom = null)
GetMinData() public static double GetMinData(Serie serie, int dimension = 1, DataZoom dataZoom = null)
GetMinMaxData() public static void GetMinMaxData(Serie serie, out double min, out double max, DataZoom dataZoom = null, int dimension = 0)
Gets the maximum and minimum values of all data in the serie.
GetMinSerieData() public static SerieData GetMinSerieData(Serie serie, int dimension = 1, DataZoom dataZoom = null)
GetNumericFormatter() public static string GetNumericFormatter(Serie serie, SerieData serieData, string defaultFormatter = null)
GetSelectStyle() public static SelectStyle GetSelectStyle(Serie serie, SerieData serieData)
GetSerieLabel() public static LabelStyle GetSerieLabel(Serie serie, SerieData serieData, SerieState state = SerieState.Auto)
GetSerieLabelLine() public static LabelLine GetSerieLabelLine(Serie serie, SerieData serieData, SerieState state = SerieState.Auto)
GetSerieState() public static SerieState GetSerieState(Serie serie)
GetSerieState() public static SerieState GetSerieState(Serie serie, SerieData serieData, bool defaultSerieState = false)
GetSerieState() public static SerieState GetSerieState(SerieData serieData)
GetSerieSymbol() public static SerieSymbol GetSerieSymbol(Serie serie, SerieData serieData, SerieState state = SerieState.Auto)
GetStateStyle() public static StateStyle GetStateStyle(Serie serie, SerieData serieData, SerieState state)
GetSysmbolSize() public static float GetSysmbolSize(Serie serie, SerieData serieData, float defaultSize, SerieState state = SerieState.Auto, bool checkAnimation = false)
GetTitleStyle() public static TitleStyle GetTitleStyle(Serie serie, SerieData serieData)
IsAllZeroValue() public static bool IsAllZeroValue(Serie serie, int dimension = 1)
Whether the data for the specified dimension of serie are all 0.
IsDownPoint() public static bool IsDownPoint(Serie serie, int index)
UpdateCenter() public static void UpdateCenter(Serie serie, BaseChart chart)
更新运行时中心点和半径
UpdateFilterData() public static void UpdateFilterData(Serie serie, DataZoom dataZoom)
根据dataZoom更新数据列表缓存
UpdateMinMaxData() public static void UpdateMinMaxData(Serie serie, int dimension, double ceilRate = 0, DataZoom dataZoom = null)
获得指定维数的最大最小值
UpdateRect() public static void UpdateRect(Serie serie, Vector3 chartPosition, float chartWidth, float chartHeight)
UpdateSerieRuntimeFilterData() public static void UpdateSerieRuntimeFilterData(Serie serie, bool filterInvisible = true)

SerieLabelHelper

class in XCharts.Runtime

public method since description
CanShowLabel() public static bool CanShowLabel(Serie serie, SerieData serieData, LabelStyle label, int dimesion)
GetLabelColor() public static Color GetLabelColor(Serie serie, ThemeStyle theme, int index)
SetGaugeLabelText() public static void SetGaugeLabelText(Serie serie)

SerieLabelPool

class in XCharts.Runtime

public method since description
ClearAll() public static void ClearAll()
Release() public static void Release(GameObject element)
ReleaseAll() public static void ReleaseAll(Transform parent)

SerieParams

class in XCharts.Runtime

SeriesHelper

class in XCharts.Runtime

public method since description
GetLastStackSerie() public static Serie GetLastStackSerie(List<Serie> series, Serie serie)
获得上一个同堆叠且显示的serie。
GetLegalSerieNameList() public static List<string> GetLegalSerieNameList(List<Serie> series)
GetMaxSerieDataCount() public static int GetMaxSerieDataCount(List<Serie> series)
GetMinAnimationDuration() public static float GetMinAnimationDuration(List<Serie> series)
GetNameColor() public static Color GetNameColor(BaseChart chart, int index, string name)
GetStackSeries() public static void GetStackSeries(List<Serie> series, ref Dictionary<int, List<Serie>> stackSeries)
获得堆叠系列列表
IsAnyClipSerie() public static bool IsAnyClipSerie(List<Serie> series)
是否有需裁剪的serie。
IsLegalLegendName() public static bool IsLegalLegendName(string name)
IsPercentStack<T>() public static bool IsPercentStack<T>(List<Serie> series) where T : Serie
是否时百分比堆叠
IsPercentStack<T>() public static bool IsPercentStack<T>(List<Serie> series, string stackName) where T : Serie
是否时百分比堆叠
IsStack() public static bool IsStack(List<Serie> series)
是否由数据堆叠
IsStack<T>() public static bool IsStack<T>(List<Serie> series, string stackName) where T : Serie
是否堆叠
UpdateSerieNameList() public static void UpdateSerieNameList(BaseChart chart, ref List<string> serieNameList)
获得所有系列名,不包含空名字。
UpdateStackDataList() public static void UpdateStackDataList(List<Serie> series, Serie currSerie, DataZoom dataZoom, List<List<SerieData>> dataList)

SerieSymbol

class in XCharts.Runtime / Inherits from: SymbolStyle,ISerieDataComponent

系列数据项的标记的图形

public method since description
GetSize() public float GetSize(List<double> data, float themeSize)
根据指定的sizeType获得标记的大小
Reset() public override void Reset()
ShowSymbol() public bool ShowSymbol(int dataIndex, int dataCount)

SerieTheme

class in XCharts.Runtime / Inherits from: ChildComponent

public method since description
Copy() public void Copy(SerieTheme theme)
SerieTheme() public SerieTheme(ThemeType theme)

Settings

class in XCharts.Runtime / Inherits from: MainComponent

Global parameter setting component. The default value can be used in general, and can be adjusted when necessary.

public method since description
Copy() public void Copy(Settings settings)
Reset() public override void Reset()

SimplifiedBar

class in XCharts.Runtime / Inherits from: Serie,INeedSerieContainer,ISimplifiedSerie

public method since description
AddDefaultSerie() public static Serie AddDefaultSerie(BaseChart chart, string serieName)
ConvertSerie() public static SimplifiedBar ConvertSerie(Serie serie)

SimplifiedBarChart

class in XCharts.Runtime / Inherits from: BaseChart

A simplified bar chart is a simplified mode of a bar chart that provides better performance by simplifying components and configurations.

SimplifiedCandlestick

class in XCharts.Runtime / Inherits from: Serie,INeedSerieContainer,ISimplifiedSerie

public method since description
AddDefaultSerie() public static Serie AddDefaultSerie(BaseChart chart, string serieName)
ConvertSerie() public static SimplifiedCandlestick ConvertSerie(Serie serie)

SimplifiedCandlestickChart

class in XCharts.Runtime / Inherits from: BaseChart

A simplified candlestick chart is a simplified mode of a bar chart that provides better performance by simplifying components and configurations.

SimplifiedLine

class in XCharts.Runtime / Inherits from: Serie,INeedSerieContainer,ISimplifiedSerie

public method since description
AddDefaultSerie() public static Serie AddDefaultSerie(BaseChart chart, string serieName)
ConvertSerie() public static SimplifiedLine ConvertSerie(Serie serie)

SimplifiedLineChart

class in XCharts.Runtime / Inherits from: BaseChart

A simplified line chart is a simplified mode of a bar chart that provides better performance by simplifying components and configurations.

Since

class in XCharts.Runtime / Inherits from: Attribute

public method since description
Since() public Since(string version)

SingleAxis

class in XCharts.Runtime / Inherits from: Axis,IUpdateRuntimeData

Single axis.

public method since description
SetDefaultValue() public override void SetDefaultValue()
UpdateRuntimeData() public void UpdateRuntimeData(BaseChart chart)

SingleAxisCoord

class in XCharts.Runtime / Inherits from: CoordSystem

StageColor

class in XCharts.Runtime / Inherits from: ChildComponent

public method since description
StageColor() public StageColor(float percent, Color32 color)

StateStyle

class in XCharts.Runtime / Inherits from: ChildComponent / Subclasses: BlurStyle,EmphasisStyle,SelectStyle

Since v3.2.0

the state style of serie.

public method since description
ClearComponentDirty() public override void ClearComponentDirty()
ClearVerticesDirty() public override void ClearVerticesDirty()
Reset() public void Reset()

SubTitleTheme

class in XCharts.Runtime / Inherits from: ComponentTheme

public method since description
SubTitleTheme() public SubTitleTheme(ThemeType theme) : base(theme)

SVG

class in XUGL

public method since description
DrawPath() public static void DrawPath(VertexHelper vh, string path)
DrawPath() public static void DrawPath(VertexHelper vh, SVGPath path)
Test() public static void Test(VertexHelper vh)

SVGPath

class in XUGL

public method since description
AddSegment() public void AddSegment(SVGPathSeg seg)
Draw() public void Draw(VertexHelper vh)
Parse() public static SVGPath Parse(string path)

SVGPathSeg

class in XUGL

public method since description
SVGPathSeg() public SVGPathSeg(SVGPathSegType type)

SymbolStyle

class in XCharts.Runtime / Inherits from: ChildComponent / Subclasses: SerieSymbol

系列数据项的标记的图形

public method since description
GetColor() public Color32 GetColor(Color32 defaultColor)
Reset() public virtual void Reset()

TextLimit

class in XCharts.Runtime / Inherits from: 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.

public method since description
Clone() public TextLimit Clone()
Copy() public void Copy(TextLimit textLimit)
GetLimitContent() public string GetLimitContent(string content)
SetRelatedText() public void SetRelatedText(ChartText txt, float labelWidth)

TextPadding

class in XCharts.Runtime / Inherits from: Padding

Settings related to text.

public method since description
TextPadding() public TextPadding() { }
TextPadding() public TextPadding(float top, float right, float bottom, float left)

TextStyle

class in XCharts.Runtime / Inherits from: ChildComponent

Settings related to text.

public method since description
Copy() public void Copy(TextStyle textStyle)
GetAlignment() public TextAnchor GetAlignment(TextAnchor defaultAlignment)
GetColor() public Color GetColor(Color defaultColor)
GetFontSize() public int GetFontSize(ComponentTheme defaultTheme)
TextStyle() public TextStyle() { }
TextStyle() public TextStyle(int fontSize)
TextStyle() public TextStyle(int fontSize, FontStyle fontStyle)
TextStyle() public TextStyle(int fontSize, FontStyle fontStyle, Color color)
TextStyle() public TextStyle(int fontSize, FontStyle fontStyle, Color color, int rorate)
UpdateAlignmentByLocation() public void UpdateAlignmentByLocation(Location location)

Theme

class in XCharts.Runtime / Inherits from: ScriptableObject

Theme.

public method since description
CheckWarning() public void CheckWarning(StringBuilder sb)
CloneTheme() public Theme CloneTheme()
克隆主题。
CopyTheme() public bool CopyTheme(ThemeType theme)
CopyTheme() public void CopyTheme(Theme theme)
copy all configurations from theme.
GetColor() public Color32 GetColor(int index)
Gets the color of the specified index from the palette.
GetColor() public static Color32 GetColor(string hexColorStr)
Convert the html string to color.
GetColorStr() public string GetColorStr(int index)
Gets the hexadecimal color string of the specified index from the palette.
GetHashCode() public override int GetHashCode()
ResetTheme() public bool ResetTheme()
Clear all custom configurations.
ResetToDarkTheme() public static void ResetToDarkTheme(Theme theme)
dark theme.
ResetToDefaultTheme() public static void ResetToDefaultTheme(Theme theme)
default theme.
SetColorPalette() public void SetColorPalette(List<string> hexColorStringList)
SetDefaultFont() public void SetDefaultFont()
SyncFontToSubComponent() public void SyncFontToSubComponent()
SyncTMPFontToSubComponent() public void SyncTMPFontToSubComponent()

ThemeStyle

class in XCharts.Runtime / Inherits from: ChildComponent

Theme.

public method since description
CheckWarning() public void CheckWarning(StringBuilder sb)
GetBackgroundColor() public Color32 GetBackgroundColor(Background background)
GetColor() public Color32 GetColor(int index)
Gets the color of the specified index from the palette.
GetColor() public static Color32 GetColor(string hexColorStr)
Convert the html string to color.
GetColorStr() public string GetColorStr(int index)
Gets the hexadecimal color string of the specified index from the palette.
SyncSharedThemeColorToCustom() public void SyncSharedThemeColorToCustom()

Title

class in XCharts.Runtime / Inherits from: MainComponent,IPropertyChanged

Title component, including main title and subtitle.

public method since description
ClearComponentDirty() public override void ClearComponentDirty()
OnChanged() public void OnChanged()

TitleStyle

class in XCharts.Runtime / Inherits from: LabelStyle,ISerieDataComponent,ISerieComponent

the title of serie.

TitleTheme

class in XCharts.Runtime / Inherits from: ComponentTheme

public method since description
TitleTheme() public TitleTheme(ThemeType theme) : base(theme)

Tooltip

class in XCharts.Runtime / Inherits from: MainComponent

Tooltip component.

public method since description
AddSerieDataIndex() public void AddSerieDataIndex(int serieIndex, int dataIndex)
ClearComponentDirty() public override void ClearComponentDirty()
ClearData() public override void ClearData()
ClearSerieDataIndex() public void ClearSerieDataIndex()
GetContentLabelStyle() public LabelStyle GetContentLabelStyle(int index)
IsActive() public bool IsActive()
提示框是否显示
isAnySerieDataIndex() public bool isAnySerieDataIndex()
IsSelected() public bool IsSelected()
当前提示框是否选中数据项
IsSelected() public bool IsSelected(int index)
指定索引的数据项是否被提示框选中
IsTriggerAxis() public bool IsTriggerAxis()
IsTriggerItem() public bool IsTriggerItem()
KeepTop() public void KeepTop()
Keep Tooltiop displayed at the top.
SetActive() public void SetActive(bool flag)
设置Tooltip组件是否显示
SetContentActive() public void SetContentActive(bool flag)
设置文本框是否显示
UpdateContentPos() public void UpdateContentPos(Vector2 pos, float width, float height)
更新文本框位置

TooltipContext

class in XCharts.Runtime

TooltipData

class in XCharts.Runtime

TooltipHelper

class in XCharts.Runtime

public method since description
GetItemNumericFormatter() public static string GetItemNumericFormatter(Tooltip tooltip, Serie serie, SerieData serieData)
GetLineColor() public static Color32 GetLineColor(Tooltip tooltip, Color32 defaultColor)
IsIgnoreFormatter() public static bool IsIgnoreFormatter(string itemFormatter)
LimitInRect() public static void LimitInRect(Tooltip tooltip, Rect chartRect)

TooltipTheme

class in XCharts.Runtime / Inherits from: ComponentTheme

public method since description
Copy() public void Copy(TooltipTheme theme)
TooltipTheme() public TooltipTheme(ThemeType theme) : base(theme)

TooltipView

class in XCharts.Runtime

public method since description
CreateView() public static TooltipView CreateView(Tooltip tooltip, ThemeStyle theme, Transform parent)
GetCurrentPos() public Vector3 GetCurrentPos()
GetTargetPos() public Vector3 GetTargetPos()
Refresh() public void Refresh()
SetActive() public void SetActive(bool flag)
Update() public void Update()
UpdatePosition() public void UpdatePosition(Vector3 pos)

TooltipViewItem

class in XCharts.Runtime

UGL

class in XUGL

UGUI Graphics Library.

public method since description
DrawDiamond() public static void DrawDiamond(VertexHelper vh, Vector3 center, float size, Color32 color)
Draw a diamond. 画菱形(钻石形状)
DrawDiamond() public static void DrawDiamond(VertexHelper vh, Vector3 center, float size, Color32 color, Color32 toColor)
Draw a diamond. 画菱形(钻石形状)
DrawDiamond() public static void DrawDiamond(VertexHelper vh, Vector3 center, float xRadius, float yRadius, Color32 color, Color32 toColor)
DrawEllipse() public static void DrawEllipse(VertexHelper vh, Vector3 center, float w, float h, Color32 color, float smoothness = 1)
DrawEmptyDiamond() public static void DrawEmptyDiamond(VertexHelper vh, Vector3 center, float xRadius, float yRadius, float tickness, Color32 color)
DrawEmptyDiamond() public static void DrawEmptyDiamond(VertexHelper vh, Vector3 center, float xRadius, float yRadius, float tickness, Color32 color, Color32 emptyColor)
DrawEmptyTriangle() public static void DrawEmptyTriangle(VertexHelper vh, Vector3 pos, float size, float tickness, Color32 color)
DrawEmptyTriangle() public static void DrawEmptyTriangle(VertexHelper vh, Vector3 pos, float size, float tickness, Color32 color, Color32 backgroundColor)
DrawLine() public static void DrawLine(VertexHelper vh, List<Vector3> points, float width, Color32 color, bool smooth, bool closepath = false)
DrawLine() public static void DrawLine(VertexHelper vh, Vector3 startPoint, Vector3 endPoint, float width, Color32 color)
Draw a line. 画直线
DrawLine() public static void DrawLine(VertexHelper vh, Vector3 startPoint, Vector3 endPoint, float width, Color32 color, Color32 toColor)
Draw a line. 画直线
DrawMinus() public static void DrawMinus(VertexHelper vh, Vector3 center, float radius, float tickness, Color32 color)
Draw minus sign.
DrawPlus() public static void DrawPlus(VertexHelper vh, Vector3 center, float radius, float tickness, Color32 color)
Draw plus sign.
DrawPolygon() public static void DrawPolygon(VertexHelper vh, List<Vector3> points, Color32 color)
填充任意多边形(目前只支持凸多边形)
DrawRectangle() public static void DrawRectangle(VertexHelper vh, Rect rect, Color32 color)
DrawRectangle() public static void DrawRectangle(VertexHelper vh, Rect rect, Color32 color, Color32 toColor)
DrawRectangle() public static void DrawRectangle(VertexHelper vh, Rect rect, float border, Color32 color)
DrawRectangle() public static void DrawRectangle(VertexHelper vh, Rect rect, float border, Color32 color, Color32 toColor)
DrawRectangle() public static void DrawRectangle(VertexHelper vh, Vector3 p1, Vector3 p2, float radius, Color32 color)
Draw a rectangle. 画带长方形
DrawSquare() public static void DrawSquare(VertexHelper vh, Vector3 center, float radius, Color32 color)
Draw a square. 画正方形
DrawSvgPath() public static void DrawSvgPath(VertexHelper vh, string path)
DrawTriangle() public static void DrawTriangle(VertexHelper vh, Vector3 pos, float size, Color32 color)
DrawTriangle() public static void DrawTriangle(VertexHelper vh, Vector3 pos, float size, Color32 color, Color32 toColor)

UGLExample

class in XUGL / Inherits from: MaskableGraphic

UGLHelper

class in XUGL

public method since description
GetAngle360() public static float GetAngle360(Vector2 from, Vector2 to)
获得0-360的角度12点钟方向为0度
GetBezier() public static Vector3 GetBezier(float t, Vector3 sp, Vector3 cp, Vector3 ep)
GetBezier2() public static Vector3 GetBezier2(float t, Vector3 sp, Vector3 p1, Vector3 p2, Vector3 ep)
GetBezierList() public static List<Vector3> GetBezierList(Vector3 sp, Vector3 ep, int segment, Vector3 cp)
GetDire() public static Vector3 GetDire(float angle, bool isDegree = false)
GetIntersection() public static bool GetIntersection(Vector3 p1, Vector3 p2, Vector3 p3, Vector3 p4, ref List<Vector3> intersection)
获得两直线的交点
GetIntersection() public static bool GetIntersection(Vector3 p1, Vector3 p2, Vector3 p3, Vector3 p4, ref Vector3 intersection)
获得两直线的交点
GetPos() public static Vector3 GetPos(Vector3 center, float radius, float angle, bool isDegree = false)
GetVertialDire() public static Vector3 GetVertialDire(Vector3 dire)
IsClearColor() public static bool IsClearColor(Color color)
IsClearColor() public static bool IsClearColor(Color32 color)
IsPointInPolygon() public static bool IsPointInPolygon(Vector3 p, List<Vector2> polyons)
IsPointInPolygon() public static bool IsPointInPolygon(Vector3 p, List<Vector3> polyons)
IsPointInTriangle() public static bool IsPointInTriangle(Vector3 p1, Vector3 p2, Vector3 p3, Vector3 check)
IsValueEqualsColor() public static bool IsValueEqualsColor(Color color1, Color color2)
IsValueEqualsColor() public static bool IsValueEqualsColor(Color32 color1, Color32 color2)
IsValueEqualsList<T>() public static bool IsValueEqualsList<T>(List<T> list1, List<T> list2)
IsValueEqualsString() public static bool IsValueEqualsString(string str1, string str2)
IsValueEqualsVector2() public static bool IsValueEqualsVector2(Vector2 v1, Vector2 v2)
IsValueEqualsVector3() public static bool IsValueEqualsVector3(Vector3 v1, Vector2 v2)
IsValueEqualsVector3() public static bool IsValueEqualsVector3(Vector3 v1, Vector3 v2)
IsZeroVector() public static bool IsZeroVector(Vector3 pos)
RotateRound() public static Vector3 RotateRound(Vector3 position, Vector3 center, Vector3 axis, float angle)

UIComponent

class in XCharts.Runtime / Inherits from: BaseGraph

UI组件基类。

public method since description
SetAllDirty() public override void SetAllDirty()
SetDataDirty() v3.9.0 public void SetDataDirty()
SetVerticesDirty() public override void SetVerticesDirty()
UpdateTheme() public bool UpdateTheme(ThemeType theme)
Update chart theme.

UIComponentTheme

class in XCharts.Runtime / Inherits from: ChildComponent

public method since description
GetBackgroundColor() public Color32 GetBackgroundColor(Background background)

UIHelper

class in XCharts.Runtime

UI帮助类。

VisualMap

class in XCharts.Runtime / Inherits from: MainComponent

VisualMap component. Mapping data to visual elements such as colors.

public method since description
AddColors() public void AddColors(List<Color32> colors)
AddColors() public void AddColors(List<string> colors)
ClearComponentDirty() public override void ClearComponentDirty()
ClearVerticesDirty() public override void ClearVerticesDirty()
GetColor() public Color32 GetColor(double value)
GetIndex() public int GetIndex(double value)
GetValue() public double GetValue(Vector3 pos, Rect chartRect)
IsInRangeMaxRect() public bool IsInRangeMaxRect(Vector3 local, Rect chartRect, float triangleLen)
IsInRangeMinRect() public bool IsInRangeMinRect(Vector3 local, Rect chartRect, float triangleLen)
IsInRangeRect() public bool IsInRangeRect(Vector3 local, Rect chartRect)
IsInRect() public bool IsInRect(Vector3 local, Rect chartRect, float triangleLen = 20)
IsInSelectedValue() public bool IsInSelectedValue(double value)
IsPiecewise() public bool IsPiecewise()

VisualMapContext

class in XCharts.Runtime / Inherits from: MainComponentContext

VisualMapHelper

class in XCharts.Runtime

public method since description
AutoSetLineMinMax() public static void AutoSetLineMinMax(VisualMap visualMap, Serie serie, bool isY, Axis axis, Axis relativedAxis)
GetDimension() public static int GetDimension(VisualMap visualMap, int defaultDimension)
IsNeedAreaGradient() public static bool IsNeedAreaGradient(VisualMap visualMap)
IsNeedGradient() public static bool IsNeedGradient(VisualMap visualMap)
IsNeedLineGradient() public static bool IsNeedLineGradient(VisualMap visualMap)
SetMinMax() public static void SetMinMax(VisualMap visualMap, double min, double max)

VisualMapRange

class in XCharts.Runtime / Inherits from: ChildComponent

public method since description
Contains() public bool Contains(double value, double minMaxRange)

VisualMapTheme

class in XCharts.Runtime / Inherits from: ComponentTheme

public method since description
Copy() public void Copy(VisualMapTheme theme)
VisualMapTheme() public VisualMapTheme(ThemeType theme) : base(theme)

XAxis

class in XCharts.Runtime / Inherits from: Axis

The x axis in cartesian(rectangular) coordinate.

public method since description
SetDefaultValue() public override void SetDefaultValue()
The x axis in cartesian(rectangular) coordinate.

XChartsMgr

class in XCharts.Runtime

public method since description
AddChart() public static void AddChart(BaseChart chart)
ContainsChart() public static bool ContainsChart(BaseChart chart)
ContainsChart() public static bool ContainsChart(string chartName)
GetChart() public static BaseChart GetChart(string chartName)
GetCharts() public static List<BaseChart> GetCharts(string chartName)
GetPackageFullPath() public static string GetPackageFullPath()
GetRepeatChartNameInfo() public static string GetRepeatChartNameInfo(BaseChart chart, string chartName)
IsRepeatChartName() public static bool IsRepeatChartName(BaseChart chart, string chartName = null)
RemoveAllChartObject() public static void RemoveAllChartObject()
RemoveChart() public static void RemoveChart(string chartName)

XCResourceImporterWindow

class in XCharts.Runtime / Inherits from: UnityEditor.EditorWindow

public method since description
ShowPackageImporterWindow() public static void ShowPackageImporterWindow()

XCResourcesImporter

class in XCharts.Runtime

public method since description
OnDestroy() public void OnDestroy() { }
OnGUI() public void OnGUI()
XCResourcesImporter() public XCResourcesImporter() { }

XCSettings

class in XCharts.Runtime / Inherits from: ScriptableObject

public method since description
AddCustomTheme() public static bool AddCustomTheme(Theme theme)
ExistAssetFile() public static bool ExistAssetFile()
GetSettingAssetPath() public static string GetSettingAssetPath()

XCThemeMgr

class in XCharts.Runtime

public method since description
AddTheme() public static void AddTheme(Theme theme)
CheckReloadTheme() public static void CheckReloadTheme()
ContainsTheme() public static bool ContainsTheme(string themeName)
ExportTheme() public static bool ExportTheme(Theme theme)
ExportTheme() public static bool ExportTheme(Theme theme, string themeNewName)
GetAllThemeNames() public static List<string> GetAllThemeNames()
GetTheme() public static Theme GetTheme(string themeName)
GetTheme() public static Theme GetTheme(ThemeType type)
GetThemeAssetPath() public static string GetThemeAssetPath(string themeName)
GetThemeList() public static List<Theme> GetThemeList()
LoadTheme() public static Theme LoadTheme(string themeName)
LoadTheme() public static Theme LoadTheme(ThemeType type)
ReloadThemeList() public static void ReloadThemeList()
重新加载主题列表
SwitchTheme() public static void SwitchTheme(BaseChart chart, string themeName)

XLog

class in XCharts.Runtime / Inherits from: MonoBehaviour

Log system. Used to output logs with date and log type, support output to file, support custom output log type.

public method since description
CanLog() public static bool CanLog(int level)
ClearAllLog() public static void ClearAllLog()
Debug() public static void Debug(string log)
EnableLog() public static void EnableLog(int logType)
Error() public static void Error(string log)
FlushLog() public static void FlushLog()
GetNowTime() public static string GetNowTime(string formatter = null)
GetTimestamp() public static ulong GetTimestamp()
Info() public static void Info(string log)
Log() public static void Log(string log)
LogError() public static void LogError(string log)
LogWarning() public static void LogWarning(string log)
Proto() public static void Proto(string log)
Vital() public static void Vital(string log)
Warning() public static void Warning(string log)

YAxis

class in XCharts.Runtime / Inherits from: Axis

The x axis in cartesian(rectangular) coordinate.

public method since description
SetDefaultValue() public override void SetDefaultValue()
The x axis in cartesian(rectangular) coordinate.