public final class CursorToolStyle extends Enum
Title: CursorToolStyle class
Description: Describes the possible values of the CursorTool.Style method.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
CursorTool.getStyle()
,
Serialized FormModifier and Type | Field and Description |
---|---|
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.
|
getValue, readResolve
public static final CursorToolStyle HORIZONTAL
public static final CursorToolStyle VERTICAL
public static final CursorToolStyle BOTH