com.steema.teechart.tools
Class CursorToolStyle

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

public final class CursorToolStyle
extends Enum

Title: CursorToolStyle 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 CursorToolStyle BOTH
          Shows both a horizontal line and a vertical line on top of the chart's series.
static CursorToolStyle HORIZONTAL
          Shows a horizontal line on top of the chart's series.
static CursorToolStyle VERTICAL
          Shows a vertical line on top of the chart's series.
 
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

HORIZONTAL

public static final CursorToolStyle HORIZONTAL
Shows a horizontal line on top of the chart's series.


VERTICAL

public static final CursorToolStyle VERTICAL
Shows a vertical line on top of the chart's series.


BOTH

public static final CursorToolStyle BOTH
Shows both a horizontal line and a vertical line on top of the chart's series.