UNPKG

igniteui-angular-charts

Version:

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

18 lines (17 loc) 723 B
import { SeriesLayerPropertyOverlayValueResolvingEventArgs as SeriesLayerPropertyOverlayValueResolvingEventArgs_internal } from "./SeriesLayerPropertyOverlayValueResolvingEventArgs"; /** * Provides data for Axis RangeChanged events. */ export declare class IgxSeriesLayerPropertyOverlayValueResolvingEventArgs { protected createImplementation(): SeriesLayerPropertyOverlayValueResolvingEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): SeriesLayerPropertyOverlayValueResolvingEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; get value(): any; set value(v: any); }