UNPKG

igniteui-webcomponents-charts

Version:

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

9 lines (8 loc) 541 B
import { IgCollection } from "igniteui-webcomponents-core"; import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core"; import { SeriesLayer as SeriesLayer_internal } from './SeriesLayer'; import { IgcSeriesLayer as IgcSeriesLayer } from './igc-series-layer'; export declare class IgcSeriesLayerCollection extends IgCollection<IgcSeriesLayer, SeriesLayer_internal> { constructor(list?: IgcSeriesLayer[]); protected _createInnerColl(): SyncableObservableCollection$2<IgcSeriesLayer, SeriesLayer_internal>; }