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