UNPKG

igniteui-webcomponents-charts

Version:

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

12 lines (11 loc) 444 B
import { Base, Type } from "igniteui-webcomponents-core"; import { IHasHighLowValueCategory } from "./IHasHighLowValueCategory"; import { IFastItemColumn$1 } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class DefaultHighLowValueProvider extends Base implements IHasHighLowValueCategory { static $t: Type; get highColumn(): IFastItemColumn$1<number>; get lowColumn(): IFastItemColumn$1<number>; }