MindFusion.Wpf Pack Programmer's Guide
GridType Enumeration
See Also
 





Specifies the possible grid options for charts that support grid.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public enum GridType

Visual Basic  Copy Code

Public Enum GridType

 Members

  Member name Description

Crossed

The grid is built of vertical and horizontal segments, which follow the intervals of the two axes.

Custom

The grid lines are built according to the values in the XGridLines and YGridLines properties.

Horizontal

The grid is built of horizontal segments only.

None

No grid is drawn.

Vertical

The grid is built of vertical segments only.

 See Also

MindFusion.Charting.Wpf Namespace