igniteui-webcomponents-charts
Version:
Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.
19 lines (18 loc) • 428 B
TypeScript
import { Type } from "igniteui-webcomponents-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;