Skip to main content
A newer version of this page is available. .

Tickmarks

Tickmarks display points on an axis scale. In a linear gauge, two types of tickmarks are available depending on what steps of an axis scale they indicate: Major or Minor.

LinearGauge_Tickmarks

Tickmarks are objects that implement the IMajorTickmark or IMinorTickmark interface.

The table below lists the main properties that affect element behavior and appearance.

Characteristics Members
Behavior LinearScale.MinorTickCount,LinearScale.MajorTickCount,IMajorTickmark.FormatString,IMajorTickmark.Addend,IMajorTickmark.Multiplier
Layout IMajorTickmark.TextOffset,IMajorTickmark.TextOrientation,IMajorTickmark.ShapeOffset,IMinorTickmark.ShapeOffset,IMajorTickmark.ShapeScale,IMinorTickmark.ShapeScale,IMajorTickmark.AllowTickOverlap
Appearance LinearScale.Appearance,IMajorTickmark.ShapeType
Visibility IMajorTickmark.ShowText,IMajorTickmark.ShowTick,IMinorTickmark.ShowTick,IMajorTickmark.ShowFirst,IMinorTickmark.ShowFirst,IMajorTickmark.ShowLast,IMinorTickmark.ShowLast