Class ChartData.GradientProperties
java.lang.Object
com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.GradientProperties
- Enclosing class:
- ChartData
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleAngle in 0..1 range: 0 meaning 0 degrees (starting vertically), 1 meaning 360 degrees.Start point in 0..1 range and color -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
colorStops
Start point in 0..1 range and color -
angle
public double angleAngle in 0..1 range: 0 meaning 0 degrees (starting vertically), 1 meaning 360 degrees.
-
-
Constructor Details
-
GradientProperties
public GradientProperties()
-