|
||||||||||
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.MarksStyle
public final class MarksStyle
Title: MarksStyle class
Description: Describes the possible values of Series Marks Style.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
static MarksStyle |
LABEL
Shows the associated Point Label. |
static MarksStyle |
LABELPERCENT
Shows the point Label and the percent value the point represents. |
static MarksStyle |
LABELPERCENTTOTAL
Shows the point Label toghether with the resulting "PercentTotal" style. |
static MarksStyle |
LABELVALUE
Shows the point Label and the point value. |
static MarksStyle |
LEGEND
Shows whatever is shown at Chart Legend. |
static MarksStyle |
PERCENT
Shows the percent the point value represents. |
static MarksStyle |
PERCENTRELATIVE
Show the point percent relative to first point value. |
static MarksStyle |
PERCENTTOTAL
Shows the percent the point represents together with the "of" word and the sum of all points absolute values. |
static MarksStyle |
POINTINDEX
Show the point Index. |
static MarksStyle |
SERIESTITLE
Show the point Series Title. |
static MarksStyle |
VALUE
Shows the point value. |
static MarksStyle |
XVALUE
Shows the point XValue. |
static MarksStyle |
XY
Shows the point XValue and YValue. |
Method Summary | |
---|---|
static MarksStyle |
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 MarksStyle VALUE
public static final MarksStyle PERCENT
public static final MarksStyle LABEL
public static final MarksStyle LABELPERCENT
public static final MarksStyle LABELVALUE
public static final MarksStyle LEGEND
public static final MarksStyle PERCENTTOTAL
public static final MarksStyle LABELPERCENTTOTAL
public static final MarksStyle XVALUE
public static final MarksStyle XY
public static final MarksStyle SERIESTITLE
public static final MarksStyle POINTINDEX
public static final MarksStyle PERCENTRELATIVE
Method Detail |
---|
public static MarksStyle fromValue(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |