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

Packages that use MultiAreas
com.steema.teechart.styles   
 

Uses of MultiAreas in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as MultiAreas
static MultiAreas MultiAreas.NONE
          Areas will be drawn one behind the other.
static MultiAreas MultiAreas.STACKED
          Draws each Area on top of previous one.
static MultiAreas MultiAreas.STACKED100
          Adjusts each individual point to a common 0..100 axis scale.
 

Methods in com.steema.teechart.styles that return MultiAreas
 MultiAreas Area.getMultiArea()
          Determines how Multi-AreaSeries are displayed.
 

Methods in com.steema.teechart.styles with parameters of type MultiAreas
 void Area.setMultiArea(MultiAreas value)
          Sets how multiple areas are displayed.