Search
TickShape Enumeration
See Also
 






Indicates the shape of a scale tick.

Namespace: MindFusion.Gauges
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
TickShape = {}

 Members

  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.

 See Also