UNPKG

igniteui-webcomponents-charts

Version:

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

14 lines (13 loc) 424 B
import { UserAnnotationDataContext } from "./UserAnnotationDataContext"; import { UserPointAnnotation } from "./UserPointAnnotation"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class UserAnnotationPointDataContext extends UserAnnotationDataContext { static $t: Type; private e; constructor(a: UserPointAnnotation); get xValue(): number; get yValue(): number; }