Skip to main content

Axis Tickmarks

Tickmarks divide an axis into equal sections by a step whose value is determined by the special options of an axis. Tickmarks are used to make the data within a chart clearer, and more readable. In addition, axis labels may accompany them. There are two types of tickmarks: major and minor.

Tickmarks

The table below lists the customization options.

Property

Description

AxisBase.ShowMajorTickmarks

Specifies whether the major tickmarks are visible.

AxisBase.ShowMinorTickmarks

Specifies whether the minor tickmarks are visible.

AxisBase.TickmarksCrossAxis

Specifies whether or not tickmarks cross the axis.

AxisBase.TickmarksLength

Specifies the length (in pixels) of axis major tickmarks.

AxisBase.TickmarksMinorLength

Specifies the length (in pixels) of axis minor tickmarks.

AxisBase.TickmarksMinorThickness

Specifies the thickness (in pixels) of minor tickmarks.

AxisBase.TickmarksThickness

Specifies the thickness (in pixels) of major tickmarks.