GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / Indicator Class / Value Property
In This Topic
    Value Property (Indicator)
    In This Topic
    Gets or sets the value that will be indicated, relative to the associated IGraduatedScale.
    Syntax
    [Category("Appearance")]
    [DefaultValue(0)]
    [Description("The value that is indicated by the object.")]
    public virtual double Value {get; set;}
    Remarks
    This calls ValidValue to make sure the new value is in the permitted range.
    See Also