igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
22 lines (21 loc) • 781 B
TypeScript
import { Base, Type } from "igniteui-angular-core";
import { DataLegendIndexDictionary$1 } from "./DataLegendIndexDictionary$1";
import { DataAbbreviation } from "./DataAbbreviation";
import { DataLegendSeriesValueInfo } from "igniteui-angular-core";
import { List$1 } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class DataLegendColumn extends Base {
static $t: Type;
constructor();
g: boolean;
i: number;
f: DataLegendIndexDictionary$1<string>;
e: DataLegendIndexDictionary$1<number>;
b: DataLegendIndexDictionary$1<string>;
d: DataLegendIndexDictionary$1<string>;
a: DataLegendIndexDictionary$1<DataAbbreviation>;
c: DataLegendIndexDictionary$1<DataLegendSeriesValueInfo>;
h: List$1<number>;
}