UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

23 lines (22 loc) 639 B
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 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;