Click or drag to resize

RenderOptionsCommonUpdateType Property

LightningChart .NET Help
Defines how / when chart is updated and new frames are rendered.

Namespace:  Arction.WinForms.Charting.Views
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(ChartUpdateTypes.Sync)]
public ChartUpdateTypes UpdateType { get; set; }

Return Value

Type: ChartUpdateTypes
See Also