UNPKG

igniteui-webcomponents-charts

Version:

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

12 lines (11 loc) 355 B
import { EventArgs, Type } from "igniteui-webcomponents-core"; import { UserPointAnnotation } from "./UserPointAnnotation"; /** * @hidden */ export declare class UserPointAnnotationStylingEventArgs extends EventArgs { static $t: Type; private _annotation; get annotation(): UserPointAnnotation; set annotation(a: UserPointAnnotation); }