scichart
Version:
Fast WebGL JavaScript Charting Library and Framework
15 lines (14 loc) • 560 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ESubChartClippingMode = void 0;
var ESubChartClippingMode;
(function (ESubChartClippingMode) {
/**
* Clips to the series view rect of the parent surface, ie the area within the axes
*/
ESubChartClippingMode["SeriesViewRect"] = "SeriesViewRect";
/**
* Clips to the whole chart rect
*/
ESubChartClippingMode["Chart"] = "Chart";
})(ESubChartClippingMode = exports.ESubChartClippingMode || (exports.ESubChartClippingMode = {}));