UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

13 lines (12 loc) 415 B
import { UserAnnotationAxisDataContext } from "./UserAnnotationAxisDataContext"; import { UserShapeAnnotation } from "./UserShapeAnnotation"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class UserAnnotationShapeDataContext extends UserAnnotationAxisDataContext { static $t: Type; private g; constructor(a: UserShapeAnnotation); get overlayText(): string; }