GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / MajorLineFrequency Property
In This Topic
    MajorLineFrequency Property
    In This Topic
    Gets or sets how often grid lines should be drawn as major lines.
    Syntax
    [Category("Grid")]
    [Description("How often major lines should be drawn; zero means never.")]
    public virtual Size MajorLineFrequency {get; set;}

    Property Value

    The Width indicates how often vertical lines should be drawn using MajorLineColor and MajorLineWidth and MajorLineDashStyle. The Height indicates the same thing for horizontal lines. A value of zero means never; one means always; two means every other one, etc. The initial value is 0x0, so major lines are never drawn.
    Remarks
    Typically this will have the same values as the bounds of the CellColors array, or integral multiples of each other, if both are in use.
    See Also