com.steema.teechart.styles
Class MarksStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.styles.MarksStyle

public final class MarksStyle
extends Enum

Title: MarksStyle class

Description: Describes the possible values of Series Marks Style.

See Also:

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

VALUE

public static final MarksStyle VALUE
Shows the point value.


PERCENT

public static final MarksStyle PERCENT
Shows the percent the point value represents.


LABEL

public static final MarksStyle LABEL
Shows the associated Point Label.


LABELPERCENT

public static final MarksStyle LABELPERCENT
Shows the point Label and the percent value the point represents.


LABELVALUE

public static final MarksStyle LABELVALUE
Shows the point Label and the point value.


LEGEND

public static final MarksStyle LEGEND
Shows whatever is shown at Chart Legend.


PERCENTTOTAL

public static final MarksStyle PERCENTTOTAL
Shows the percent the point represents together with the "of" word and the sum of all points absolute values.


LABELPERCENTTOTAL

public static final MarksStyle LABELPERCENTTOTAL
Shows the point Label toghether with the resulting "PercentTotal" style.


XVALUE

public static final MarksStyle XVALUE
Shows the point XValue.


XY

public static final MarksStyle XY
Shows the point XValue and YValue.


SERIESTITLE

public static final MarksStyle SERIESTITLE
Show the point Series Title.


POINTINDEX

public static final MarksStyle POINTINDEX
Show the point Index.


PERCENTRELATIVE

public static final MarksStyle PERCENTRELATIVE
Show the point percent relative to first point value.

Method Detail

fromValue

public static MarksStyle fromValue(int value)