UNPKG

igniteui-webcomponents-charts

Version:

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

20 lines (19 loc) 661 B
import { ProgressiveLoadStatusEventArgs as ProgressiveLoadStatusEventArgs_internal } from "./ProgressiveLoadStatusEventArgs"; /** * Provides information about the progressive load progress of the HighDensityScatterSeries. */ export declare class IgcProgressiveLoadStatusEventArgs { protected _implementation: any; /** * @hidden */ get i(): ProgressiveLoadStatusEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; /** * The current status from 0 to 100 of the progressive load. */ get currentStatus(): number; set currentStatus(v: number); }