Uses of Class
eu.webtoolkit.jwt.chart.WAbstractDataSeries3D
Packages that use WAbstractDataSeries3D
-
Uses of WAbstractDataSeries3D in eu.webtoolkit.jwt.chart
Subclasses of WAbstractDataSeries3D in eu.webtoolkit.jwt.chartModifier and TypeClassDescriptionclassClass representing grid-based data for on a 3D chart.classClass representing grid-based data for on a 3D chart.classClass representing grid-based data for a 3D chart.classClass representing a collection of points for on a 3D chart.Methods in eu.webtoolkit.jwt.chart that return WAbstractDataSeries3DModifier and TypeMethodDescriptionWCartesian3DChart.removeDataSeries(WAbstractDataSeries3D dataseries) Removes a dataseries from a chart.Methods in eu.webtoolkit.jwt.chart that return types with arguments of type WAbstractDataSeries3DModifier and TypeMethodDescriptionWCartesian3DChart.getDataSeries()Returns all dataseries that were added to this chart.Methods in eu.webtoolkit.jwt.chart with parameters of type WAbstractDataSeries3DModifier and TypeMethodDescriptionvoidWCartesian3DChart.addDataSeries(WAbstractDataSeries3D dataseries_) Add a dataseries to the chart.WCartesian3DChart.removeDataSeries(WAbstractDataSeries3D dataseries) Removes a dataseries from a chart.