SpeedometerTickShapes

Description

The SpeedometerTickShapes enumeration contains forms of speedometer scale tick marks.

It is used by the following property:

Available Values

Value Brief description
0 Linear. Linear tick marks.
  • Tick mark height is set in the Height property.

  • The Proportion property is not in use.

1 Circle. Round tick marks.
  • Circle diameter is assigned in the Height property.

  • The Proportion property is not in use.

2 Rombus. Diamond-shaped tick marks.
  • Length of diamond side is set in the Height property.

  • The Proportion property determines the ratio of diamond diagonals.

3 Rect. Rectangular tick marks (unlike linear ones they have width).
  • Rectangle height is assigned in the Height property.

  • The Proportion property determines the ratio of rectangle width and height.

4 TrapOutside. Tick marks in the shape of trapezium with vertex outside.
  • Trapezium height is set in the Height property.

  • The Proportion property determines the ratio of bigger base length to trapezium height length.

5 TrapInside. Tick marks in the shape of trapezium with vertex inside.
  • Trapezium height is set in the Height property.

  • The Proportion property determines the ratio of bigger base length to trapezium height length.

See also:

Speedometer Assembly Enumerations