com.steema.teechart.styles
Class ErrorStyle

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

public final class ErrorStyle
extends Enum

Title: ErrorStyle class

Description: Describes the possible values of the CustomError.ErrorStyle.

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

Company: Steema Software SL

See Also:
CustomError.getErrorStyle()

Field Summary
static ErrorStyle BOTTOM
          Crossbar of 'T' error displacement indicator displayed on the bottom.
static ErrorStyle LEFT
          Crossbar of 'T' error displacement indicator displayed on the left.
static ErrorStyle LEFTRIGHT
          Crossbar of 'T' error displacement indicator displayed on the left and right.
static ErrorStyle RIGHT
          Crossbar of 'T' error displacement indicator displayed on the right.
static ErrorStyle TOP
          Crossbar of 'T' error displacement indicator displayed on the top.
static ErrorStyle TOPBOTTOM
          Crossbar of 'T' error displacement indicator displayed on the top and bottom.
 
Method Summary
 
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

LEFT

public static final ErrorStyle LEFT
Crossbar of 'T' error displacement indicator displayed on the left.


RIGHT

public static final ErrorStyle RIGHT
Crossbar of 'T' error displacement indicator displayed on the right.


LEFTRIGHT

public static final ErrorStyle LEFTRIGHT
Crossbar of 'T' error displacement indicator displayed on the left and right.


TOP

public static final ErrorStyle TOP
Crossbar of 'T' error displacement indicator displayed on the top.


BOTTOM

public static final ErrorStyle BOTTOM
Crossbar of 'T' error displacement indicator displayed on the bottom.


TOPBOTTOM

public static final ErrorStyle TOPBOTTOM
Crossbar of 'T' error displacement indicator displayed on the top and bottom.