igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
36 lines (35 loc) • 954 B
TypeScript
import { LegendBase } from "./LegendBase";
import { LegendOrientation } from "./LegendOrientation";
import { LegendBaseView } from "./LegendBaseView";
import { Type } from "igniteui-react-core";
import { UIElement } from "igniteui-react-core";
import { ILegendSeries } from "igniteui-react-core";
/**
* @hidden
*/
export declare class Legend extends LegendBase {
static $t: Type;
aj(): LegendBaseView;
ba(a: LegendBaseView): void;
be: LegendView;
constructor();
private bf;
private bh;
addChildInOrder(a: UIElement, b: ILegendSeries): void;
get bd(): LegendOrientation;
set bd(a: LegendOrientation);
private bg;
get bj(): string;
set bj(a: string);
get bk(): string;
set bk(a: string);
}
/**
* @hidden
*/
export declare class LegendView extends LegendBaseView {
static $t: Type;
constructor(a: Legend);
protected ap: Legend;
al(): void;
}