|
||||||||||
| 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.CustomStack
public final class CustomStack
Title: CustomStack class
Description: Describes the possible values of CustomPoint.Stacked
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Field Summary | |
|---|---|
static CustomStack |
NONE
Series will be drawn one behind the other. |
static CustomStack |
OVERLAP
Series will be drawn one over the other. |
static CustomStack |
STACK
Draws each series on top of the previous one. |
static CustomStack |
STACK100
Adjusts each individual series to a common 0..100 axis scale. |
| Method Summary | |
|---|---|
static CustomStack |
fromInt(int value)
|
| 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 CustomStack NONE
public static final CustomStack OVERLAP
public static final CustomStack STACK
public static final CustomStack STACK100
| Method Detail |
|---|
public static CustomStack fromInt(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||