UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

23 lines (22 loc) 641 B
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 AutoCalloutVisibilityMode { /** * The callout layer will decide on the appropriate visibility mode. */ Auto = 0, /** * Callouts will render if they are in view without restriction. */ Normal = 1, /** * callouts wont show unless they have a dedicated width/height lane to render in. */ DedicatedLanes = 2 } /** * @hidden */ export declare let AutoCalloutVisibilityMode_$type: Type;