igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
19 lines (18 loc) • 440 B
TypeScript
import { Type } from "igniteui-angular-core";
/**
* Indicates the allowed directions that will be considered to position the callouts near the target points
*/
export declare enum CalloutPlacementPositions {
Top = 0,
Left = 1,
Right = 2,
Bottom = 3,
TopLeft = 4,
TopRight = 5,
BottomLeft = 6,
BottomRight = 7
}
/**
* @hidden
*/
export declare let CalloutPlacementPositions_$type: Type;