igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
36 lines (35 loc) • 960 B
TypeScript
import { LegendBase } from "./LegendBase";
import { LegendOrientation } from "./LegendOrientation";
import { LegendBaseView } from "./LegendBaseView";
import { Type } from "igniteui-angular-core";
import { UIElement } from "igniteui-angular-core";
import { ILegendSeries } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class Legend extends LegendBase {
static $t: Type;
aj(): LegendBaseView;
a8(a: LegendBaseView): void;
bc: LegendView;
constructor();
private bd;
private bf;
addChildInOrder(a: UIElement, b: ILegendSeries): void;
get bb(): LegendOrientation;
set bb(a: LegendOrientation);
private be;
get bh(): string;
set bh(a: string);
get bi(): string;
set bi(a: string);
}
/**
* @hidden
*/
export declare class LegendView extends LegendBaseView {
static $t: Type;
constructor(a: Legend);
protected ap: Legend;
al(): void;
}