Search
BiaxialChart.GridType Property
See Also
 






Gets or sets the type of grid to draw in this chart.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public GridType GridType { get; set; }

Visual Basic  Copy Code

Public Property GridType As GridType

 Property Value

A member of the GridType enumeration.

 See Also