igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
18 lines (17 loc) • 512 B
TypeScript
import { AxisAnnotationFrame } from "./AxisAnnotationFrame";
import { List$1 } from "igniteui-react-core";
import { Brush } from "igniteui-react-core";
import { Frame } from "./Frame";
import { Type } from "igniteui-react-core";
/**
* @hidden
*/
export declare class ValueLayerFrame extends AxisAnnotationFrame {
static $t: Type;
af: List$1<number>;
ag: List$1<number>;
ae: List$1<Brush>;
ah: List$1<Brush>;
constructor();
c(a: number, b: Frame, c: Frame): void;
}