UNPKG

igniteui-angular-charts

Version:

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

13 lines (12 loc) 275 B
import { TrendLineType } from "igniteui-angular-core"; import { Type } from "igniteui-angular-core"; /** * @hidden */ export interface IHasTrendline { readonly trendLineType: TrendLineType; } /** * @hidden */ export declare let IHasTrendline_$type: Type;