Search
Plot2D.GridLineColor Property
See Also
 






Gets or sets the color of the grid lines.

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 Microsoft.Maui.Graphics.Color instance.

 See Also