|
||||||||||
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.LegendStyle
public final class LegendStyle
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 |
---|
public static final LegendStyle AUTO
public static final LegendStyle SERIES
public static final LegendStyle VALUES
public static final LegendStyle LASTVALUES
public static final LegendStyle PALETTE
Method Detail |
---|
public static LegendStyle fromValue(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |