public final class AxisLabelStyle extends Enum
Title: AxisLabelStyle class
Description: Defines the possible values of Axis.getLabels().getStyle()
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static AxisLabelStyle |
AUTO
Chooses the Style automatically
|
static AxisLabelStyle |
MARK
Each Series point will have a Label using SeriesMarks style.
|
static AxisLabelStyle |
NONE
No label. This will trigger the event with empty strings
|
static AxisLabelStyle |
TEXT
Each Series point will have a Label using Series.XLabels strings
|
static AxisLabelStyle |
VALUE
Axis labeling is based on axis Minimum and Maximum properties.
|
Modifier and Type | Method and Description |
---|---|
static AxisLabelStyle |
fromValue(int value) |
getValue, readResolve
public static final AxisLabelStyle AUTO
public static final AxisLabelStyle NONE
public static final AxisLabelStyle VALUE
public static final AxisLabelStyle MARK
public static final AxisLabelStyle TEXT
public static AxisLabelStyle fromValue(int value)