Package | Description |
---|---|
com.steema.teechart.axis |
Modifier and Type | Field and Description |
---|---|
static AxisLabelStyle |
AxisLabelStyle.AUTO
Chooses the Style automatically
|
AxisLabelStyle |
AxisLabels.iStyle |
static AxisLabelStyle |
AxisLabelStyle.MARK
Each Series point will have a Label using SeriesMarks style.
|
static AxisLabelStyle |
AxisLabelStyle.NONE
No label.
|
static AxisLabelStyle |
AxisLabelStyle.TEXT
Each Series point will have a Label using Series.XLabels strings
|
static AxisLabelStyle |
AxisLabelStyle.VALUE
Axis labeling is based on axis Minimum and Maximum properties.
|
Modifier and Type | Method and Description |
---|---|
AxisLabelStyle |
Axis.calcLabelStyle()
Returns the most logical Axis Label style.
|
static AxisLabelStyle |
AxisLabelStyle.fromValue(int value) |
AxisLabelStyle |
AxisLabels.getStyle()
The style of the labels.
|
Modifier and Type | Method and Description |
---|---|
void |
AxisLabels.setStyle(AxisLabelStyle value)
Sets the style of the labels.
|