GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IGraduatedScale Interface / Range Property
In This Topic
    Range Property (IGraduatedScale)
    In This Topic
    Gets the extent of the scale's range.
    Syntax
    double Range {get;}
    Remarks
    Standard behavior returns the difference between the scale's Maximum and Minimum values.
    See Also