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

    Property Value

    This value must be greater than Minimum.
    See Also