public class Stop extends BaseOption implements Serializable
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 |
---|---|
String |
toString() |
set_hcNulledOption
public static final Stop NULL
Copyright © 2022. All rights reserved.