|
||||||||||
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.VerticalAxis
public final class VerticalAxis
Title: VerticalAxis class
Description: Describes the possible values of Series.VertAxis method.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Series.getVertAxis()
Field Summary | |
---|---|
static VerticalAxis |
BOTH
Associates the series with both the left and right axis. |
static VerticalAxis |
CUSTOM
Associates the series with a custom axis. |
static VerticalAxis |
LEFT
Associates the series with the left axis. |
static VerticalAxis |
RIGHT
Associates the series with the right axis. |
Method Summary | |
---|---|
static VerticalAxis |
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 VerticalAxis LEFT
public static final VerticalAxis RIGHT
public static final VerticalAxis BOTH
public static final VerticalAxis CUSTOM
Method Detail |
---|
public static VerticalAxis fromInt(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |