Specifies the possible grid options for chart elements that support grid.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public enum GridType |
Visual Basic
![]() |
---|
Public Enum GridType |
Member name | Description | |
---|---|---|
![]() |
Crossed |
The grid is built of vertical and horizontal lines, which follow the intervals of the two axes. |
![]() |
Horizontal |
The grid is built of horizontal lines only. |
![]() |
None |
No grid is drawn. |
![]() |
Vertical |
The grid is built of vertical lines only. |