UNPKG

igniteui-angular-charts

Version:

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

14 lines (13 loc) 548 B
import { IgxUserShapeAnnotation } from "./igx-user-shape-annotation"; import { UserSliceAnnotation as UserSliceAnnotation_internal } from "./UserSliceAnnotation"; /** * Represents an user annotation for rendering data slice annotation */ export declare class IgxUserSliceAnnotation extends IgxUserShapeAnnotation { protected createImplementation(): UserSliceAnnotation_internal; /** * @hidden */ get i(): UserSliceAnnotation_internal; constructor(); }