Highcharts Dashboards
    Preparing search index...

    Style of the snap element.

    interface ElementStyles {
        borderBottom?: number;
        borderLeft?: number;
        borderRight?: number;
        borderTop?: number;
        minHeight?: number;
        minWidth?: number;
    }
    Index

    Properties

    borderBottom?: number

    Width of the border on the bottom side of the element in pixels.

    borderLeft?: number

    Width of the border on the left side of the element in pixels.

    borderRight?: number

    Width of the border on the right side of the element in pixels.

    borderTop?: number

    Width of the border on the top side of the element in pixels.

    minHeight?: number

    Minimum height of the element in pixels.

    minWidth?: number

    Minimum width of the element in pixels.