GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScale Class / TickBase Property
In This Topic
    TickBase Property (GraduatedScale)
    In This Topic
    Gets or sets the base value which is marked with a tick.
    Syntax
    [Category("Appearance")]
    [DefaultValue(0)]
    [Description("Used as a base value in the modular function that determines when to draw tick marks.")]
    public virtual double TickBase {get; set;}
    See Also