Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static MultiBars |
MultiBars.fromValue(int value) |
MultiBars |
CustomBar.getMultiBar()
Determines how multiple BarSeries will be displayed in the same Chart.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomBar.setMultiBar(MultiBars value)
Determines how multiple BarSeries will be displayed in the same Chart.
|