ASP.NET Pack Programmer's Guide
Plot2D.GridLineStyle Property
See Also
 





Gets or sets the style of the grid lines.

Namespace: MindFusion.Charting
Package: 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

An optional DashStyle value. The default value null indicates that grid lines should be drawn using theme's GridLineStyle.

 See Also

Plot2D Members
Plot2D Class
MindFusion.Charting Namespace