GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScale Class / TickUnit Property
In This Topic
    TickUnit Property (GraduatedScale)
    In This Topic
    Gets or sets the difference between two consecutive values marked by minor ticks.
    Syntax
    [Category("Appearance")]
    [DefaultValue(1)]
    [Description("The difference in represented value between two consecutive tick marks.")]
    public virtual double TickUnit {get; set;}

    Property Value

    The value must be positive.
    See Also