public class PlotBullet extends PlotOptions
A bullet graph is a variation of a bar graph. The bullet graph features a single measure, compares it to a target, and displays it in the context of qualitative ranges of performance that could be set using plotBands on yAxis.
| 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 |
groupingZPadding
The spacing between columns on the Z Axis in a 3D chart.
|
Integer |
maxPointWidth
The maximum allowed pixel width for a column, translated to the height of a bar in a bar
chart.
|
Integer |
pointWidth
A pixel value specifying a fixed width for each column or bar.
|
Integer |
targetOptions_borderWidth
The border width of the rectangle representing the target.
|
Integer |
targetOptions_height
The height of the rectangle representing the target.
|
String |
targetOptions_width
The width of the rectangle representing the target.
|
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 |
|---|
PlotBullet() |
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 groupingZPadding
@Option public Integer maxPointWidth
@Option public Integer pointWidth
@Option(value="targetOptions.borderWidth") public Integer targetOptions_borderWidth
@Option(value="targetOptions.height") public Integer targetOptions_height
Copyright © 2018 Fujion Framework. All rights reserved.