Fixed axis label may not be updated when datazoom is turn on (#164)

This commit is contained in:
monitor1394
2021-08-22 07:55:16 +08:00
parent c9fa415776
commit ceaa0d8649
3 changed files with 8 additions and 0 deletions

View File

@@ -489,6 +489,12 @@ namespace XCharts
return axis;
}
public override void SetComponentDirty()
{
m_NeedUpdateFilterData = true;
base.SetComponentDirty();
}
public void Copy(Axis axis)
{
show = axis.show;