public class Gradient extends BaseOption implements Serializable
Linear and Radial color gradients.
ref: https://www.highcharts.com/docs/chart-design-and-style/colors
Constructor and Description |
---|
Gradient(Number cx,
Number cy,
Number r)
Construct a radial gradient.
|
Gradient(Number x1,
Number x2,
Number y1,
Number y2)
Construct a linear gradient.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Return the gradient in Javascript.
|
set_hcNulledOption
Copyright © 2022. All rights reserved.