ChartAxisTickAlignment

Description

The ChartAxisTickAlignment enumeration contains variants of axis tick mark positions relative to axes.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Center. Axis intersects a tick mark in the middle (default).
1 Inside. Tick mark is displayed as a whole inside the plot area.
2 Outside. Tick mark is displayed as a whole outside the plot area.

See also:

Chart Assembly Enumerations