Gets or sets the type of the chart grid. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public GridType GridType { get; set; } |
Visual Basic
![]() |
---|
Public Property GridType As GridType |
One of the GridType Enumeration members.
Grid can be drawn at all charts with axes. When the grid is of type GridType.Chess its width is set by GridWidth.
When the grid is custom, the positions of grid lines are specified with HorGridPoints and VertGridPoints. For other grid types, except GridType.None, the width is calculated automatically based on the scale of the axes.
Default value for the GridType property is GridType.None.