AxisBaseKeepDivCountOnRangeChange Property |
LightningChart .NET Help
When true, keeps division count instead of division magnitude, when axis min or max is changed.
When false, keeps division magnitude instead of count.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool KeepDivCountOnRangeChange { get; set; }<DefaultValueAttribute(true)>
Public Property KeepDivCountOnRangeChange As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool KeepDivCountOnRangeChange {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also