Modifier and Type | Interface and Description |
---|---|
static class |
PlotSunburstLevelSizeOptions.Unit |
Modifier and Type | Method and Description |
---|---|
PlotSunburstLevelSizeOptions.Unit |
getUnit()
(Highcharts) How to interpret
levelSize.value . |
double |
getValue()
(Highcharts) The value used for calculating the width of the ring.
|
void |
setUnit(PlotSunburstLevelSizeOptions.Unit value)
(Highcharts) How to interpret
levelSize.value . |
void |
setValue(double value)
(Highcharts) The value used for calculating the width of the ring.
|
@Nullable PlotSunburstLevelSizeOptions.Unit getUnit()
levelSize.value
.
percentage
gives a width relative to result of outer radius minus
inner radius.
pixels
gives the ring a fixed width in pixels.
weight
takes the remaining width after percentage and pixels, and
distributes it accross all "weighted" levels. The value relative to the
sum of all weights determines the width.
void setUnit(PlotSunburstLevelSizeOptions.Unit value)
levelSize.value
.
percentage
gives a width relative to result of outer radius minus
inner radius.
pixels
gives the ring a fixed width in pixels.
weight
takes the remaining width after percentage and pixels, and
distributes it accross all "weighted" levels. The value relative to the
sum of all weights determines the width.
double getValue()
levelSize.unit
.void setValue(double value)
levelSize.unit
.Copyright © 2020. All rights reserved.