AxisBaseAutoDivSeparationPercent Property |
LightningChart .NET Help
Labels gap in percents of their height when AutoDivSpacing is enabled.
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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