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

package.dist.components.axes.hover-axis.d.ts Maven / Gradle / Ivy

import { Axis } from './axis';
import { ChartModel } from '../../model/model';
export declare class HoverAxis extends Axis {
    constructor(model: ChartModel, services: any, configs?: any);
    render(animate?: boolean): void;
    addEventListeners(): void;
    private goNext;
    private goPrevious;
    destroy(): void;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy