LightningChart .NET Help
Gets or sets gap of range in pixels. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(10)]
public double Gap { get; set; }<DefaultValueAttribute(10)>
Public Property Gap As Double
Get
Set
public:
[DefaultValueAttribute(10)]
property double Gap {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also