public final class VerticalAxis extends Enum
Title: VerticalAxis class
Description: Describes the possible values of Series.VertAxis method.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Series.getVertAxis()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static VerticalAxis |
BOTH
Associates the series with both the left and right axis.
|
static VerticalAxis |
CUSTOM
Associates the series with a custom axis.
|
static VerticalAxis |
LEFT
Associates the series with the left axis.
|
static VerticalAxis |
RIGHT
Associates the series with the right axis.
|
Modifier and Type | Method and Description |
---|---|
static VerticalAxis |
fromInt(int value) |
getValue, readResolve
public static final VerticalAxis LEFT
public static final VerticalAxis RIGHT
public static final VerticalAxis BOTH
public static final VerticalAxis CUSTOM
public static VerticalAxis fromInt(int value)