com.steema.teechart.styles
Class MultiAreas

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.styles.MultiAreas

public final class MultiAreas
extends Enum

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

See Also:
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

NONE

public static final MultiAreas NONE
Areas will be drawn one behind the other.


STACKED

public static final MultiAreas STACKED
Draws each Area on top of previous one.


STACKED100

public static final MultiAreas STACKED100
Adjusts each individual point to a common 0..100 axis scale.