Search
RadarPlot.GridColor1 Property
See Also
 






Gets or sets the main color of the grid.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Color GridColor1 { get; set; }

Visual Basic  Copy Code

Public Property GridColor1 As Color

 Property Value

A Microsoft.Maui.Graphics.Color instance.

 See Also