com.steema.teechart.tools
Class ColorLineStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.tools.ColorLineStyle

public final class ColorLineStyle
extends Enum

Title: ColorLineStyle class

Description: Describes the possible values of the CursorTool.Style method.

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

Company: Steema Software SL

See Also:
CursorTool.getStyle()

Field Summary
static ColorLineStyle CENTER
           
static ColorLineStyle CUSTOM
           
static ColorLineStyle MAXIMUM
           
static ColorLineStyle MINIMUM
           
 
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

CUSTOM

public static final ColorLineStyle CUSTOM

MAXIMUM

public static final ColorLineStyle MAXIMUM

CENTER

public static final ColorLineStyle CENTER

MINIMUM

public static final ColorLineStyle MINIMUM