Indicates the shape of a pointer.
Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges
Java Copy Code |
---|
public enum PointerShape |
Member name | Description | |
---|---|---|
Custom |
Specifies a custom shape. |
|
Ellipse |
Specifies an elliptical shape. |
|
Needle |
Specifies a sharp pointer with a circle at its base. |
|
Needle2 |
Specifies a sharp pointer with a circle at its base. |
|
None |
Specifies an empty shape, that is, the tick is not displayed. |
|
Rectangle |
Specifies a rectangular shape. |