|
||||||||||
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.styles.HorizontalAxis
public final class HorizontalAxis
Title: HorizontalAxis class
Description: Describes the possible values of Series.HorizAxis.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Series.getHorizAxis()
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
static HorizontalAxis |
fromInt(int value)
|
Methods inherited from class com.steema.teechart.misc.Enum |
---|
getValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final HorizontalAxis TOP
public static final HorizontalAxis BOTTOM
public static final HorizontalAxis BOTH
public static final HorizontalAxis CUSTOM
Method Detail |
---|
public static HorizontalAxis fromInt(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |