[VB] | Public Sub setMeter(cx As Integer, cy As Integer, radius As Integer, startAngle As Double, endAngle As Double) |
[C#] | public void setMeter(int cx, int cy, int radius, double startAngle, double endAngle); |
ChartDirector 5.1 (.NET Edition)
AngularMeter.setMeter
Usage
[VB] | Public Sub setMeter(cx As Integer, cy As Integer, radius As Integer, startAngle As Double, endAngle As Double) |
[C#] | public void setMeter(int cx, int cy, int radius, double startAngle, double endAngle); |
Description
Arguments
Argument | Default | Description |
---|---|---|
cx | (Mandatory) | The x-coordinate of the center of the meter. |
cy | (Mandatory) | The y-coordinate of the center of the meter. |
radius | (Mandatory) | The radius of the meter. |
startAngle | (Mandatory) | The start angle of the meter. The angle is measured in degrees clockwise, with 0 being the upward pointing direction. |
endAngle | (Mandatory) | The end angle of the meter. The angle is measured in degrees clockwise, with 0 being the upward pointing direction. |
Return Value