public class AuxLine<C extends AbstractChartBuilder<C>>
extends BacklinkBuilder<C>
Modifier and Type | Class and Description |
---|---|
static class |
AuxLine.Line<C extends ObjectIdentity> |
static class |
AuxLine.SteppedLine<C extends ObjectIdentity> |
static class |
AuxLine.VerticalLine<C extends ObjectIdentity> |
Constructor and Description |
---|
AuxLine(C backLink,
String instanceId,
String classId) |
Modifier and Type | Method and 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() |
public AuxLine.Line<AuxLine<C>> withLine()
public AuxLine.SteppedLine<AuxLine<C>> withSteppedLine()
public AuxLine.VerticalLine<AuxLine<C>> withVerticalLine()
public AuxLine<C> setColor(AuxLineColor color)
Copyright © 2019. All rights reserved.