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

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

import { Position } from '@carbon/utils-position';
import { Component } from '../component';
import { ChartModel } from '../../model/model';
import { RenderTypes } from '../../interfaces/enums';
export declare class Highlight extends Component {
    type: string;
    renderType: RenderTypes;
    label: any;
    positionService: Position;
    highlightStrokeWidth: number;
    constructor(model: ChartModel, services: any);
    render(animate?: boolean): void;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy