Search
GridType Enumeration
See Also
 






Indicates Plot2D grid type.

Namespace: MindFusion.Charting
File: GridType.js

 Syntax

JavaScript  Copy Code

// enum
GridType = {}

 Members

  Member name Description

Crossed

Draw crossed stripes.

Horizontal

Draw horizontal stripes.

None

Do not draw grid.

Vertical

Draw vertical stripes.

 See Also