UNPKG

igniteui-angular-charts

Version:

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

18 lines (17 loc) 419 B
import { EventArgs, Type } from "igniteui-angular-core"; import { Rect } from "igniteui-angular-core"; /** * @hidden */ export declare class FunnelSliceClickedEventArgs extends EventArgs { static $t: Type; private b; get index(): number; set index(a: number); private f; get bounds(): Rect; set bounds(a: Rect); private d; get item(): any; set item(a: any); }