Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static VerticalAxis |
VerticalAxis.BOTH
Associates the series with both the left and right axis.
|
static VerticalAxis |
VerticalAxis.CUSTOM
Associates the series with a custom axis.
|
static VerticalAxis |
VerticalAxis.LEFT
Associates the series with the left axis.
|
static VerticalAxis |
VerticalAxis.RIGHT
Associates the series with the right axis.
|
Modifier and Type | Method and Description |
---|---|
static VerticalAxis |
VerticalAxis.fromInt(int value) |
VerticalAxis |
Series.getVerticalAxis()
Determines Vertical axis associated to this Series.
Default value: VerticalAxis.Left |
Modifier and Type | Method and Description |
---|---|
void |
Series.setVerticalAxis(VerticalAxis value)
Determines Vertical axis associated to this Series.
Default value: VerticalAxis.Left |