Search
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

An instance of the Color structure.

 See Also