整理代码,去掉warning

This commit is contained in:
monitor1394
2020-09-19 18:11:16 +08:00
parent 00024a53c0
commit 9825e06880
6 changed files with 0 additions and 22 deletions

View File

@@ -531,7 +531,6 @@ namespace XCharts
float totalWidth = 0;
float eachWidth = AxisHelper.GetEachWidth(yAxis, m_CoordinateHeight, m_DataZoom);
float gapWidth = yAxis.boundaryGap ? eachWidth / 2 : 0;
float textWidth = AxisHelper.GetScaleWidth(yAxis, m_CoordinateWidth, 0, m_DataZoom);
for (int i = 0; i < splitNumber; i++)
{
Text txt;