com.steema.teechart.legend
Class LegendTextStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.legend.LegendTextStyle
All Implemented Interfaces:
java.io.Serializable

public final class LegendTextStyle
extends Enum

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

See Also:
Serialized Form

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

PLAIN

public static final LegendTextStyle PLAIN
Legend Text is defined as the series point labels.


LEFTVALUE

public static final LegendTextStyle LEFTVALUE
Legend Text is defined as the series values on the left of the series point labels.


RIGHTVALUE

public static final LegendTextStyle RIGHTVALUE
Legend Text is defined as the series values on the right of the series point labels.


LEFTPERCENT

public static final 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.


RIGHTPERCENT

public static final 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.


XVALUE

public static final LegendTextStyle XVALUE
Legend Text is defined as the xvalues of the series.


VALUE

public static final LegendTextStyle VALUE
Legend Text is defined as the series value.


PERCENT

public static final LegendTextStyle PERCENT
Legend Text is defined as the series values as a percentage of the total of series values


XANDVALUE

public static final LegendTextStyle XANDVALUE
Legend Text is defined as xvalues of the series and the series values.


XANDPERCENT

public static final LegendTextStyle XANDPERCENT
Legend Text is defined as xvalues of the series and the series values as a percentage of the total of series values.

Method Detail

fromValue

public static LegendTextStyle fromValue(int value)