Gets or sets the color of the grid lines.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public Nullable<Color> GridLineColor { get; set; } |
Visual Basic Copy Code |
---|
Public Property GridLineColor As Nullable(Of Color) |
An optional System.Drawing.Color value. The default value null indicates that grid lines should be drawn using theme's GridLineColor.
Charting for WinForms Programmer's Guide | © 2024 MindFusion |