|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.steema.teechart.misc.Enum
com.steema.teechart.axis.AxisLabelStyle
public final class AxisLabelStyle
Defines the possible values of Axis.getLabels().getStyle()
Title: AxisLabelStyle class
Description: Defines the possible values of Axis.getLabels().getStyle()
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Field Summary | |
|---|---|
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. |
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. |
| Method Summary | |
|---|---|
static AxisLabelStyle |
fromValue(int value)
|
| Methods inherited from class com.steema.teechart.misc.Enum |
|---|
getValue, readResolve |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
public static AxisLabelStyle fromValue(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||