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

package.dist.components.axes.grid-brush.d.ts Maven / Gradle / Ivy

import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class ChartBrush extends Component {
    static DASH_LENGTH: number;
    type: string;
    renderType: RenderTypes;
    selectionSelector: string;
    frontSelectionSelector: string;
    render(animate?: boolean): void;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy