GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScale Class / Minimum Property
In This Topic
    Minimum Property (GraduatedScale)
    In This Topic
    Gets or sets the minimum value represented on the GraduatedScale.
    Syntax
    [Category("Appearance")]
    [DefaultValue(0)]
    [Description("The minimum value represented on the scale.")]
    public virtual double Minimum {get; set;}

    Property Value

    This value must be less than Maximum.
    See Also