UNPKG

igniteui-react-charts

Version:

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

19 lines (18 loc) 440 B
import { Type } from "igniteui-react-core"; /** * Describes available types of alignment used by the outer labels of the funnel chart. */ export declare enum OuterLabelAlignment { /** * The labels will be displayed to the left of the chart. */ Left = 0, /** * The labels will be displayed to the right of the chart. */ Right = 1 } /** * @hidden */ export declare let OuterLabelAlignment_$type: Type;