|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomStack | |
---|---|
com.steema.teechart.styles |
Uses of CustomStack in com.steema.teechart.styles |
---|
Fields in com.steema.teechart.styles declared as CustomStack | |
---|---|
protected CustomStack |
CustomPoint.iStacked
|
static CustomStack |
CustomStack.NONE
Series will be drawn one behind the other using different "z" depths. |
static CustomStack |
CustomStack.OVERLAP
Series will be drawn one over the other using the same "z" depth. |
static CustomStack |
CustomStack.STACK
Draws each series on top of the previous one by summing the values. |
static CustomStack |
CustomStack.STACK100
Adjusts each individual series to a common 0..100 axis scale. |
Methods in com.steema.teechart.styles that return CustomStack | |
---|---|
static CustomStack |
CustomStack.fromInt(int value)
|
CustomStack |
CustomPoint.getStacked()
Defines how multiple series will be displayed. |
Methods in com.steema.teechart.styles with parameters of type CustomStack | |
---|---|
void |
CustomPoint.setStacked(CustomStack value)
Defines how multiple series will be displayed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |