Click or drag to resize

LightningChartFrameCount Property

LightningChart .NET Help
Count of rendered frames with the current engine.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public ulong FrameCount { get; }

Return Value

Type: UInt64
Number of so far rendered frames with the currently active rendering engine. 0 if no engine is active.
See Also