ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugePointer Class / ValueFactor Property

In This Topic
    ValueFactor Property (C1GaugePointer)
    In This Topic
    Gets or sets the value multiplier to coerce the source scale of the value to the Gauge's scale.
    Syntax
    'Declaration
     
    Public Property ValueFactor As System.Double
    public System.double ValueFactor {get; set;}
    See Also