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.
Constructor and Description |
---|
Handles() |
Modifier and Type | Method and Description |
---|---|
Color |
getBackgroundColor() |
Color |
getBorderColor() |
void |
setBackgroundColor(Color backgroundColor)
The fill for the handle.
|
void |
setBorderColor(Color borderColor)
The stroke for the handle border and the stripes inside.
|
public Color getBackgroundColor()
setBackgroundColor(Color)
public void setBackgroundColor(Color backgroundColor)
Defaults to: #f2f2f2
public Color getBorderColor()
setBorderColor(Color)
public void setBorderColor(Color borderColor)
Defaults to: #999999
Copyright © 2021. All rights reserved.