GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScale Class / TickMajorFrequency Property
In This Topic
    TickMajorFrequency Property (GraduatedScale)
    In This Topic
    Gets or sets when to draw emphasized tick marks.
    Syntax
    [Category("Appearance")]
    [DefaultValue(10)]
    [Description("The frequency at which tick marks are drawn longer.")]
    public virtual int TickMajorFrequency {get; set;}

    Property Value

    This defaults to 10. The value must be positive.
    Remarks
    A tick mark will be drawn as a major tick mark every TickMajorFrequency ticks. If this equals 1, then only major tick marks will be drawn.
    See Also