com.steema.teechart.tools
Class MarksTipMouseAction

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

public final class MarksTipMouseAction
extends Enum

Title: MarksTipMouseAction class

Description: Describes the possible values of the MarksTip.MouseAction method.

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

Company: Steema Software SL

See Also:
MarksTip.getMouseAction()

Field Summary
static MarksTipMouseAction CLICK
          Tips will be displayed when clicking a series point.
static MarksTipMouseAction MOVE
          Tips will be displayed when moving the mouse over a series point.
 
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

MOVE

public static final MarksTipMouseAction MOVE
Tips will be displayed when moving the mouse over a series point.


CLICK

public static final MarksTipMouseAction CLICK
Tips will be displayed when clicking a series point.