UNPKG

igniteui-react-charts

Version:

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

22 lines (21 loc) 497 B
import { Type } from "igniteui-react-core"; /** */ export declare enum AxisAngleLabelMode { /** * Automatically chooses an appropriate label mode. */ Auto = 0, /** * Labels are all positioned away from the chart radius based on the largest label. */ Center = 1, /** * Labels are all positioned as close to the chart as possible. */ ClosestPoint = 2 } /** * @hidden */ export declare let AxisAngleLabelMode_$type: Type;