Enum ChartTickMark
Where an axis draws its tick marks relative to the axis line.
public enum ChartTickMark
Fields
Cross = 0Crossing the axis line (
cross) — the default.Inside = 1Inside the plot area (
in).Outside = 2Outside the plot area (
out).None = 3Not drawn (
none).
Remarks
ECMA-376's default for both c:majorTickMark and c:minorTickMark is
Cross, which is why an axis that states neither still draws ticks — measured
in Word's own render of 12-charts/seed-18-charts, whose chart parts contain no tick
element at all and which draws both kinds crossing the axis.