Uses of Class
net.pricefx.common.api.chart.SeriesType
-
Packages that use SeriesType Package Description net.pricefx.common.api.chart net.pricefx.common.apibuilder.chart -
-
Uses of SeriesType in net.pricefx.common.api.chart
Methods in net.pricefx.common.api.chart that return SeriesType Modifier and Type Method Description static SeriesType
SeriesType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SeriesType[]
SeriesType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SeriesType in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart with parameters of type SeriesType Modifier and Type Method Description protected M
AbstractChartMeasures. setType(SeriesType seriesType)
protected S
AbstractChartSeries. setType(SeriesType seriesType)
M
ChartMeasures.Type. setType(SeriesType seriesType)
S
ChartSeries.EmbeddedBoxplot. setType(SeriesType seriesType)
DetailedTimeSeriesChart.DetailedTimeSeriesSeries
DetailedTimeSeriesChart.DetailedTimeSeriesSeries. setType(SeriesType seriesType)
-