UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

22 lines (21 loc) 828 B
import { IgxUserAxisAnnotation } from "./igx-user-axis-annotation"; import { UserAxisAnnotationStylingEventArgs as UserAxisAnnotationStylingEventArgs_internal } from "./UserAxisAnnotationStylingEventArgs"; /** * Represents the event arguments for the UserAxisAnnotation styling events. */ export declare class IgxUserAxisAnnotationStylingEventArgs { protected createImplementation(): UserAxisAnnotationStylingEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): UserAxisAnnotationStylingEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; /** * The annotation to style. */ get annotation(): IgxUserAxisAnnotation; set annotation(v: IgxUserAxisAnnotation); }