Click or drag to resize

GridTypeSmith Enumeration

LightningChart .NET Help
Enumeration specifying how the smith grid are to be formed. For more information, see AxisSmith.GridType property.

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public enum GridTypeSmith
Members
Member nameValueDescription
Distance0 Determine gridline positions so that each line is positioned in a point where the value is nice and event, and distance to other lines is approximately value set in GridDivSpacing. For more information on actual positioning, see the GridDivSpacing property of AxisSmith.
DivCount1 Determine gridline positions so that specific number of gridlines are placed on even distances from the center line, that is always drawn. Number of gridlines can be set using GridDivCount property. See that for more information about positioning of the gridlines.
See Also