Uses of Class
net.pricefx.common.apibuilder.chart.AuxLine
Packages that use AuxLine
Package
Description
Fluent builders for chart definitions rendered by the Pricefx user interface.
-
Uses of AuxLine in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart that return AuxLineModifier and TypeMethodDescriptionAbstractChartBuilder.addAuxLine()BarLineChart.addAuxLine()Adds a horizontal, vertical, or stepped reference line to this chart, independent of its data series, for example a fixed target or threshold value.BoxplotChart.addAuxLine()Adds a horizontal, vertical, or stepped reference line to this chart, independent of its data series, for example a fixed target or threshold value.BubbleChart.addAuxLine()Adds a horizontal, vertical, or stepped reference line to this chart, independent of its data series, for example a fixed target or threshold value.DetailedTimeSeriesChart.addAuxLine()HistogramChart.addAuxLine()PieChart.addAuxLine()ScatterChart.addAuxLine()TimeSeriesChart.addAuxLine()TimeSeriesScatterChart.addAuxLine()AuxLine.setColor(AuxLineColor color) Sets this auxiliary line's color.AuxLine.setHideDataLabels(Boolean hideDataLabels) Hides this auxiliary line's data labels.Sets this auxiliary line's label, shown in the chart's legend and tooltips, for example"65th Percentile".AuxLine.setShowInLegend(Boolean showInLegend) Shows or hides this auxiliary line in the chart's legend.Methods in net.pricefx.common.apibuilder.chart that return types with arguments of type AuxLineModifier and TypeMethodDescriptionAuxLine.withLine()Shapes this auxiliary line as a straight line,y = yIntercept + steepness * x.AuxLine.withSteppedLine()Shapes this auxiliary line as a piecewise line through explicit points.AuxLine.withVerticalLine()Shapes this auxiliary line as a single vertical line at a fixed X axis value.