UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

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