Class ScatterChart.ScatterSeries
Object
ObjectIdentity
- Enclosing class:
ScatterChart
public static class ScatterChart.ScatterSeries
extends ChartSeries.Aggregation<ScatterChart,ScatterChart.ScatterSeries>
-
Field Summary
Fields inherited from class ChartSeries.Aggregation
bandByOptionsFields inherited from class AbstractChartSeries
aggregationsFilter, customersFilter, filters, productsFilterFields inherited from class BacklinkBuilder
METHOD_BACKFields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAggrFieldAxis<ScatterChart.ScatterSeries> AggrFieldAxis<ScatterChart.ScatterSeries> Adds a trend line overlay to this series.Methods inherited from class ChartSeries.Aggregation
getBandByOptions, setAggregationBy, setBandBy, setShowBandByLegendMethods inherited from class ChartSeries.Basic
setHideDataLabelsMethods inherited from class AbstractChartSeries
addAggregationsFilter, addCustomersFilter, addDimFilter, addFilters, addFilters, addProductsFilter, getFilters, getThis, invokeAddAdditionalMeasure, protectedSetAggrFieldAxisX, protectedSetAggrFieldAxisY, protectedSetAxisX, protectedSetAxisY, protectedSetNonAggrFieldAxisX, protectedSetNonAggrFieldAxisY, setBoxplotAxis, setComparisonDim, setCurrency, setDatamart, setFormula, setGeneratedQueryDto, setHideOther, setLabel, setLimitTo, setShowBoxplot, setType, setWhisker, withSortByAxisX, withSortByAxisYMethods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
ScatterSeries
-
-
Method Details
-
setAxisX
-
setAxisY
-
addAdditionalMeasure
-
withTrendLine
Description copied from class:AbstractChartSeriesAdds a trend line overlay to this series. Declaredprotectedhere; a concrete series type re-exposes it aspubliconly if that chart type supports trend lines. CallTrendLine.setLabel(String)and the regression-type setter on the returned builder to configure it.- Overrides:
withTrendLinein classAbstractChartSeries<ScatterChart,ScatterChart.ScatterSeries> - Returns:
- a new
TrendLinebuilder for this series. Nevernull.
-