[]
Initializes a new instance of the C1GaugeValueColor.
public C1GaugeValueColor()
Public Sub New()
Initializes a new instance of the C1GaugeValueColor.
public C1GaugeValueColor(double value, Color color, double opacity)
Public Sub New(value As Double, color As Color, opacity As Double)
| Type | Name | Description |
|---|---|---|
| double | value | |
| Color | color | |
| double | opacity |
Initializes a new instance of the C1GaugeValueColor.
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)
| Type | Name | Description |
|---|---|---|
| double | value | |
| int | pointerIndex | |
| Color | color | |
| double | opacity |
Initializes a new instance of the C1GaugeValueColor.
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)
| Type | Name | Description |
|---|---|---|
| double | value | |
| int | pointerIndex | |
| Color | color | |
| double | opacity | |
| long | viewTag |