Click or drag to resize

AxisSmithBaseGridDivSpacing Property

LightningChart .NET Help
Approximate distance between gridlines in pixels. Used only if GridType is GridTypeSmith.Distance. This is a dependency property.

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

Property Value

Type: Double
See Also