UNPKG

igniteui-webcomponents-charts

Version:

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

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