[C#] | public void setShape2(int[] pointerCoor [, double lengthRatio [, double widthRatio ]]); |
[VB] | Public Sub setShape2(pointerCoor As Integer() [, lengthRatio As Double [, widthRatio As Double ]]) |
ChartDirector 7.1 (.NET Edition)
MeterPointer.
Usage
[C#] | public void setShape2(int[] pointerCoor [, double lengthRatio [, double widthRatio ]]); |
[VB] | Public Sub setShape2(pointerCoor As Integer() [, lengthRatio As Double [, widthRatio As Double ]]) |
Description
0, -100, -50, -50, 0, 1000, 50, -50
-30, 0, 30, 0, 30, 768, 0, 1000, -30, 768
Arguments
Argument | Default | Description |
---|---|---|
pointerCoor | (Mandatory) | An array of numbers x0, y0, x1, y1, x2, y2, ..., representing the coordinates the polygon vertices. |
lengthRatio | NoValue | The length ratio to be applied to the pointer. NoValue means the lengthRatio is not modified. The default is 1.0 for angular meters and 0.75 for linear meters. |
widthRatio | NoValue | The width ratio to be applied to the pointer. NoValue means the widthRatio is not modified. The default is 1.0. |
Return Value