GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IGraduatedScale Interface / Minimum Property
In This Topic
    Minimum Property (IGraduatedScale)
    In This Topic
    Gets or sets the minimum value represented on the scale.
    Syntax
    double Minimum {get; set;}
    Remarks
    Standard behavior dictates the scale be inclusive of the minimum and maximum values.
    See Also