|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisLabelStyle | |
---|---|
com.steema.teechart.axis |
Uses of AxisLabelStyle in com.steema.teechart.axis |
---|
Fields in com.steema.teechart.axis declared as AxisLabelStyle | |
---|---|
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. |
Methods in com.steema.teechart.axis that return AxisLabelStyle | |
---|---|
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. |
Methods in com.steema.teechart.axis with parameters of type AxisLabelStyle | |
---|---|
void |
AxisLabels.setStyle(AxisLabelStyle value)
Sets the style of the labels. Default value: AxisLabelStyle.Auto |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |