UNPKG

igniteui-angular-charts

Version:

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

25 lines (24 loc) 749 B
import { LabelClickEventArgs as LabelClickEventArgs_internal } from "./LabelClickEventArgs"; /** * Contains PieChart label click event data. */ export declare class IgxLabelClickEventArgs { protected _implementation: any; /** * @hidden */ get i(): LabelClickEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; /** * Gets the slice data context. */ get item(): any; /** * Gets and sets whether or not the owning pie chart should fire its SliceClick event */ get allowSliceClick(): boolean; set allowSliceClick(v: boolean); static ngAcceptInputType_allowSliceClick: boolean | string; }