|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.misc.Enum
com.steema.teechart.styles.MultiBars
public final class MultiBars
Title: MultiBars class
Description: Describes the possible values of CustomBar.MultiBar.
Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Example:
bar1Series.setMultiBar(MultiBars.SIDEALL); or barSeries.setMultiBar(MultiBars.SELFSTACK);
CustomBar.getMultiBar()
,
Serialized FormField Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class com.steema.teechart.misc.Enum |
---|
getValue, readResolve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |