com.steema.teechart.styles
Class ErrorWidthUnit

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

public final class ErrorWidthUnit
extends Enum

Title: ErrorWidthUnit class

Description: Describes the possible values of CustomError.ErrorWidthUnit.

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

Company: Steema Software SL


Field Summary
static ErrorWidthUnit PERCENT
          Defines the error width units as a percentage of the chart size.
static ErrorWidthUnit PIXELS
          Defines the error width units in pixels.
 
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

PERCENT

public static final ErrorWidthUnit PERCENT
Defines the error width units as a percentage of the chart size.


PIXELS

public static final ErrorWidthUnit PIXELS
Defines the error width units in pixels.