Indicates the shape of a scale tick.
Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges
Java Copy Code |
---|
public enum TickShape |
Member name | Description | |
---|---|---|
Arrow1 |
Specifies an arrow shape. |
|
Arrow2 |
Specifies an arrow shape. |
|
Arrow3 |
Specifies an arrow shape. |
|
Custom |
Specifies a custom shape. |
|
Ellipse |
Specifies an elliptical shape. |
|
Line |
Specifies a line as a shape. |
|
None |
Specifies an empty shape, that is, the tick is not displayed. |
|
Rectangle |
Specifies a rectangular shape. |
|
Rhombus |
Specifies a rhombus as a shape. |
|
RoundRect |
Specifies a rounded rectangle as a shape. |
|
Triangle |
Specifies a triangular shape. |
Values of this enumeration are assigned to the TickShape property of the TickSettings class.