Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static HorizontalAxis |
HorizontalAxis.BOTH
Associates the series with both the top and bottom axes.
|
static HorizontalAxis |
HorizontalAxis.BOTTOM
Associates the series with the bottom axis.
|
static HorizontalAxis |
HorizontalAxis.CUSTOM
Associates the series with a custom axis.
|
static HorizontalAxis |
HorizontalAxis.TOP
Associates the series with the top axis.
|
Modifier and Type | Method and Description |
---|---|
static HorizontalAxis |
HorizontalAxis.fromInt(int value) |
HorizontalAxis |
Series.getHorizontalAxis()
Horizontal axis associated to this Series.
Default value: HorizontalAxis.Bottom |
Modifier and Type | Method and Description |
---|---|
void |
Series.setHorizontalAxis(HorizontalAxis value)
Stes the Horizontal axis associated to this Series.
Default value: HorizontalAxis.Bottom |