igniteui-webcomponents-charts
Version:
Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.
9 lines (8 loc) • 501 B
TypeScript
import { IgCollection } from "igniteui-webcomponents-core";
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
import { TrendLineType } from "igniteui-webcomponents-core";
export declare class IgcTrendLineTypeCollection extends IgCollection<TrendLineType, TrendLineType> {
constructor(list?: TrendLineType[]);
protected _ensureOuter(item: any): TrendLineType;
protected _createInnerColl(): SyncableObservableCollection$2<TrendLineType, TrendLineType>;
}