igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
9 lines (8 loc) • 615 B
TypeScript
import { IgCollection } from "igniteui-react-core";
import { SyncableObservableCollection$2 } from "igniteui-react-core";
import { TimeAxisLabelFormat as TimeAxisLabelFormat_internal } from './TimeAxisLabelFormat';
import { IgrTimeAxisLabelFormat as IgrTimeAxisLabelFormat } from './igr-time-axis-label-format';
export declare class IgrTimeAxisLabelFormatCollection extends IgCollection<IgrTimeAxisLabelFormat, TimeAxisLabelFormat_internal> {
constructor(list?: IgrTimeAxisLabelFormat[]);
protected _createInnerColl(): SyncableObservableCollection$2<IgrTimeAxisLabelFormat, TimeAxisLabelFormat_internal>;
}