public class ChartPanZoomMode extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BOTH
A zoom gesture is not handled.
|
static int |
HORIZONTAL
A zoom gesture is not handled.
|
static int |
NONE
A zoom gesture is not handled.
|
static int |
VERTICAL
A zoom gesture is not handled.
|
Constructor and Description |
---|
ChartPanZoomMode() |
public static final int NONE
public static final int HORIZONTAL
public static final int VERTICAL
public static final int BOTH