SamplingRateOptionsInerthness Property |
LightningChart .NET Help
Inerthness rate for the sampling rate
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(int), "100")]
public int Inerthness { get; set; }<DefaultValueAttribute(GetType(Integer), "100")>
Public Property Inerthness As Integer
Get
Set
public:
[DefaultValueAttribute(typeof(int), L"100")]
property int Inerthness {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also