UNPKG

igniteui-webcomponents-charts

Version:

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

9 lines (8 loc) 661 B
import { IgCollection } from "igniteui-webcomponents-core"; import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core"; import { FinancialChartRangeSelectorOption } from './FinancialChartRangeSelectorOption'; export declare class IgcFinancialChartRangeSelectorOptionCollection extends IgCollection<FinancialChartRangeSelectorOption, FinancialChartRangeSelectorOption> { constructor(list?: FinancialChartRangeSelectorOption[]); protected _ensureOuter(item: any): FinancialChartRangeSelectorOption; protected _createInnerColl(): SyncableObservableCollection$2<FinancialChartRangeSelectorOption, FinancialChartRangeSelectorOption>; }