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
Area.getMultiArea(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
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.
|
getValue, readResolvepublic static final MultiAreas NONE
public static final MultiAreas STACKED
public static final MultiAreas STACKED100