XamarinChart Programmer's Guide
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 Nullable<Color> GridLineColor { get; set; }

Visual Basic  Copy Code

Public Property GridLineColor As Nullable(Of Color)

 Property Value

An instance of the Color structure or null.

 See Also

Plot2D Members
Plot2D Class
MindFusion.Charting Namespace