scichart
Version:
Fast WebGL JavaScript Charting Library and Framework
13 lines (12 loc) • 525 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ELayoutManagerType = void 0;
/**
* Enumeration constants to define the type of {@link LayoutManager | LayoutManager}
*/
var ELayoutManagerType;
(function (ELayoutManagerType) {
ELayoutManagerType["Default"] = "Default";
ELayoutManagerType["CentralAxes"] = "CentralAxes";
ELayoutManagerType["Synchronised"] = "Synchronised";
})(ELayoutManagerType = exports.ELayoutManagerType || (exports.ELayoutManagerType = {}));
;