UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

16 lines (15 loc) 541 B
import { LegendSizeChangedEventArgs as LegendSizeChangedEventArgs_internal } from "./LegendSizeChangedEventArgs"; /** * Provides data for legend's size changed event. */ export declare class IgcLegendSizeChangedEventArgs { protected createImplementation(): LegendSizeChangedEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): LegendSizeChangedEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; }