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.
If you have more than one Bar series in the same Chart, then you can choose if they will be drawn side-by-side, back-to-front or Stacked. Side-by-side means the Bar width will be divided by the number of Bar Series. |
Modifier and Type | Method and Description |
---|---|
void |
CustomBar.setMultiBar(MultiBars value)
Determines how multiple BarSeries will be displayed in the same Chart.
Default value: MultiBars.Side |