Click or drag to resize

AxisXScrollingGap Property

LightningChart .NET Help
Scrolling gap, percents of graph width. Used when ScrollType is set to Scrolling. If this set to 0, scrolling occurs when scroll position reaches end of the X-axis. Valid range is 0...90 %

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

Property Value

Type: Double
See Also