All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.essentials.legend.d.ts Maven / Gradle / Ivy

import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Legend extends Component {
    type: string;
    renderType: RenderTypes;
    render(animate?: boolean): void;
    sortDataGroups(dataGroups: any, legendOrder: any): any;
    addAdditionalItem(additionalItem: any, itemConfig: any, indexOfItem: any): void;
    truncateLegendText(): void;
    addEventListeners(): void;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy