igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
16 lines (15 loc) • 541 B
TypeScript
import { LegendSizeChangedEventArgs as LegendSizeChangedEventArgs_internal } from "./LegendSizeChangedEventArgs";
/**
* Provides data for legend's size changed event.
*/
export declare class IgxLegendSizeChangedEventArgs {
protected createImplementation(): LegendSizeChangedEventArgs_internal;
protected _implementation: any;
/**
* @hidden
*/
get i(): LegendSizeChangedEventArgs_internal;
private onImplementationCreated;
constructor();
protected _provideImplementation(i: any): void;
}