Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static CustomStack |
CustomStack.fromInt(int value) |
CustomStack |
CustomPoint.getStacked()
Defines how multiple series will be displayed.
Stacking options of Points series are: CustomSeriesStack.None: No overlap action. |
Modifier and Type | Method and Description |
---|---|
void |
CustomPoint.setStacked(CustomStack value)
Defines how multiple series will be displayed.
|