AxisLayoutAutoAdjustAxisGap Property |
LightningChart .NET Help
Gets or sets auto adjust axis gap. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(5)]
public double AutoAdjustAxisGap { get; set; }<DefaultValueAttribute(5)>
Public Property AutoAdjustAxisGap As Double
Get
Set
public:
[DefaultValueAttribute(5)]
property double AutoAdjustAxisGap {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also