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 @@ slug: /api
|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|

View File

@@ -72,7 +72,6 @@ slug: /changelog
* (2024.01.18) 修复`Animation``type`代码动态修改无效的问题
* (2024.01.13) 增加`Chart`的更多快捷创建图表菜单
* (2024.01.12) 屏蔽`Chart``Init()`接口,动态创建图表不再需要调用
* (2024.01.09) 增加`Background``borderStyle`,给图表默认设置圆角
* (2024.01.07) 修复`Tooltop`的第一个`ContentLabelStyle`设置`color`无效的问题
* (2024.01.01) 增加`BorderStyle`边框样式