igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
14 lines (13 loc) • 416 B
TypeScript
import { UserAnnotationDataContext } from "./UserAnnotationDataContext";
import { UserPointAnnotation } from "./UserPointAnnotation";
import { Type } from "igniteui-react-core";
/**
* @hidden
*/
export declare class UserAnnotationPointDataContext extends UserAnnotationDataContext {
static $t: Type;
private e;
constructor(a: UserPointAnnotation);
get xValue(): number;
get yValue(): number;
}