/** * Tick-label placement (`c:tickLblPos`, OOXML `ST_TickLblPos`). */ export type TickLabelPosition = "high" | "low" | "nextTo" | "none";