Click or drag to resize

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; }

Property Value

Type: Boolean
See Also