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;
bd(a: LegendBaseView): void;
bk: LegendView;
constructor();
private bl;
private bn;
addChildInOrder(a: UIElement, b: ILegendSeries): void;
get bj(): LegendOrientation;
set bj(a: LegendOrientation);
private bm;
get bp(): string;
set bp(a: string);
get bq(): string;
set bq(a: string);
}
/**
* @hidden
*/
export declare class LegendView extends LegendBaseView {
static $t: Type;
constructor(a: Legend);
protected as: Legend;
al(): void;
}