public class BoxPlotOptions extends ColumnPlotOptions
All the options in this class support DynamicalAttribute
.
NOT_NULL_VALUE, options
Constructor and Description |
---|
BoxPlotOptions() |
Modifier and Type | Method and Description |
---|---|
Color |
getFillColor()
Returns the fill color of the box.
|
Number |
getLineWidth()
Returns the width of the line surrounding the box.
|
String |
getMedianColor()
Returns the color of the median line.
|
Number |
getMedianWidth()
Returns the pixel width of the median line.
|
Color |
getStemColor()
Returns the color of the stem, the vertical line extending from the box
to the whiskers.
|
String |
getStemDashStyle()
Returns the dash style of the stem, the vertical line extending from the
box to the whiskers.
|
Number |
getStemWidth()
Returns the width of the stem, the vertical line extending from the box
to the whiskers.
|
Color |
getWhiskerColor()
Returns the color of the whiskers, the horizontal lines marking low and
high values.
|
String |
getWhiskerLength()
Returns the length of the whiskers, the horizontal lines marking low and
high values.
|
Number |
getWhiskerWidth()
Returns the line width of the whiskers, the horizontal lines marking low
and high values.
|
void |
setFillColor(Color color)
Sets the fill color of the box.
|
void |
setFillColor(LinearGradient color)
Sets the fill color of the box.
|
void |
setFillColor(RadialGradient color)
Sets the fill color of the box.
|
void |
setFillColor(String color)
Sets the fill color of the box.
|
void |
setLineWidth(Number lineWidth)
Sets the width of the line surrounding the box.
|
void |
setMedianColor(String medianColor)
Sets the color of the median line.
|
void |
setMedianWidth(Number medianWidth)
Sets the pixel width of the median line.
|
void |
setStemColor(Color color)
Sets the color of the stem, the vertical line extending from the box to
the whiskers.
|
void |
setStemColor(LinearGradient color)
Sets the color of the stem, the vertical line extending from the box to
the whiskers.
|
void |
setStemColor(RadialGradient color)
Sets the color of the stem, the vertical line extending from the box to
the whiskers.
|
void |
setStemColor(String color)
Sets the color of the stem, the vertical line extending from the box to
the whiskers.
|
void |
setStemDashStyle(String stemDashStyle)
Sets the dash style of the stem, the vertical line extending from the box
to the whiskers.
|
void |
setStemWidth(Number stemWidth)
Sets the width of the stem, the vertical line extending from the box to
the whiskers.
|
void |
setWhiskerColor(Color color)
Sets the color of the whiskers, the horizontal lines marking low and high
values.
|
void |
setWhiskerColor(LinearGradient color)
Sets the color of the whiskers, the horizontal lines marking low and high
values.
|
void |
setWhiskerColor(RadialGradient color)
Sets the color of the whiskers, the horizontal lines marking low and high
values.
|
void |
setWhiskerColor(String color)
Sets the color of the whiskers, the horizontal lines marking low and high
values.
|
void |
setWhiskerLength(Number whiskerLength)
Sets the length of the whiskers, the horizontal lines marking low and
high values.
|
void |
setWhiskerLength(String whiskerLength)
Sets the length of the whiskers, the horizontal lines marking low and
high values.
|
void |
setWhiskerWidth(Number whiskerWidth)
Sets the line width of the whiskers, the horizontal lines marking low and
high values.
|
getBorderColor, getBorderRadius, getBorderWidth, getColors, getCropThreshold, getEdgeWidth, getGroupPadding, getGroupZPadding, getMaxPointWidth, getMinPointLength, getPointPadding, getPointRange, getPointWidth, isCrisp, isGrouping, setBorderColor, setBorderColor, setBorderColor, setBorderColor, setBorderRadius, setBorderWidth, setColors, setColors, setCrisp, setCropThreshold, setEdgeWidth, setGrouping, setGroupPadding, setGroupZPadding, setMaxPointWidth, setMinPointLength, setPointPadding, setPointRange, setPointWidth
getAnimation, getColor, getColorAxis, getColorKey, getCursor, getDashStyle, getDataLabels, getDepth, getDescription, getDragDrop, getFindNearestPointBy, getId, getLabel, getLinecap, getLinkedTo, getMarker, getNeckHeight, getNeckWidth, getNegativeColor, getOpacity, getPointInterval, getPointIntervalUnit, getPointPlacement, getPointStart, getStacking, getStates, getStep, getThreshold, getTooltip, getTurboThreshold, getZoneAxis, getZones, isAllowPointSelect, isAnimation, isClip, isColorByPoint, isConnectEnds, isConnectNulls, isEnableMouseTracking, isGetExtremesFromAll, isIncludeInDataExport, isSelected, isShadow, isShowCheckbox, isShowInLegend, isSkipKeyboardNavigation, isSoftThreshold, isStacking, isStickyTracking, isVisible, setAllowPointSelect, setAnimation, setAnimation, setClip, setColor, setColor, setColor, setColor, setColorAxis, setColorAxis, setColorAxis, setColorByPoint, setColorKey, setConnectEnds, setConnectNulls, setCursor, setDashStyle, setDataLabels, setDepth, setDescription, setDragDrop, setEnableMouseTracking, setFindNearestPointBy, setGetExtremesFromAll, setId, setIncludeInDataExport, setLabel, setLinecap, setLinkedTo, setMarker, setNeckHeight, setNeckWidth, setNegativeColor, setNegativeColor, setNegativeColor, setNegativeColor, setOpacity, setPointInterval, setPointIntervalUnit, setPointPlacement, setPointPlacement, setPointStart, setSelected, setShadow, setShowCheckbox, setShowInLegend, setSkipKeyboardNavigation, setSoftThreshold, setStacking, setStacking, setStates, setStep, setStickyTracking, setThreshold, setTooltip, setTurboThreshold, setVisible, setZoneAxis, setZones
addExtraAttr, addOptionDataListener, clearOptonDataListener, clone, containsKey, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getAttr, getAttr, getClientState, getExtraAttr, merge, onChange, removeExtraAttr, removeKey, removeOptionDataListener, setAttr, setAttr, setAttr, toJSONString, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
onChange
public Color getFillColor()
Default: #FFFFFF
public void setFillColor(Color color)
public void setFillColor(String color)
public void setFillColor(LinearGradient color)
public void setFillColor(RadialGradient color)
public Number getLineWidth()
setStemWidth(Number)
, setMedianWidth(Number)
, or
setWhiskerWidth(Number)
are null
, the lineWidth
also applies to these lines.getLineWidth
in class SeriesPlotOptions
public void setLineWidth(Number lineWidth)
setStemWidth(Number)
, setMedianWidth(Number)
, or
setWhiskerWidth(Number)
are null
, the lineWidth
also applies to these lines.setLineWidth
in class SeriesPlotOptions
public String getMedianColor()
null
, the general
series color applies.public void setMedianColor(String medianColor)
null
, the general
series color applies. 'medianColor the color of the median line. If
null
, the general series color applies.public Number getMedianWidth()
public void setMedianWidth(Number medianWidth)
public Color getStemColor()
null
, the series color is used.public void setStemColor(Color color)
null
, the series color is used.public void setStemColor(String color)
null
, the series color is used.public void setStemColor(LinearGradient color)
null
, the series color is used.public void setStemColor(RadialGradient color)
null
, the series color is used.public String getStemDashStyle()
public void setStemDashStyle(String stemDashStyle)
public Number getStemWidth()
null
, the width is inherited from the
setLineWidth(Number)
option.public void setStemWidth(Number stemWidth)
null
, the width is inherited from the
setLineWidth(Number)
option.public Color getWhiskerColor()
null
, the general series color is used.
Default: null
public void setWhiskerColor(Color color)
null
, the general series color is used.public void setWhiskerColor(String color)
null
, the general series color is used.public void setWhiskerColor(LinearGradient color)
null
, the general series color is used.public void setWhiskerColor(RadialGradient color)
null
, the general series color is used.public String getWhiskerLength()
0
to disable whiskers.
Default: 50%
public void setWhiskerLength(String whiskerLength)
0
to disable whiskers.public void setWhiskerLength(Number whiskerLength)
0
to disable whiskers.public Number getWhiskerWidth()
null
, the general
setLineWidth(Number)
applies.public void setWhiskerWidth(Number whiskerWidth)
null
, the general
setLineWidth(Number)
applies.Copyright © 2005-2020 Potix Corporation. All Rights Reserved.