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 @@ 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|
|
||||
|
||||
@@ -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`边框样式
|
||||
|
||||
Reference in New Issue
Block a user