Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
MultiAreas |
Area.getMultiArea()
Determines how Multi-AreaSeries are displayed.
Determines the kind of displayed Area when there's more than one Area Series with the same ParentChart. |
Modifier and Type | Method and Description |
---|---|
void |
Area.setMultiArea(MultiAreas value)
Sets how multiple areas are displayed.
|