[VB] | Public Sub setShape2(pointerCoor As Integer() [, lengthRatio As Double [, widthRatio As Double ]]) |
[C#] | public void setShape2(int[] pointerCoor [, double lengthRatio [, double widthRatio ]]); |
ChartDirector 5.1 (.NET Edition)
MeterPointer.setShape2
Usage
[VB] | Public Sub setShape2(pointerCoor As Integer() [, lengthRatio As Double [, widthRatio As Double ]]) |
[C#] | public void setShape2(int[] pointerCoor [, double lengthRatio [, double widthRatio ]]); |
Description
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 applies 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 applies to the pointer. NoValue means the widthRatio is not modified. The default is 1.0. |
Return Value