Click or drag to resize

AxisXSteppingInterval Property

LightningChart .NET Help
Gets or sets stepping interval. This is a dependency property. Used when ScrollType is set to Stepping Current scrolling position, in number values (ValueType = Number) or seconds (ValueType = Time)

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(double), "1")]
public double SteppingInterval { get; set; }

Property Value

Type: Double
See Also