igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
25 lines (24 loc) • 805 B
TypeScript
import { Base, Type } from "./type";
import { List$1 } from "./List$1";
import { DataLegendSeriesValueInfo } from "./DataLegendSeriesValueInfo";
import { DataLegendSeriesValueType } from "./DataLegendSeriesValueType";
/**
* @hidden
*/
export declare class DataLegendSeriesContext extends Base {
static $t: Type;
private c;
b(a: DataLegendSeriesValueType): DataLegendSeriesValueInfo;
f(a: DataLegendSeriesValueType): number;
k(a: DataLegendSeriesValueType, b: number): void;
l(a: DataLegendSeriesValueType, b: DataLegendSeriesValueInfo): void;
private j;
private i;
private g;
constructor();
h: string;
private d;
get e(): List$1<DataLegendSeriesValueInfo>;
set e(a: List$1<DataLegendSeriesValueInfo>);
a(): number[];
}