public final class CustomStack extends Enum
Title: CustomStack class
Description: Describes the possible values of CustomPoint.Stacked
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Example:
lineSeries.setStacked( CustomStack.Overlap );
Modifier and Type | Field and Description |
---|---|
static CustomStack |
NONE
Series will be drawn one behind the other using different "z" depths.
|
static CustomStack |
OVERLAP
Series will be drawn one over the other using the same "z" depth.
|
static CustomStack |
STACK
Draws each series on top of the previous one by summing the values.
|
static CustomStack |
STACK100
Adjusts each individual series to a common 0..100 axis scale.
|
Modifier and Type | Method and Description |
---|---|
static CustomStack |
fromInt(int value) |
getValue, readResolve
public static final CustomStack NONE
public static final CustomStack OVERLAP
public static final CustomStack STACK
public static final CustomStack STACK100
public static CustomStack fromInt(int value)