Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeValueColor Class / C1GaugeValueColor Constructor / C1GaugeValueColor Constructor(Double,Int32,Color,Double)

In This Topic
    C1GaugeValueColor Constructor(Double,Int32,Color,Double)
    In This Topic
    Initializes a new instance of the C1GaugeValueColor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As System.Double, _
       ByVal pointerIndex As System.Integer, _
       ByVal color As System.Drawing.Color, _
       ByVal opacity As System.Double _
    )
    public C1GaugeValueColor( 
       System.double value,
       System.int pointerIndex,
       System.Drawing.Color color,
       System.double opacity
    )

    Parameters

    value
    pointerIndex
    color
    opacity
    See Also