Charting for WinForms Programmer's Guide
TickShape Enumeration
See Also
 






Indicates the shape of a scale tick.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public enum TickShape

Visual Basic  Copy Code

Public 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.

 Remarks

Values of this enumeration are assigned to the TickShape property of the TickSettings class.

 See Also

MindFusion.Gauges Namespace