public final class MarksTipMouseAction extends Enum
Title: MarksTipMouseAction class
Description: Describes the possible values of the MarksTip.MouseAction method.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
MarksTip.getMouseAction()
,
Serialized FormModifier and Type | Field and Description |
---|---|
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.
|
getValue, readResolve
public static final MarksTipMouseAction MOVE
public static final MarksTipMouseAction CLICK