UNPKG

igniteui-angular-charts

Version:

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

9 lines (8 loc) 682 B
import { IgCollection } from "igniteui-angular-core"; import { SyncableObservableCollection$2 } from "igniteui-angular-core"; import { TimeAxisLabelFormat as TimeAxisLabelFormat_internal } from './TimeAxisLabelFormat'; import { IgxTimeAxisLabelFormatComponent as IgxTimeAxisLabelFormatComponent } from './igx-time-axis-label-format-component'; export declare class IgxTimeAxisLabelFormatCollection extends IgCollection<IgxTimeAxisLabelFormatComponent, TimeAxisLabelFormat_internal> { constructor(list?: IgxTimeAxisLabelFormatComponent[]); protected _createInnerColl(): SyncableObservableCollection$2<IgxTimeAxisLabelFormatComponent, TimeAxisLabelFormat_internal>; }