Package | Description |
---|---|
com.steema.teechart.tools |
Modifier and Type | Field and Description |
---|---|
static DragPointStyle |
DragPointStyle.BOTH
Allows user to drag points both horizontally and vertically.
|
static DragPointStyle |
DragPointStyle.X
Allows user to drag points horizontally only.
|
static DragPointStyle |
DragPointStyle.Y
Allows user to drag points vertically only.
|
Modifier and Type | Method and Description |
---|---|
DragPointStyle |
DragPoint.getStyle()
Determines whether user can drag series points vertically,
horizontally or both.
|
Modifier and Type | Method and Description |
---|---|
void |
DragPoint.setStyle(DragPointStyle value)
Determines whether user can drag series points vertically,
horizontally or both.
|