public final class MultiAreas extends Enum
Title: MultiAreas class
Description: Describes the possible values of Area.MultiArea.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Area.getMultiArea()
,
Serialized FormModifier 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, readResolve
public static final MultiAreas NONE
public static final MultiAreas STACKED
public static final MultiAreas STACKED100