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

Packages that use VerticalAxis
com.steema.teechart.styles   
 

Uses of VerticalAxis in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as VerticalAxis
static VerticalAxis VerticalAxis.BOTH
          Associates the series with both the left and right axis.
static VerticalAxis VerticalAxis.CUSTOM
          Associates the series with a custom axis.
static VerticalAxis VerticalAxis.LEFT
          Associates the series with the left axis.
static VerticalAxis VerticalAxis.RIGHT
          Associates the series with the right axis.
 

Methods in com.steema.teechart.styles that return VerticalAxis
static VerticalAxis VerticalAxis.fromInt(int value)
           
 VerticalAxis Series.getVerticalAxis()
          Determines Vertical axis associated to this Series.
 

Methods in com.steema.teechart.styles with parameters of type VerticalAxis
 void Series.setVerticalAxis(VerticalAxis value)
          Determines Vertical axis associated to this Series.