AxisBaseAutoDivSeparationPercent Property |
LightningChart .NET Help
Gets or sets labels gap in percents of their height when AutoDivSpacing is enabled. 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(typeof(double), "50")]
public double AutoDivSeparationPercent { get; set; }<DefaultValueAttribute(GetType(Double), "50")>
Public Property AutoDivSeparationPercent As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"50")]
property double AutoDivSeparationPercent {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also