[]
        
(Showing Draft Content)

C1.Win.Gauge.C1GaugeValueColor.-ctor

C1GaugeValueColor Constructor

C1GaugeValueColor()

Initializes a new instance of the C1GaugeValueColor.

Declaration
public C1GaugeValueColor()

C1GaugeValueColor(double, Color, double)

Initializes a new instance of the C1GaugeValueColor.

Declaration
public C1GaugeValueColor(double value, Color color, double opacity)
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)
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)
Parameters
Type Name Description
double value
int pointerIndex
Color color
double opacity
long viewTag