[]
        
(Showing Draft Content)

C1.Win.Gauge.C1GaugeValueColor.-ctor

C1GaugeValueColor Constructor

C1GaugeValueColor()

Initializes a new instance of the C1GaugeValueColor.

Declaration
public C1GaugeValueColor()
Public Sub New()

C1GaugeValueColor(double, Color, double)

Initializes a new instance of the C1GaugeValueColor.

Declaration
public C1GaugeValueColor(double value, Color color, double opacity)
Public Sub New(value As Double, color As Color, opacity As Double)
Parameters
Type Name Description
double value
Color color
double opacity

C1GaugeValueColor(double, int, Color, double)

Initializes a new instance of the C1GaugeValueColor.

Declaration
public C1GaugeValueColor(double value, int pointerIndex, Color color, double opacity)
Public Sub New(value As Double, pointerIndex As Integer, color As Color, opacity As Double)
Parameters
Type Name Description
double value
int pointerIndex
Color color
double opacity

C1GaugeValueColor(double, int, Color, double, long)

Initializes a new instance of the C1GaugeValueColor.

Declaration
public C1GaugeValueColor(double value, int pointerIndex, Color color, double opacity, long viewTag)
Public Sub New(value As Double, pointerIndex As Integer, color As Color, opacity As Double, viewTag As Long)
Parameters
Type Name Description
double value
int pointerIndex
Color color
double opacity
long viewTag