public class PlotWindbarb extends PlotOptions
Wind barbs are a convenient way to represent wind speed and direction in one graphical form. Wind direction is given by the stem direction, and wind speed by the number and shape of barbs.
| Modifier and Type | Field and Description |
|---|---|
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 |
groupZPadding
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.
|
String |
onSeries
The id of another series in the chart that the wind barbs are projected on.
|
Integer |
pointWidth
A pixel value specifying a fixed width for each column or bar.
|
Integer |
vectorLength
Pixel length of the stems.
|
Integer |
yOffset
Vertical offset from the cartesian position, in pixels.
|
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 |
|---|
PlotWindbarb() |
toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformForClient@Option public String edgeColor
@Option public Integer edgeWidth
@Option public Boolean grouping
@Option public Integer groupZPadding
@Option public Integer maxPointWidth
@Option public String onSeries
@Option public Integer pointWidth
Copyright © 2018 Fujion Framework. All rights reserved.