This commit is contained in:
monitor1394
2024-01-21 22:33:45 +08:00
parent e68e41a939
commit 653b81cc48
17 changed files with 41 additions and 11 deletions

View File

@@ -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|