AxisXSteppingInterval Property |
LightningChart .NET Help
Stepping interval.
Used when ScrollType is set to Stepping.
Current scrolling position, in number values (ValueType = Number) or seconds (ValueType = Time).
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "1")]
public double SteppingInterval { get; set; }<DefaultValueAttribute(GetType(Double), "1")>
Public Property SteppingInterval As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"1")]
property double SteppingInterval {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also