igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
21 lines (20 loc) • 541 B
TypeScript
import { DataAnnotationShapeLayer } from "./DataAnnotationShapeLayer";
import { Brush } from "igniteui-react-core";
import { Type } from "igniteui-react-core";
/**
* @hidden
*/
export declare abstract class DataAnnotationRangeLayer extends DataAnnotationShapeLayer {
static $t: Type;
af9: Brush;
af7: Brush;
af8: Brush;
af6: Brush;
af4: Brush;
af5: Brush;
af3: Brush;
af1: Brush;
af2: Brush;
protected rc(a: any, b: string, c: any, d: any): void;
static $$p: string[];
}