Click or drag to resize

LightningChartGetBeginUpdateCount Method

LightningChart .NET Help
Get effectively used BeginUpdate/EndUpdate counter. Use for debugging, if seems that chart does not render.

The value must be 0 in order for the chart to render. If value is larger, some BeginUpdate call has not been closed by matching EndUpdate call.

This indicates total value. Use GetBeginUpdateCountPublic to see difference of public - user called - BeginUpdate / EndUpdate methods.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public int GetBeginUpdateCount()

Return Value

Type: Int32

[Missing <returns> documentation for "M:Arction.WinForms.Charting.LightningChart.GetBeginUpdateCount"]

See Also