AxisXScrollingGap Property |
LightningChart .NET Help
Gets or sets scrolling gap, percents of graph width. This is a dependency property.
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.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "0")]
public double ScrollingGap { get; set; }<DefaultValueAttribute(GetType(Double), "0")>
Public Property ScrollingGap As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"0")]
property double ScrollingGap {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also