mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-18 14:30:10 +00:00
修复ConvertXYAxis()多次调用后图表异常的问题
This commit is contained in:
@@ -54,6 +54,8 @@ namespace XCharts.Runtime
|
||||
|
||||
public virtual void Reset() { }
|
||||
|
||||
public virtual void ResetStatus() { }
|
||||
|
||||
public virtual void ClearData() { }
|
||||
|
||||
public virtual void ClearDirty()
|
||||
@@ -120,7 +122,7 @@ namespace XCharts.Runtime
|
||||
|
||||
internal override void SetComponent(MainComponent component)
|
||||
{
|
||||
this.component = (T) component;
|
||||
this.component = (T)component;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user