public class PlotVariwide extends PlotOptions
A variwide chart (related to marimekko chart) is a column chart with a variable width expressing a third dimension.
| Modifier and Type | Field and Description |
|---|---|
Boolean |
grouping
Whether to group non-stacked columns or to let them render independent of each other.
|
Integer |
groupPadding
In a variwide chart, the group padding is 0 in order to express the horizontal stacking of
items.
|
Integer |
maxPointWidth
The maximum allowed pixel width for a column, translated to the height of a bar in a bar
chart.
|
Integer |
pointPadding
In a variwide chart, the point padding is 0 in order to express the horizontal stacking of
items.
|
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 |
|---|
PlotVariwide() |
toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformForClient@Option public Boolean grouping
@Option public Integer groupPadding
@Option public Integer maxPointWidth
Copyright © 2018 Fujion Framework. All rights reserved.