Uses of Class
net.pricefx.common.apibuilder.chart.ChartOptions.ZAxis
Packages that use ChartOptions.ZAxis
Package
Description
Fluent builders for chart definitions rendered by the Pricefx user interface.
-
Uses of ChartOptions.ZAxis in net.pricefx.common.apibuilder.chart
Classes in net.pricefx.common.apibuilder.chart with type parameters of type ChartOptions.ZAxisModifier and TypeClassDescriptionstatic classChartOptions.ZAxis<C extends AbstractChartBuilder<C>,O extends ChartOptions.ZAxis<C, O>> Re-exposesAbstractChartOptions.setYMin(BigDecimal),AbstractChartOptions.setYMax(BigDecimal),AbstractChartOptions.setShowZAxis(Boolean),AbstractChartOptions.setZLabel(String),AbstractChartOptions.setZMin(BigDecimal),AbstractChartOptions.setZMax(BigDecimal), andAbstractChartOptions.setComparison(Boolean)aspublic, on top of everythingChartOptions.XYLabelsexposes; the tier extended by a concrete Options type with a Z axis or period comparison but no X axis bounds, for exampleBoxplotChart.BoxplotOptionsorHistogramChart.HistogramOptions.Subclasses of ChartOptions.ZAxis in net.pricefx.common.apibuilder.chartModifier and TypeClassDescriptionstatic classThe Options for aBarLineChart, obtained fromBarLineChart.getOptions()rather than instantiated directly.static classThe Options for aBoxplotChart, obtained fromBoxplotChart.getOptions()rather than instantiated directly.static classChartOptions.EmbeddedBoxplot<C extends AbstractChartBuilder<C>,O extends ChartOptions.EmbeddedBoxplot<C, O>> Re-exposesAbstractChartOptions.setBoxplotAxisLabel(String),AbstractChartOptions.setBoxplotAxisMin(BigDecimal), andAbstractChartOptions.setBoxplotAxisMax(BigDecimal)aspublic, on top of everythingChartOptions.ZAxisexposes; the tier extended by a concrete Options type whose series supports an embedded box plot overlay, for exampleBarLineChart.BarLineOptionsorTimeSeriesChart.TimeSeriesOptions.static classstatic classstatic class