MajorLineFrequency Property
Gets or sets how often grid lines should be drawn as major lines.
[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.