|
||||||||||
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-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Area.getMultiArea()
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 |
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 |