GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / MajorLineColor Property
In This Topic
    MajorLineColor Property
    In This Topic
    Gets or sets the color used in drawing grid markings.
    Syntax
    [Category("Grid")]
    [Description("The color used in drawing the grid lines.")]
    public virtual Color MajorLineColor {get; set;}

    Property Value

    The color defaults to a gray.
    Remarks
    You may prefer a darker color for a Dot grid style, or a lighter color for a Line grid style.
    See Also