public class Stop extends BaseOption
The stops is an array of tuples, where the first item is a float between 0 and 1 assigning the relative position
in the gradient, and the second item is the color.
ref: https://www.highcharts.com/docs/chart-design-and-style/colors
Constructor and Description |
---|
Stop(Number gradientPosition,
Color color)
Construct with a gradient position and color.
|
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
Get the Stop color.
|
Number |
getGradientPosition()
Get the Stop gradientPosition.
|
String |
toString() |
set_hcNulledOption
Copyright © 2024. All rights reserved.