igniteui-webcomponents-charts
Version:
Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.
9 lines (8 loc) • 715 B
TypeScript
import { IgCollection } from "igniteui-webcomponents-core";
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
import { SeriesLayerPropertyOverlay as SeriesLayerPropertyOverlay_internal } from './SeriesLayerPropertyOverlay';
import { IgcSeriesLayerPropertyOverlay as IgcSeriesLayerPropertyOverlay } from './igc-series-layer-property-overlay';
export declare class IgcSeriesLayerPropertyOverlayCollection extends IgCollection<IgcSeriesLayerPropertyOverlay, SeriesLayerPropertyOverlay_internal> {
constructor(list?: IgcSeriesLayerPropertyOverlay[]);
protected _createInnerColl(): SyncableObservableCollection$2<IgcSeriesLayerPropertyOverlay, SeriesLayerPropertyOverlay_internal>;
}