mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 12:08:46 +00:00
增加Legend的TextLimit可限制图例显示文本的长度
This commit is contained in:
@@ -2342,6 +2342,9 @@ Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适
|
||||
|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()<br/>是否为性能模式。性能模式下不绘制Symbol,不刷新Label,不单独设置数据项配置。 |
|
||||
|IsSerie<T>()||public bool IsSerie<T>() where T : Serie|
|
||||
|IsSerieDataLegendName()||public bool IsSerieDataLegendName(string legendName)|
|
||||
|
||||
Reference in New Issue
Block a user