public class PlotVariablePie extends PlotPie
A variable pie series is a two dimensional series type, where each point renders an Y and Z value. Each point is drawn as a pie slice where the size (arc) of the slice relates to the Y value and the radius of pie slice relates to the Z value. Requires highcharts-more.js. T
| Modifier and Type | Field and Description |
|---|---|
String |
maxPointSize
The maximum size of the points' radius related to chart's plotArea.
|
String |
minPointSize
The minimum size of the points' radius related to chart's plotArea.
|
String |
sizeBy
Whether the pie slice's value should be represented by the area or the radius of the slice.
|
Double |
zMax
The maximum possible z value for the point's radius calculation.
|
Double |
zMin
The minimum possible z value for the point's radius calculation.
|
depth, endAngle, innerSize, minSize, startAngleallowPointSelect, 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 |
|---|
PlotVariablePie() |
toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformForClient@Option public String maxPointSize
@Option public String minPointSize
@Option public String sizeBy
@Option public Double zMax
Copyright © 2018 Fujion Framework. All rights reserved.