Uses of Class
com.jbstrap.ui.components.charts.AreaSeries
-
Uses of AreaSeries in com.jbstrap.ui.components.charts
Modifier and TypeMethodDescriptionstatic AreaSeries
AreaSeries.fromSeries
(Series series) Creates an AreaSeries object based on an other Series object.AreaSeries.setCurveType
(CurveType type) Sets how the area delimiter is displayed on the area chart.AreaSeries.setDashArray
(String dashArray) Sets the line dash type.AreaSeries.setGradient
(boolean gradient) Sets if the area chart should be filled with a solid color or a gradient.AreaSeries.setLineWidth
(int lineWidth) Sets the line width of the area delimiter.AreaSeries.setShowLine
(boolean showLine) Set whether the boundary line is visible on the area chart.