优化LineChart的密集数据的曲线效果

This commit is contained in:
monitor1394
2019-09-26 19:03:26 +08:00
parent f1199f2aad
commit 2c0b86f897
5 changed files with 15118 additions and 15077 deletions

View File

@@ -52,7 +52,7 @@ namespace XCharts
public int threshold { get { return m_Threshold; } set { m_Threshold = value; } }
/// <summary>
/// The milliseconds delay before updating the first animation.
/// 动画延时。
/// 动画延时(毫秒)
/// </summary>
/// <value></value>
public int delay { get { return m_Delay; } set { m_Delay = value; if (m_Delay < 0) m_Delay = 0; } }

View File

@@ -679,7 +679,6 @@ namespace XCharts
m_Series.GetYMinMaxValue(m_DataZoom, axisIndex, out tempMinValue, out tempMaxValue);
}
axis.AdjustMinMaxValue(ref tempMinValue, ref tempMaxValue);
if (tempMinValue != axis.minValue || tempMaxValue != axis.maxValue)
{
axis.minValue = tempMinValue;