mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 01:40:06 +00:00
修复Axis的更新数据时效果不顺畅的问题
This commit is contained in:
@@ -35,11 +35,16 @@ namespace XCharts.Runtime
|
||||
/// ||当前最小值。
|
||||
/// </summary>
|
||||
public double minValue;
|
||||
public double lastMinValue { get; internal set; }
|
||||
public double destMinValue { get; internal set; }
|
||||
/// <summary>
|
||||
/// the current maximum value.
|
||||
/// ||当前最大值。
|
||||
/// </summary>
|
||||
public double maxValue;
|
||||
public double lastMaxValue { get; internal set; }
|
||||
public double destMaxValue { get; internal set; }
|
||||
public bool needAnimation { get; internal set; }
|
||||
/// <summary>
|
||||
/// the offset of zero position.
|
||||
/// ||坐标轴原点在坐标轴的偏移。
|
||||
|
||||
Reference in New Issue
Block a user