Click or drag to resize

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; }

Property Value

Type: Double
See Also