export declare enum ESubChartClippingMode {
    /**
     * Clips to the series view rect of the parent surface, ie the area within the axes
     */
    SeriesViewRect = "SeriesViewRect",
    /**
     * Clips to the whole chart rect
     */
    Chart = "Chart"
}
