mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-29 12:48:47 +00:00
fixed bug
This commit is contained in:
@@ -285,7 +285,7 @@ namespace XCharts
|
|||||||
ChartDrawer.DrawCurves(vh, pos1, pos5, pos1, pos2, serie.label.lineWidth, color, m_Settings.lineSmoothness);
|
ChartDrawer.DrawCurves(vh, pos1, pos5, pos1, pos2, serie.label.lineWidth, color, m_Settings.lineSmoothness);
|
||||||
break;
|
break;
|
||||||
case SerieLabel.LineType.HorizontalLine:
|
case SerieLabel.LineType.HorizontalLine:
|
||||||
ChartDrawer.DrawCricle(vh, pos0, horizontalLineCircleRadius, color, 20);
|
ChartDrawer.DrawCricle(vh, pos0, horizontalLineCircleRadius, color);
|
||||||
ChartDrawer.DrawLine(vh, pos6, pos4, serie.label.lineWidth, color);
|
ChartDrawer.DrawLine(vh, pos6, pos4, serie.label.lineWidth, color);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user