Search
Plot2D.GridLineStyle Property
See Also
 






Gets or sets the style of the grid lines.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Nullable<DashStyle> GridLineStyle { get; set; }

Visual Basic  Copy Code

Public Property GridLineStyle As Nullable(Of DashStyle)

 Property Value

A member of the DashStyle enumeration or null.

 See Also