UNPKG

igniteui-react-charts

Version:

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

16 lines (15 loc) 268 B
import { Type } from "igniteui-react-core"; /** * @hidden */ export declare const enum TrendLineManagerType { Category = 0, Sorting = 1, Polar = 2, Radial = 3, Scatter = 4 } /** * @hidden */ export declare let TrendLineManagerType_$type: Type;