UNPKG

igniteui-angular-charts

Version:

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

16 lines (15 loc) 591 B
import { LegendTextContentChangedEventArgs as LegendTextContentChangedEventArgs_internal } from "./LegendTextContentChangedEventArgs"; /** * Provides data for legend's text content changed event. */ export declare class IgxLegendTextContentChangedEventArgs { protected createImplementation(): LegendTextContentChangedEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): LegendTextContentChangedEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; }