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

Packages that use MultiBars
com.steema.teechart.styles   
 

Uses of MultiBars in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as MultiBars
protected  MultiBars CustomBar.iMultiBar
           
static MultiBars MultiBars.NONE
          Bar series are placed one behind the other.
static MultiBars MultiBars.SELFSTACK
          The points of each bar series are drawn one on top of the other.
static MultiBars MultiBars.SIDE
          Bar series points are placed one beside the other.
static MultiBars MultiBars.SIDEALL
          Bar series, that is, all series points, are drawn one beside the other.
static MultiBars MultiBars.STACKED
          Bar series are placed one on top of the other.
static MultiBars MultiBars.STACKED100
          Bar series are placed one on top of the other against a common axis scale 0..100.
 

Methods in com.steema.teechart.styles that return MultiBars
static MultiBars MultiBars.fromValue(int value)
           
 MultiBars CustomBar.getMultiBar()
          Determines how multiple BarSeries will be displayed in the same Chart.
 

Methods in com.steema.teechart.styles with parameters of type MultiBars
 void CustomBar.setMultiBar(MultiBars value)
          Determines how multiple BarSeries will be displayed in the same Chart.