igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
36 lines (35 loc) • 706 B
TypeScript
import { Base, Type } from "./type";
import { Brush } from "./Brush";
import { DataLegendSeriesValueType } from "./DataLegendSeriesValueType";
/**
* @hidden
*/
export declare class DataLegendSeriesValueInfo extends Base {
static $t: Type;
constructor();
l: number;
u: string;
v: string;
w: string;
x: string;
y: Brush;
n: number;
m: number;
j: boolean;
i: boolean;
e: boolean;
h: boolean;
f: boolean;
g: boolean;
d: boolean;
a: DataLegendSeriesValueType;
o: number;
k: boolean;
c: boolean;
b: boolean;
q: string;
p: string;
r: string;
s: string;
t(): string;
}