com.steema.teechart.legend
Class LegendStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.legend.LegendStyle

public final class LegendStyle
extends Enum

Title: LegendStyle class.

Description: Describes the possible values of Legend.LegendStyle.

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
static LegendStyle AUTO
          Legend draws Series Titles if there's more than one Series in the chart.
static LegendStyle LASTVALUES
          Legend draws the Last Value of each Active Series (similar to Series).
static LegendStyle PALETTE
           
static LegendStyle SERIES
          Legend draws the Series Titles even if there's only one Series in the chart.
static LegendStyle VALUES
          Legend draws the first Active Series' values.
 
Method Summary
static LegendStyle fromValue(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

AUTO

public static final LegendStyle AUTO
Legend draws Series Titles if there's more than one Series in the chart.


SERIES

public static final LegendStyle SERIES
Legend draws the Series Titles even if there's only one Series in the chart.


VALUES

public static final LegendStyle VALUES
Legend draws the first Active Series' values.


LASTVALUES

public static final LegendStyle LASTVALUES
Legend draws the Last Value of each Active Series (similar to Series).


PALETTE

public static final LegendStyle PALETTE
Method Detail

fromValue

public static LegendStyle fromValue(int value)