UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 492 B
import { DataLegendSeriesValueInfo } from "./DataLegendSeriesValueInfo"; import { Type } from "./type"; /** * @hidden */ export declare class DataLegendSummaryColumn extends DataLegendSeriesValueInfo { static $t: Type; private ag; private ae; private af; constructor(); get ab(): number[]; aj(a: number): void; private ac; ah(a: string): void; private ad; ai(a: string): void; get z(): string[]; get aa(): string[]; }