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