public final class MultiBars extends Enum
Title: MultiBars class
Description: Describes the possible values of CustomBar.MultiBar.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Example:
bar1Series.setMultiBar(MultiBars.SIDEALL); or barSeries.setMultiBar(MultiBars.SELFSTACK);
CustomBar.getMultiBar()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static MultiBars |
NONE
Bar series are placed one behind the other.
|
static MultiBars |
SELFSTACK
The points of each bar series are drawn one on top of the other.
|
static MultiBars |
SIDE
Bar series points are placed one beside the other.
|
static MultiBars |
SIDEALL
Bar series, that is, all series points, are drawn one beside the other.
|
static MultiBars |
STACKED
Bar series are placed one on top of the other.
|
static 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 |
fromValue(int value) |
getValue, readResolve
public static final MultiBars NONE
public static final MultiBars SIDE
public static final MultiBars STACKED
public static final MultiBars STACKED100
public static final MultiBars SIDEALL
public static final MultiBars SELFSTACK
public static MultiBars fromValue(int value)