mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 03:58:49 +00:00
3.10.0
This commit is contained in:
@@ -779,7 +779,7 @@ Bar chart shows different data through the height of a bar, which is used in rec
|
||||
|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) { }|
|
||||
|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|
|
||||
|
||||
Reference in New Issue
Block a user