mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 18:30:14 +00:00
增加AxisLabel的showZeroLabel设置是否显示0刻度
This commit is contained in:
@@ -915,7 +915,7 @@ public bool IsLog()
|
||||
|
||||
### Axis.IsNeedShowLabel
|
||||
|
||||
public bool IsNeedShowLabel(int index, int total = 0)
|
||||
public bool IsNeedShowLabel(int index, int total = 0, string content = null)
|
||||
|
||||
### Axis.IsRight
|
||||
|
||||
@@ -1219,7 +1219,7 @@ public override string GetFormatterContent(int labelIndex, int totalIndex, doubl
|
||||
|
||||
### AxisLabel.IsNeedShowLabel
|
||||
|
||||
public bool IsNeedShowLabel(int index, int total)
|
||||
public bool IsNeedShowLabel(int index, int total, string content = null)
|
||||
|
||||
### AxisLabel.SetRelatedText
|
||||
|
||||
|
||||
Reference in New Issue
Block a user