修复坐标轴刻度刷新会闪屏的问题

This commit is contained in:
monitor1394
2019-09-30 19:05:09 +08:00
parent 292d67fe49
commit 6f0488a31d
5 changed files with 13 additions and 7 deletions

View File

@@ -61,6 +61,7 @@ namespace XCharts
protected override void DrawChart(VertexHelper vh)
{
base.DrawChart(vh);
if (!m_CheckMinMaxValue) return;
HashSet<string> serieNameSet = new HashSet<string>();
int serieNameCount = -1;
for (int i = 0; i < m_Series.Count; i++)