/** * Specifies the layer of an Axis. */ export declare enum AxisLayer { /** * Below all series. */ BelowSeries = 0, /** * Above all series. */ AboveSeries = 1 } //# sourceMappingURL=AxisLayer.d.ts.map