/** * Error-bar axis direction (`c:errDir/@val`, OOXML `ST_ErrDir`), transliterated * from ooxmlsdk `ErrorBarDirectionValues`. */ export type ChartErrorDirection = "x" | "y";