UNPKG

igniteui-webcomponents-charts

Version:

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

13 lines (12 loc) 326 B
import { ValuesHolder } from "./ValuesHolder"; import { IList$1, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class HighLowValuesHolder extends ValuesHolder { static $t: Type; f: IList$1<number>; g: IList$1<number>; protected get_e(): number; get e(): number; }