UNPKG

igniteui-webcomponents-charts

Version:

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

14 lines (13 loc) 361 B
import { IFastItemColumn$1 } from "igniteui-webcomponents-core"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export interface IHasHighLowValueCategory { readonly highColumn: IFastItemColumn$1<number>; readonly lowColumn: IFastItemColumn$1<number>; } /** * @hidden */ export declare let IHasHighLowValueCategory_$type: Type;