Uses of Class
com.steema.teechart.styles.HorizontalAxis

Packages that use HorizontalAxis
com.steema.teechart.styles   
 

Uses of HorizontalAxis in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as HorizontalAxis
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.
 

Methods in com.steema.teechart.styles that return HorizontalAxis
static HorizontalAxis HorizontalAxis.fromInt(int value)
           
 HorizontalAxis Series.getHorizontalAxis()
          Horizontal axis associated to this Series.
 

Methods in com.steema.teechart.styles with parameters of type HorizontalAxis
 void Series.setHorizontalAxis(HorizontalAxis value)
          Stes the Horizontal axis associated to this Series.