|
||||||||||
| 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.MultiAreas
public final class MultiAreas
Title: MultiAreas class
Description: Describes the possible values of Area.MultiArea.
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Area.getMultiArea(),
Serialized Form| Field Summary | |
|---|---|
static MultiAreas |
NONE
Areas will be drawn one behind the other. |
static MultiAreas |
STACKED
Draws each Area on top of previous one. |
static MultiAreas |
STACKED100
Adjusts each individual point to a common 0..100 axis scale. |
| 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 MultiAreas NONE
public static final MultiAreas STACKED
public static final MultiAreas STACKED100
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||