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