igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
13 lines (12 loc) • 407 B
TypeScript
import { UserAnnotationAxisDataContext } from "./UserAnnotationAxisDataContext";
import { UserShapeAnnotation } from "./UserShapeAnnotation";
import { Type } from "igniteui-react-core";
/**
* @hidden
*/
export declare class UserAnnotationShapeDataContext extends UserAnnotationAxisDataContext {
static $t: Type;
private g;
constructor(a: UserShapeAnnotation);
get overlayText(): string;
}