igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
27 lines (26 loc) • 714 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class DataLegendSummaryEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private k;
get columnValues(): number[];
set columnValues(a: number[]);
private o;
get columnMemberPath(): string;
set columnMemberPath(a: string);
private m;
get summaryValue(): number;
set summaryValue(a: number);
private q;
get summaryUnits(): string;
set summaryUnits(a: string);
private p;
get summaryLabel(): string;
set summaryLabel(a: string);
}