ChartDirector 7.1 (.NET Edition)

AngularMeter.setMeter


Usage

[C#]public void setMeter(int cx, int cy, int radius, double startAngle, double endAngle);
[VB]Public Sub setMeter(cx As Integer, cy As Integer, radius As Integer, startAngle As Double, endAngle As Double)

Description

Sets the position and angle range of the meter.

Arguments

ArgumentDefaultDescription
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

None