igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
63 lines (62 loc) • 1.38 kB
TypeScript
import { Type } from "igniteui-angular-core";
/**
* Describes available positions to anchor the pointer to the PointerTooltip.
*/
export declare enum PointerTooltipPointerLocation {
/**
* The anchor is decided automatically.
*/
Auto = 0,
/**
* The anchor is top left of the content.
*/
TopLeft = 1,
/**
* The anchor is top left of the content.
*/
TopMiddle = 2,
/**
* The anchor is top left of the content.
*/
TopRight = 3,
/**
* The anchor is top left of the content.
*/
RightTop = 4,
/**
* The anchor is top left of the content.
*/
RightMiddle = 5,
/**
* The anchor is top left of the content.
*/
RightBottom = 6,
/**
* The anchor is top left of the content.
*/
BottomRight = 7,
/**
* The anchor is top left of the content.
*/
BottomMiddle = 8,
/**
* The anchor is top left of the content.
*/
BottomLeft = 9,
/**
* The anchor is top left of the content.
*/
LeftBottom = 10,
/**
* The anchor is top left of the content.
*/
LeftMiddle = 11,
/**
* The anchor is top left of the content.
*/
LeftTop = 12
}
/**
* @hidden
*/
export declare let PointerTooltipPointerLocation_$type: Type;