mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 09:20:08 +00:00
整理代码,去掉warning
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1221,7 +1221,6 @@ namespace XCharts
|
||||
TryAddToList(isTurnBack, isYAxis, smoothPoints, lastSmoothPoint, startUp, false);
|
||||
TryAddToList(isTurnBack, isYAxis, smoothDownPoints, lastSmoothDownPoint, startDn, false);
|
||||
}
|
||||
var sourAreaColor = areaColor;
|
||||
var bezierPointsCount = bezierPoints.Count;
|
||||
for (int k = 1; k < bezierPointsCount; k++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user