增加SettingsreversePainter可设置Serie的绘制是否逆序

This commit is contained in:
monitor1394
2021-04-29 07:30:42 +08:00
parent 054387c71c
commit 83b876e80d
10 changed files with 36 additions and 7 deletions

View File

@@ -122,6 +122,14 @@ namespace XCharts
}
}
/// <summary>
/// 重新初始化Painter
/// </summary>
public void SetPainterDirty()
{
m_PainerDirty = true;
}
/// <summary>
/// Redraw graph in next frame.
/// 在下一帧刷新图形。