scichart
Version:
Fast WebGL JavaScript Charting Library and Framework
20 lines (19 loc) • 984 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ELayoutStrategyType = void 0;
var ELayoutStrategyType;
(function (ELayoutStrategyType) {
ELayoutStrategyType["LeftOuter"] = "LeftOuter";
ELayoutStrategyType["RightOuter"] = "RightOuter";
ELayoutStrategyType["TopOuter"] = "TopOuter";
ELayoutStrategyType["BottomOuter"] = "BottomOuter";
ELayoutStrategyType["LeftInner"] = "LeftInner";
ELayoutStrategyType["RightInner"] = "RightInner";
ELayoutStrategyType["TopInner"] = "TopInner";
ELayoutStrategyType["BottomInner"] = "BottomInner";
ELayoutStrategyType["LeftStacked"] = "LeftStacked";
ELayoutStrategyType["RightStacked"] = "RightStacked";
ELayoutStrategyType["TopStacked"] = "TopStacked";
ELayoutStrategyType["BottomStacked"] = "BottomStacked";
ELayoutStrategyType["Custom"] = "Custom";
})(ELayoutStrategyType = exports.ELayoutStrategyType || (exports.ELayoutStrategyType = {}));
;