[VB] | Public Function addPointer(value As Double [, fillColor As Integer [, edgeColor As Integer ]]) As MeterPointer |
[C#] | public MeterPointer addPointer(double value [, int fillColor [, int edgeColor ]]); |
ChartDirector 5.1 (.NET Edition)
BaseMeter.addPointer
Usage
[VB] | Public Function addPointer(value As Double [, fillColor As Integer [, edgeColor As Integer ]]) As MeterPointer |
[C#] | public MeterPointer addPointer(double value [, int fillColor [, int edgeColor ]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
value | (Mandatory) | The value that the pointer will point to. |
fillColor | LineColor | The fill color of the pointer. |
edgeColor | -1 | The edge color of the pointer. -1 means the edge color is the same as the fill color. |
Return Value