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. This will trigger the event with empty strings
|
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.
It calculates the "best candidate" label style based on how many Active Series are in the Chart and if the Series has point labels. |
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.
Default value: AxisLabelStyle.Auto |