Search
PointerShape Enumeration
See Also
 






Indicates the shape of a pointer.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public enum PointerShape

 Members

  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.

 Remarks

Values of this enumeration can be assigned to the Shape property of Pointer.

 See Also