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; }<DefaultValueAttribute(ChartUpdateTypes.Sync)>
Public Property UpdateType As ChartUpdateTypes
Get
Set
public:
[DefaultValueAttribute(ChartUpdateTypes::Sync)]
property ChartUpdateTypes UpdateType {
ChartUpdateTypes get ();
void set (ChartUpdateTypes value);
}Return Value
Type:
ChartUpdateTypes
See Also