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

package.dist.components.graphs.bar.d.ts Maven / Gradle / Ivy

import { Component } from '../component';
export declare class Bar extends Component {
    protected getBarWidth(): any;
    protected isOutsideZoomedDomain(x0: number, x1: number): boolean;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy