UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

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