igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
21 lines (20 loc) • 493 B
TypeScript
import { DataLegendSeriesValueInfo } from "./DataLegendSeriesValueInfo";
import { Type } from "./type";
/**
* @hidden
*/
export declare class DataLegendSummaryColumn extends DataLegendSeriesValueInfo {
static $t: Type;
private ah;
private af;
private ag;
constructor();
get ac(): number[];
ak(a: number): void;
private ad;
ai(a: string): void;
private ae;
aj(a: string): void;
get aa(): string[];
get ab(): string[];
}