Uses of Class
net.pricefx.common.api.chart.WhiskerType
-
Packages that use WhiskerType Package Description net.pricefx.common.api.chart net.pricefx.common.apibuilder.chart -
-
Uses of WhiskerType in net.pricefx.common.api.chart
Methods in net.pricefx.common.api.chart that return WhiskerType Modifier and Type Method Description static WhiskerType
WhiskerType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WhiskerType[]
WhiskerType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WhiskerType in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart with parameters of type WhiskerType Modifier and Type Method Description protected S
AbstractChartSeries. setWhisker(WhiskerType whiskerType)
S
ChartSeries.EmbeddedBoxplot. setWhisker(WhiskerType whiskerType)
BoxplotChart.BoxplotSeries
BoxplotChart.BoxplotSeries. withWhisker(WhiskerType whiskerType)
-