This commit is contained in:
monitor1394
2022-03-24 08:37:06 +08:00
parent 6cb3709655
commit f597a3f116
78 changed files with 791 additions and 741 deletions

View File

@@ -12,7 +12,7 @@ namespace XCharts.Runtime
{
private Dictionary<int, double> m_SerieDimMin = new Dictionary<int, double>();
private Dictionary<int, double> m_SerieDimMax = new Dictionary<int, double>();
private float m_LastInterval;
private double m_LastInterval;
private int m_LastSplitNumber;
public override void InitComponent()