|
||||||||||
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.legend.LegendTextStyle
public final class LegendTextStyle
Title: LegendTextStyle class.
Description: Describes the possible values of the Legend.TextStyle
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
static LegendTextStyle |
LEFTPERCENT
Legend Text is defined as the series values as a percentage of the total of series values on the left of the series point labels. |
static LegendTextStyle |
LEFTVALUE
Legend Text is defined as the series values on the left of the series point labels. |
static LegendTextStyle |
PERCENT
Legend Text is defined as the series values as a percentage of the total of series values |
static LegendTextStyle |
PLAIN
Legend Text is defined as the series point labels. |
static LegendTextStyle |
RIGHTPERCENT
Legend Text is defined as the series values as a percentage of the total of series values on the right of the series point labels. |
static LegendTextStyle |
RIGHTVALUE
Legend Text is defined as the series values on the right of the series point labels. |
static LegendTextStyle |
VALUE
Legend Text is defined as the series value. |
static LegendTextStyle |
XANDPERCENT
Legend Text is defined as xvalues of the series and the series values as a percentage of the total of series values. |
static LegendTextStyle |
XANDVALUE
Legend Text is defined as xvalues of the series and the series values. |
static LegendTextStyle |
XVALUE
Legend Text is defined as the xvalues of the series. |
Method Summary | |
---|---|
static LegendTextStyle |
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 LegendTextStyle PLAIN
public static final LegendTextStyle LEFTVALUE
public static final LegendTextStyle RIGHTVALUE
public static final LegendTextStyle LEFTPERCENT
public static final LegendTextStyle RIGHTPERCENT
public static final LegendTextStyle XVALUE
public static final LegendTextStyle VALUE
public static final LegendTextStyle PERCENT
public static final LegendTextStyle XANDVALUE
public static final LegendTextStyle XANDPERCENT
Method Detail |
---|
public static LegendTextStyle fromValue(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |