UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

16 lines (15 loc) 432 B
import { Description } from "./Description"; import { SeriesDescription } from "./SeriesDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ChartSeriesEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get series(): SeriesDescription; set series(a: SeriesDescription); }