Class AuxLine<C extends AbstractChartBuilder<C>>
- Object
-
- ObjectIdentity
-
- BacklinkBuilder<C>
-
- AuxLine<C>
-
public class AuxLine<C extends AbstractChartBuilder<C>> extends BacklinkBuilder<C>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AuxLine.Line<C extends ObjectIdentity>
static class
AuxLine.SteppedLine<C extends ObjectIdentity>
static class
AuxLine.VerticalLine<C extends ObjectIdentity>
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuxLine<C>
setColor(AuxLineColor color)
AuxLine<C>
setHideDataLabels(Boolean hideDataLabels)
AuxLine<C>
setLabel(String label)
AuxLine<C>
setShowInLegend(Boolean showInLegend)
AuxLine.Line<AuxLine<C>>
withLine()
AuxLine.SteppedLine<AuxLine<C>>
withSteppedLine()
AuxLine.VerticalLine<AuxLine<C>>
withVerticalLine()
-
-
-
Method Detail
-
withLine
public AuxLine.Line<AuxLine<C>> withLine()
-
withSteppedLine
public AuxLine.SteppedLine<AuxLine<C>> withSteppedLine()
-
withVerticalLine
public AuxLine.VerticalLine<AuxLine<C>> withVerticalLine()
-
setColor
public AuxLine<C> setColor(AuxLineColor color)
-
-