Table of Contents

Enum GridTypeSmith

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

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

public enum GridTypeSmith

Fields

Distance = 0

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.

DivCount = 1

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.