UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

9 lines (8 loc) 236 B
/** * Enumeration constants to define the type of {@link LayoutManager | LayoutManager} */ export declare enum ELayoutManagerType { Default = "Default", CentralAxes = "CentralAxes", Synchronised = "Synchronised" }