Click or drag to resize

AxisXSweepingGap Property

LightningChart .NET Help
Gets or sets sweeping gap, percents of graph width. This is a dependency property. Used when ScrollType is set to Sweeping Valid range is 0...20 %

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

Property Value

Type: Double
See Also