Uses of Class
com.jbstrap.ui.components.charts.LineSeries
Packages that use LineSeries
-
Uses of LineSeries in com.jbstrap.ui.components.charts
Methods in com.jbstrap.ui.components.charts that return LineSeriesModifier and TypeMethodDescriptionstatic LineSeries
LineSeries.fromSeries
(Series series) Creates a line series object based on an other Series object.LineSeries.setCurveType
(CurveType type) Sets the line chart’s line type.LineSeries.setDashArray
(String dashArray) Sets the line dash type.LineSeries.setLineWidth
(int lineWidth) Sets the chart’s line width.