mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 23:10:06 +00:00
整理代码
This commit is contained in:
@@ -25,7 +25,6 @@ namespace XCharts
|
||||
float barGap = GetBarGap();
|
||||
float barWidth = serie.GetBarWidth(categoryWidth);
|
||||
float space = (categoryWidth - barWidth) / 2;
|
||||
float barGapWidth = barWidth + barWidth * barGap;
|
||||
int maxCount = serie.maxShow > 0
|
||||
? (serie.maxShow > showData.Count ? showData.Count : serie.maxShow)
|
||||
: showData.Count;
|
||||
|
||||
Reference in New Issue
Block a user