igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
17 lines (16 loc) • 731 B
TypeScript
import { IgxLegendBaseComponent } from "./igx-legend-base-component";
import { ScaleLegend } from "./ScaleLegend";
import * as i0 from "@angular/core";
/**
* Represents a legend that indicates the size and the color scale for a collection of series.
*/
export declare class IgxScaleLegendComponent extends IgxLegendBaseComponent {
protected createImplementation(): ScaleLegend;
/**
* @hidden
*/
get i(): ScaleLegend;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<IgxScaleLegendComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IgxScaleLegendComponent, "igx-scale-legend", never, {}, {}, never, never>;
}