igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
12 lines (11 loc) • 360 B
TypeScript
import { EventArgs, Type } from "igniteui-angular-core";
import { UserSliceAnnotation } from "./UserSliceAnnotation";
/**
* @hidden
*/
export declare class UserSliceAnnotationStylingEventArgs extends EventArgs {
static $t: Type;
private _annotation;
get annotation(): UserSliceAnnotation;
set annotation(a: UserSliceAnnotation);
}