igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
12 lines (11 loc) • 432 B
TypeScript
import { Base, Type } from "igniteui-angular-core";
import { IHasHighLowValueCategory } from "./IHasHighLowValueCategory";
import { IFastItemColumn$1 } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class DefaultHighLowValueProvider extends Base implements IHasHighLowValueCategory {
static $t: Type;
get highColumn(): IFastItemColumn$1<number>;
get lowColumn(): IFastItemColumn$1<number>;
}