igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
23 lines (22 loc) • 677 B
TypeScript
import { Description } from "./Description";
import { SeriesDescription } from "./SeriesDescription";
import { SeriesViewerDescription } from "./SeriesViewerDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ChartMouseEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private j;
get itemRef(): string;
set itemRef(a: string);
private f;
get series(): SeriesDescription;
set series(a: SeriesDescription);
private h;
get chart(): SeriesViewerDescription;
set chart(a: SeriesViewerDescription);
}