Charting for WinForms Programmer's Guide
Theme.GridLineColor Property
See Also
 






Gets or sets the line color of plot grid.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Color GridLineColor { get; set; }

Visual Basic  Copy Code

Public Property GridLineColor As Color

 Property Value

A System.Drawing.Color instance representing the color of grid lines. The default value is Gray.

 See Also

Theme Members
Theme Class
MindFusion.Charting Namespace