public class PlotPyramid extends PlotOptions
A pyramid series is a special type of funnel, without neck and reversed by default.
| Modifier and Type | Field and Description |
|---|---|
List<String> |
center
The center of the series.
|
Integer |
depth
The thickness of a 3D pie.
|
Integer |
endAngle
The end angle of the pie in degrees where 0 is top and 90 is right.
|
String |
height
The height of the funnel or pyramid.
|
String |
innerSize
The size of the inner diameter for the pie.
|
Integer |
minSize
The minimum size for a pie in response to auto margins.
|
String |
neckHeight
The pyramid neck width is zero by default, as opposed to the funnel, which shares the same
layout logic.
|
String |
neckWidth
The pyramid neck width is zero by default, as opposed to the funnel, which shares the same
layout logic.
|
Boolean |
reversed
The pyramid is reversed by default, as opposed to the funnel, which shares the layout engine,
and is not reversed.
|
Integer |
startAngle
The start angle of the pie slices in degrees where 0 is top and 90 right.
|
String |
width
The width of the funnel compared to the width of the plot area, or the pixel width if it is a
number.
|
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 |
|---|
PlotPyramid() |
toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformForClient@Option public final List<String> center
@Option public Integer depth
@Option public Integer endAngle
@Option public String height
@Option public String innerSize
@Option public Integer minSize
@Option public String neckHeight
@Option public String neckWidth
@Option public Boolean reversed
@Option public Integer startAngle
Copyright © 2018 Fujion Framework. All rights reserved.