UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

21 lines (20 loc) 459 B
export declare enum ELabelPlacement { Right = "Right", TopRight = "TopRight", BottomRight = "BottomRight", Bottom = "Bottom", Left = "Left", TopLeft = "TopLeft", BottomLeft = "BottomLeft", Top = "Top", Axis = "Axis", Auto = "Auto" } export declare enum EHorizontalAlignment { Right = "Right", Left = "Left" } export declare enum EVerticalAlignment { Top = "Top", Bottom = "Bottom" }