Class AuxLine<C extends AbstractChartBuilder<C>>

Object
ObjectIdentity
BacklinkBuilder<C>
AuxLine<C>

public class AuxLine<C extends AbstractChartBuilder<C>> extends BacklinkBuilder<C>
Builder for an auxiliary reference line on a chart, obtained from AbstractChartBuilder.addAuxLine() rather than instantiated directly. An auxiliary line is independent of the chart's data series and is typically used to mark a fixed reference value, for example a percentile threshold or a target. Choose its shape with withLine() (a straight line), withSteppedLine() (a piecewise line through explicit points), or withVerticalLine() (a single vertical line at a fixed X value); the three are alternatives, not meant to be combined on the same auxiliary line.
See Also: