public class BoxAndWhiskerSeries extends OneValueSeries
Modifier and Type | Class and Description |
---|---|
static class |
BoxAndWhiskerSeries.QuartileMethodEnum
Quartile method.
|
Series.DataPointTypeEnum, Series.TypeEnum
Constructor and Description |
---|
BoxAndWhiskerSeries() |
addDataPointsItem, dataPoints, getDataPoints, setDataPoints
dataPointType, effectFormat, explosion, fillFormat, getDataPointType, getEffectFormat, getExplosion, getFillFormat, getInvertedSolidFillColor, getLineFormat, getMarker, getName, getNumberFormatOfBubbleSizes, getNumberFormatOfValues, getNumberFormatOfXValues, getNumberFormatOfYValues, getOrder, getType, invertedSolidFillColor, invertIfNegative, isColorVaried, isInvertIfNegative, isIsColorVaried, isPlotOnSecondAxis, isSmooth, lineFormat, marker, name, numberFormatOfBubbleSizes, numberFormatOfValues, numberFormatOfXValues, numberFormatOfYValues, order, plotOnSecondAxis, setDataPointType, setEffectFormat, setExplosion, setFillFormat, setInvertedSolidFillColor, setInvertIfNegative, setIsColorVaried, setLineFormat, setMarker, setName, setNumberFormatOfBubbleSizes, setNumberFormatOfValues, setNumberFormatOfXValues, setNumberFormatOfYValues, setOrder, setPlotOnSecondAxis, setSmooth, setType, smooth, type
public BoxAndWhiskerSeries quartileMethod(BoxAndWhiskerSeries.QuartileMethodEnum quartileMethod)
public BoxAndWhiskerSeries.QuartileMethodEnum getQuartileMethod()
public void setQuartileMethod(BoxAndWhiskerSeries.QuartileMethodEnum quartileMethod)
public BoxAndWhiskerSeries showInnerPoints(Boolean showInnerPoints)
public Boolean isShowInnerPoints()
public void setShowInnerPoints(Boolean showInnerPoints)
public BoxAndWhiskerSeries showMeanLine(Boolean showMeanLine)
public Boolean isShowMeanLine()
public void setShowMeanLine(Boolean showMeanLine)
public BoxAndWhiskerSeries showMeanMarkers(Boolean showMeanMarkers)
public Boolean isShowMeanMarkers()
public void setShowMeanMarkers(Boolean showMeanMarkers)
public BoxAndWhiskerSeries showOutlierPoints(Boolean showOutlierPoints)
public Boolean isShowOutlierPoints()
public void setShowOutlierPoints(Boolean showOutlierPoints)
public boolean equals(Object o)
equals
in class OneValueSeries
public int hashCode()
hashCode
in class OneValueSeries
public String toString()
toString
in class OneValueSeries
Copyright © 2021. All rights reserved.