UNPKG

igniteui-angular-charts

Version:

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

13 lines (12 loc) 297 B
import { EventArgs, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class SeriesLayerPropertyOverlayValueResolvingEventArgs extends EventArgs { static $t: Type; constructor(); private c; get value(): any; set value(a: any); b: boolean; }