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
Syntaxpublic ulong FrameCount { get; }Public ReadOnly Property FrameCount As ULong
Get
public:
property unsigned long long FrameCount {
unsigned long long 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