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