ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / FormatLabelEventArgs Class / ScaledValue Property

In This Topic
    ScaledValue Property (FormatLabelEventArgs)
    In This Topic
    Gets the source value scaled by the ValueFactor and ValueOffset.
    Syntax
    'Declaration
     
    Public ReadOnly Property ScaledValue As System.Double
    public System.double ScaledValue {get;}
    See Also