public final class HorizontalAxis extends Enum
Title: HorizontalAxis class
Description: Describes the possible values of Series.HorizAxis.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Series.getHorizAxis()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static HorizontalAxis |
BOTH
Associates the series with both the top and bottom axes.
|
static HorizontalAxis |
BOTTOM
Associates the series with the bottom axis.
|
static HorizontalAxis |
CUSTOM
Associates the series with a custom axis.
|
static HorizontalAxis |
TOP
Associates the series with the top axis.
|
Modifier and Type | Method and Description |
---|---|
static HorizontalAxis |
fromInt(int value) |
getValue, readResolve
public static final HorizontalAxis TOP
public static final HorizontalAxis BOTTOM
public static final HorizontalAxis BOTH
public static final HorizontalAxis CUSTOM
public static HorizontalAxis fromInt(int value)