com.vaadin.flow.component.charts.model.

Class Pivot

    • Constructor Detail

      • Pivot

        public Pivot()
    • Method Detail

      • setBackgroundColor

        public void setBackgroundColor(Color backgroundColor)

        The background color or fill of the pivot.

        Defaults to: #000000

      • setBorderColor

        public void setBorderColor(Color borderColor)

        The border or stroke color of the pivot. In able to change this, the borderWidth must also be set to something other than the default 0.

        Defaults to: #cccccc

      • setBorderWidth

        public void setBorderWidth(Number borderWidth)

        The border or stroke width of the pivot.

        Defaults to: 0

      • setRadius

        public void setRadius(Number radius)

        The pixel radius of the pivot.

        Defaults to: 5