HalfDonutBeginUpdate Method |
LightningChart .NET Help
When updating multiple properties at once, use BeginUpdate before and EndUpdate after property changes to reduce the number of rendered frames.
Namespace:
Arction.CustomControls.Wpf
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void BeginUpdate()
public:
void BeginUpdate()
See Also