igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
21 lines (20 loc) • 742 B
TypeScript
import { ProgressiveLoadStatusEventArgs as ProgressiveLoadStatusEventArgs_internal } from "./ProgressiveLoadStatusEventArgs";
/**
* Provides information about the progressive load progress of the HighDensityScatterSeries.
*/
export declare class IgxProgressiveLoadStatusEventArgs {
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);
static ngAcceptInputType_currentStatus: number | string;
}