RenderOptionsCommonUpdateType Property |
LightningChart .NET Help [Missing <summary> documentation for "P:Arction.Wpf.ChartingMVVM.Views.RenderOptionsCommon.UpdateType"]
Namespace:
Arction.Wpf.ChartingMVVM.Views
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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);
}Property Value
Type:
ChartUpdateTypes
See Also