public static class BoxplotChart.BoxplotSeries extends AbstractSeries<BoxplotChart,BoxplotChart.BoxplotSeries>
Constructor and Description |
---|
BoxplotSeries(BoxplotChart backLink,
String instanceId,
String classId,
IdGenerator idGenerator,
Invocations<MethodInvocation> invocations) |
Modifier and Type | Method and Description |
---|---|
BoxplotChart.BoxplotAdditionalMeasure<BoxplotChart.BoxplotSeries> |
addAdditionalMeasure() |
BoxplotChart.BoxplotSeries |
setAxisX(String axisX) |
NonAggrFieldAxis<BoxplotChart.BoxplotSeries> |
setAxisY(String axisY) |
BoxplotChart.BoxplotSeries |
setComparisonDim(String comparisonDimension) |
Formula<BoxplotChart.BoxplotSeries> |
setFormula() |
BoxplotChart.BoxplotSeries |
setGeneratedQueryDto(String generatedQueryDto) |
LimitToMeasure<BoxplotChart.BoxplotSeries> |
setLimitTo(LimitPosition limitPosition,
BigDecimal amount,
LimitType limitType) |
BoxplotChart.BoxplotSeries |
withSortByAxisX(SortType sortType) |
BoxplotChart.BoxplotSeries |
withWhisker(WhiskerType whiskerType) |
public BoxplotSeries(BoxplotChart backLink, String instanceId, String classId, IdGenerator idGenerator, Invocations<MethodInvocation> invocations)
public LimitToMeasure<BoxplotChart.BoxplotSeries> setLimitTo(LimitPosition limitPosition, BigDecimal amount, LimitType limitType)
public BoxplotChart.BoxplotSeries setAxisX(String axisX)
public NonAggrFieldAxis<BoxplotChart.BoxplotSeries> setAxisY(String axisY)
public BoxplotChart.BoxplotSeries withSortByAxisX(SortType sortType)
public BoxplotChart.BoxplotSeries setComparisonDim(String comparisonDimension)
public BoxplotChart.BoxplotSeries withWhisker(WhiskerType whiskerType)
public BoxplotChart.BoxplotAdditionalMeasure<BoxplotChart.BoxplotSeries> addAdditionalMeasure()
public Formula<BoxplotChart.BoxplotSeries> setFormula()
public BoxplotChart.BoxplotSeries setGeneratedQueryDto(String generatedQueryDto)
Copyright © 2017. All rights reserved.