Uses of Class
net.pricefx.common.apibuilder.chart.ChartOptions.XYMinMax
Packages that use ChartOptions.XYMinMax
Package
Description
Fluent builders for chart definitions rendered by the Pricefx user interface.
-
Uses of ChartOptions.XYMinMax in net.pricefx.common.apibuilder.chart
Classes in net.pricefx.common.apibuilder.chart with type parameters of type ChartOptions.XYMinMaxModifier and TypeClassDescriptionstatic classChartOptions.XYMinMax<C extends AbstractChartBuilder<C>,O extends ChartOptions.XYMinMax<C, O>> Re-exposesAbstractChartOptions.setXMin(BigDecimal),AbstractChartOptions.setXMax(BigDecimal),AbstractChartOptions.setYMin(BigDecimal), andAbstractChartOptions.setYMax(BigDecimal)aspublic, on top of everythingChartOptions.XYLabelsexposes; the tier extended by a concrete Options type whose X and Y axes are both plain numeric scales worth bounding, for exampleScatterChart.ScatterOptionsorBubbleChart.BubbleOptions.Subclasses of ChartOptions.XYMinMax in net.pricefx.common.apibuilder.chartModifier and TypeClassDescriptionstatic classThe Options for aBubbleChart, obtained fromBubbleChart.getOptions()rather than instantiated directly.static class