public final class AxisLabelAlign extends Enum
Title: AxisLabelAlign class
Description: Sets position of Labels on an Axis.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static AxisLabelAlign |
CENTERED
Labels centered on the default position.
|
static AxisLabelAlign |
DEFAULT
Default position.
|
static AxisLabelAlign |
OPPOSITE
Labels aligned opposite the default position.
|
getValue, readResolve
public static final AxisLabelAlign DEFAULT
public static final AxisLabelAlign OPPOSITE
public static final AxisLabelAlign CENTERED