AxisXSweepingGap Property |
LightningChart .NET Help
Sweeping gap, percents of graph width.
Used when ScrollType is set to Sweeping.
Valid range is 0...20 %
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "5")]
public double SweepingGap { get; set; }<DefaultValueAttribute(GetType(Double), "5")>
Public Property SweepingGap As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"5")]
property double SweepingGap {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also