SamplingRateOptionsEnabled Property |
LightningChart .NET Help
Enable sampling rate
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(bool), "0")]
public bool Enabled { get; set; }<DefaultValueAttribute(GetType(Boolean), "0")>
Public Property Enabled As Boolean
Get
Set
public:
[DefaultValueAttribute(typeof(bool), L"0")]
property bool Enabled {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also