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

package.dist.components.axes.chart-clip.d.ts Maven / Gradle / Ivy

import { Component } from '../component';
import { ChartModel } from '../../model/model';
import { RenderTypes } from '../../interfaces/enums';
export declare class ChartClip extends Component {
    type: string;
    renderType: RenderTypes;
    chartClipId: string;
    chartClipPath: any;
    constructor(model: ChartModel, services: any, configs?: any);
    init(): void;
    render(animate?: boolean): void;
    createClipPath(): void;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy