UNPKG

igniteui-webcomponents-charts

Version:

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

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