Click or drag to resize

AxisPolarBaseKeepDivCountOnRangeChange Property

LightningChart .NET Help
Gets or sets if division count prefer magnitude. This is a dependency property. When true, keeps division count instead of division magnitude, when axis min or max is changed. When false, keeps division magnitude instead instead of count.

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(true)]
public bool KeepDivCountOnRangeChange { get; set; }

Property Value

Type: Boolean
See Also