Click or drag to resize

StaticXGridDivCount Property

LightningChart .NET Help
Gets or sets division count (grid line count - 1). This is a dependency property.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(uint), "10")]
public uint DivCount { get; set; }

Property Value

Type: UInt32
See Also