public class PlotErrorBar extends PlotOptions
Error bars are a graphical representation of the variability of data and are used on graphs to indicate the error, or uncertainty in a reported measurement.
| Modifier and Type | Field and Description |
|---|---|
Integer |
depth
Depth of the columns in a 3D column chart.
|
String |
edgeColor
3D columns only.
|
Integer |
edgeWidth
3D columns only.
|
Boolean |
grouping
Whether to group non-stacked columns or to let them render independent of each other.
|
Integer |
maxPointWidth
The maximum allowed pixel width for a column, translated to the height of a bar in a bar
chart.
|
String |
medianColor
The color of the median line.
|
Double |
pointRange
The X axis range that each point is valid for.
|
Integer |
pointWidth
A pixel value specifying a fixed width for each column or bar.
|
String |
stemColor
The color of the stem, the vertical line extending from the box to the whiskers.
|
DashStyle |
stemDashStyle
The dash style of the stem, the vertical line extending from the box to the whiskers.
|
Integer |
stemWidth
The width of the stem, the vertical line extending from the box to the whiskers.
|
String |
whiskerColor
The color of the whiskers, the horizontal lines marking low and high values.
|
Integer |
whiskerWidth
The line width of the whiskers, the horizontal lines marking low and high values.
|
allowPointSelect, animation, animationLimit, boostThreshold, className, color, colorByPoint, colorIndex, colors, connectEnds, connectNulls, cropThreshold, cursor, dashStyle, dataLabels, description, enableMouseTracking, exposeElementToA11y, findNearestPointBy, getExtremesFromAll, id, keys, label, linecap, lineWidth, linkedTo, marker, negativeColor, pointInterval, pointIntervalUnit, pointPlacement, pointStart, selected, shadow, showCheckbox, showInLegend, skipKeyboardNavigation, softThreshold, stacking, step, stickyTracking, threshold, tooltip, turboThreshold, type, visible, zoneAxis, zones| Constructor and Description |
|---|
PlotErrorBar() |
toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformForClient@Option public Integer depth
@Option public String edgeColor
@Option public Integer edgeWidth
@Option public Boolean grouping
@Option public Integer maxPointWidth
@Option public String medianColor
@Option public Double pointRange
@Option public Integer pointWidth
@Option public String stemColor
@Option public DashStyle stemDashStyle
@Option public Integer stemWidth
@Option public String whiskerColor
Copyright © 2018 Fujion Framework. All rights reserved.