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

Class Handles

  • All Implemented Interfaces:

    Serializable


    public class Handles
    extends AbstractConfigurationObject

    Options for the handles for dragging the zoomed area.

    In styled mode, the navigator handles are styled with the .highcharts-navigator-handle, .highcharts-navigator-handle-left and .highcharts-navigator-handle-right classes.

    See Also:

    Serialized Form

    • Constructor Detail

      • Handles

        public Handles()
    • Method Detail

      • setBackgroundColor

        public void setBackgroundColor(Color backgroundColor)

        The fill for the handle.

        Defaults to: #f2f2f2

      • setBorderColor

        public void setBorderColor(Color borderColor)

        The stroke for the handle border and the stripes inside.

        Defaults to: #999999