Table of Contents

Enum ChartTickMark

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Where an axis draws its tick marks relative to the axis line.

public enum ChartTickMark

Fields

Cross = 0

Crossing the axis line (cross) — the default.

Inside = 1

Inside the plot area (in).

Outside = 2

Outside the plot area (out).

None = 3

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