Uses of Class
com.jbstrap.ui.components.charts.Series
Packages that use Series
-
Uses of Series in com.jbstrap.core.event
Methods in com.jbstrap.core.event that return SeriesModifier and TypeMethodDescriptionChartClickEvent.getSeries()
Gets the series instance the user clicked onChartLassoEvent.getSeriesByName
(String seriesName) Gets a series instance based on its name.Methods in com.jbstrap.core.event with parameters of type SeriesModifier and TypeMethodDescriptionprotected ChartLassoEvent
ChartLassoEvent.addRecords
(Series series, List<Record> records) Adds a selected record to the event. -
Uses of Series in com.jbstrap.ui.components.charts
Classes in com.jbstrap.ui.components.charts with type parameters of type SeriesModifier and TypeInterfaceDescriptioninterface
AdvancedMarker<T extends Series>
You can set the marker style for charts implementing this interface.
The interface enables you to set the markers’ fill and line color, and also line width.interface
ColorizedSeries<T extends Series>
Series types implementing this interface enable you to set their own color.interface
DualSeriesChart<T extends SeriesBasedChart<?>,
D extends Series> Charts that implement this interface can only display two different series.interface
MultiSeriesChart<T extends SeriesBasedChart<?>,
D extends Series> Charts that implement this interface can have multiple series.interface
SimpleSeriesChart<T extends SeriesBasedChart<?>,
D extends Series> Charts that implement this interface can only display one series.Subclasses of Series in com.jbstrap.ui.components.chartsModifier and TypeClassDescriptionclass
Series object to be displayed on an area chart.class
Parent class of series objects applicable for axis-based charts.class
Series object to be displayed on a bar chart.class
Series object displayed on bubble charts.class
Series object displayed on the dot chart.class
Series object displayed on gauge charts.class
Series object to be used on a line chart.Fields in com.jbstrap.ui.components.charts with type parameters of type SeriesMethods in com.jbstrap.ui.components.charts that return SeriesModifier and TypeMethodDescriptionprotected Series
SeriesBasedChart._getSeries
(String title) protected Series
Adds a new record to the list grid.Adds new data to the chart.protected Series
Adds new data to the chart.Adds a record to the series object.protected Series
Adds a new record to the list grid.Adds a new data series to the series object.protected Series
Adds a new data series to the series object.protected Series
Series.clear()
Clears all data from the series object.Series.removeDataByCategory
(Object category) Removes a data point with the specified X value from the series.Series.removeDataByIndex
(int index) Removes a data point with the specified index from the series.default Series
Sets the series color.Series.setColorColumn
(String colorColumn) Sets the name of the data point color column.Series.setDataColumn
(String dataColumn) Sets the name of the data column to be displayed.Series.setLabelColumn
(String labelColumn) Sets the name of the column containing data labels.Series.setMarkerSize
(Double size) Sets the size of the marker indicating data points on a chart.Series.setMarkerType
(MarkerType markerType) Sets the type of the marker indicating data points on a chart.protected Series
Series.setParams
(Parameters params) Sets the series based on the specified parameters.protected Series
Series.setParentChart
(BaseChart<?> parent) Sets the chart associated with the series.Methods in com.jbstrap.ui.components.charts with parameters of type SeriesModifier and TypeMethodDescriptionprotected T
SeriesBasedChart._addSeries
(Series series) Adds a new series to the chart.Adds a new series to the chart.Adds a new series to the chart.Adds a new series to the chart.Adds a series to the chart.Adds a new series to the chart.Adds a new series to the chart.Adds a new series to the chart.Adds a new series to the chart.Adds a new series to the chart.Adds a series to the chart.Adds a new series to the chart.Adds a new series to the chart.static AreaSeries
AreaSeries.fromSeries
(Series series) Creates an AreaSeries object based on an other Series object.static BarSeries
BarSeries.fromSeries
(Series series) Creates a BarSeries object based on an other Series object.static BubbleSeries
BubbleSeries.fromSeries
(Series series) Creates a bubble series object based on an other Series object.static DotSeries
DotSeries.fromSeries
(Series series) Creates a dot series object based on an other Series object.static GaugeSeries
GaugeSeries.fromSeries
(Series series) Creates a gauge series object based on an other Series object.static LineSeries
LineSeries.fromSeries
(Series series) Creates a line series object based on an other Series object.protected boolean
PopulationPyramidChart.isLeftSeries
(Series series) Checks if the series specified in the parameter is the series on the left side of the chart.Sets the series displayed on the chart.Sets the series displayed on the chart.Sets the series displayed on the chart.Sets the series displayed on the chart.