Uses of Class
eu.webtoolkit.jwt.chart.WDataSeries
Packages that use WDataSeries
-
Uses of WDataSeries in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return WDataSeriesModifier and TypeMethodDescriptionWCartesianChart.getFollowCurve()
Returns the curve that is to be followed.WCartesianChart.getSelectedSeries()
Get the currently selected curve.CurveLabel.getSeries()
Get the series this curve label is associated with.WAxisSliderWidget.getSeries()
WCartesianChart.getSeries
(int modelColumn) Returns a data series corresponding to a data column.WCartesianChart.removeSeries
(WDataSeries series) Removes a data series.Methods in eu.webtoolkit.jwt.chart that return types with arguments of type WDataSeriesModifier and TypeMethodDescriptionWCartesianChart.getSeries()
Returns a list with the current data series.WCartesianChart.seriesSelected()
A signal that notifies the selection of a new curve.Methods in eu.webtoolkit.jwt.chart with parameters of type WDataSeriesModifier and TypeMethodDescriptionvoid
WCartesianChart.addDataPointArea
(WDataSeries series, int xRow, int xColumn, WAbstractArea area) Adds a data point area (used for displaying e.g.void
WCartesianChart.addSeries
(WDataSeries series) Adds a data series.void
WCartesianChart.drawMarker
(WDataSeries series, WPainterPath result) Draws the marker for a given data series.void
SeriesIterator.newValue
(WDataSeries series, double x, double y, double stackY, int xRow, int xColumn, int yRow, int yColumn) Process a value.WCartesianChart.removeSeries
(WDataSeries series) Removes a data series.void
WCartesianChart.renderLegendIcon
(WPainter painter, WPointF pos, WDataSeries series) Renders the legend icon for a given data series.void
WCartesianChart.renderLegendItem
(WPainter painter, WPointF pos, WDataSeries series) Renders the legend item for a given data series.static void
SeriesIterator.setBrushColor
(WBrush brush, WDataSeries series, int xRow, int xColumn, int yRow, int yColumn, ItemDataRole colorRole) void
WCartesianChart.setFollowCurve
(WDataSeries series) Enabled the follow curve funtionality for a data series.static void
SeriesIterator.setPenColor
(WPen pen, WDataSeries series, int xRow, int xColumn, int yRow, int yColumn, ItemDataRole colorRole) void
WCartesianChart.setSelectedSeries
(WDataSeries series) Sets the series that is currently selected.void
CurveLabel.setSeries
(WDataSeries series) Set the series this curve label is associated with.void
WAxisSliderWidget.setSeries
(WDataSeries series) boolean
SeriesIterator.startSeries
(WDataSeries series, double groupWidth, int numBarGroups, int currentBarGroup) Start iterating a particular series.Method parameters in eu.webtoolkit.jwt.chart with type arguments of type WDataSeriesModifier and TypeMethodDescriptionvoid
WCartesianChart.setSeries
(List<WDataSeries> series) Sets all data series.Constructors in eu.webtoolkit.jwt.chart with parameters of type WDataSeriesModifierConstructorDescriptionCurveLabel
(WDataSeries series, WPointF point, String label) Create a new curve label.CurveLabel
(WDataSeries series, Object x, Object y, String label) Create a new curve label.WAxisSliderWidget
(WDataSeries series) Creates an axis slider widget.WAxisSliderWidget
(WDataSeries series, WContainerWidget parentContainer) Creates an axis slider widget.