UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

11 lines (10 loc) 272 B
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" }