Uses of Class
net.pricefx.common.apibuilder.chart.AuxLine
-
Packages that use AuxLine Package Description net.pricefx.common.apibuilder.chart -
-
Uses of AuxLine in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart that return AuxLine Modifier and Type Method Description protected AuxLine<C>
AbstractChartBuilder. addAuxLine()
AuxLine<BarLineChart>
BarLineChart. addAuxLine()
AuxLine<BoxplotChart>
BoxplotChart. addAuxLine()
AuxLine<BubbleChart>
BubbleChart. addAuxLine()
AuxLine<DetailedTimeSeriesChart>
DetailedTimeSeriesChart. addAuxLine()
AuxLine<HistogramChart>
HistogramChart. addAuxLine()
AuxLine<PieChart>
PieChart. addAuxLine()
AuxLine<ScatterChart>
ScatterChart. addAuxLine()
AuxLine<TimeSeriesChart>
TimeSeriesChart. addAuxLine()
AuxLine<TimeSeriesScatterChart>
TimeSeriesScatterChart. addAuxLine()
AuxLine<C>
AuxLine. setColor(AuxLineColor color)
AuxLine<C>
AuxLine. setHideDataLabels(Boolean hideDataLabels)
AuxLine<C>
AuxLine. setLabel(String label)
AuxLine<C>
AuxLine. setShowInLegend(Boolean showInLegend)
Methods in net.pricefx.common.apibuilder.chart that return types with arguments of type AuxLine Modifier and Type Method Description AuxLine.Line<AuxLine<C>>
AuxLine. withLine()
AuxLine.SteppedLine<AuxLine<C>>
AuxLine. withSteppedLine()
AuxLine.VerticalLine<AuxLine<C>>
AuxLine. withVerticalLine()
-