UNPKG

igniteui-react-charts

Version:

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

26 lines (25 loc) 1.02 kB
import { IgrUserStripAnnotation } from "./igr-user-strip-annotation"; import { UserStripAnnotationStylingEventArgs as UserStripAnnotationStylingEventArgs_internal } from "./UserStripAnnotationStylingEventArgs"; import { ContentChildrenManager } from "igniteui-react-core"; /** * Represents the event arguments for the UserAxisAnnotation styling events. */ export declare class IgrUserStripAnnotationStylingEventArgs { protected createImplementation(): UserStripAnnotationStylingEventArgs_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): UserStripAnnotationStylingEventArgs_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; /** * The annotation to style. */ get annotation(): IgrUserStripAnnotation; set annotation(v: IgrUserStripAnnotation); }