Uses of Class
com.steema.teechart.axis.AxisLabelStyle

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.
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.
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.