Uses of Class
net.pricefx.common.apibuilder.chart.AuxLine
Packages that use AuxLine
-
Uses of AuxLine in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart that return AuxLineModifier and TypeMethodDescriptionAbstractChartBuilder.addAuxLine()BarLineChart.addAuxLine()BoxplotChart.addAuxLine()BubbleChart.addAuxLine()DetailedTimeSeriesChart.addAuxLine()HistogramChart.addAuxLine()PieChart.addAuxLine()ScatterChart.addAuxLine()TimeSeriesChart.addAuxLine()TimeSeriesScatterChart.addAuxLine()AuxLine.setColor(AuxLineColor color) AuxLine.setHideDataLabels(Boolean hideDataLabels) AuxLine.setShowInLegend(Boolean showInLegend) Methods in net.pricefx.common.apibuilder.chart that return types with arguments of type AuxLineModifier and TypeMethodDescriptionAuxLine.withLine()AuxLine.withSteppedLine()AuxLine.withVerticalLine()