ChartDirector 7.0 (ASP/COM/VB Edition)
AngularMeter.
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
value | (Mandatory) | The value that the pointer points to. |
fillColor | (Mandatory) | 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. |
pointerType | TriangularPointer2 | The pointer shape. Please refer to MeterPointer.setShapeAndOffset for the available shapes. |
startOffset | NoValue | The distance between the starting point of the pointer with the meter center, expressed as a ratio to the scale radius. NoValue means the radius is automatically determined. Please refer to MeterPointer.setShapeAndOffset for more information about this argument. |
endOffset | NoValue | The distance between the ending point of the pointer with the meter center, expressed as a ratio to the scale radius. NoValue means the radius is automatically determined. Please refer to MeterPointer.setShapeAndOffset for more information about this argument. |
widthRatio | NoValue | The width of the pointer relative to the default width. NoValue means the width is automatically determined. |
Return Value