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

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:

  • Constructor Details

    • Handles

      public Handles()
  • Method Details

    • getBackgroundColor

      public Color getBackgroundColor()

      See Also:

    • setBackgroundColor

      public void setBackgroundColor(Color backgroundColor)

      The fill for the handle.

      Defaults to: #f2f2f2

    • getBorderColor

      public Color getBorderColor()

      See Also:

    • setBorderColor

      public void setBorderColor(Color borderColor)

      The stroke for the handle border and the stripes inside.

      Defaults to: #999999