Package | Description |
---|---|
com.steema.teechart.tools |
Modifier and Type | Field and Description |
---|---|
static CursorToolStyle |
CursorToolStyle.BOTH
Shows both a horizontal line and a vertical line on top of the chart's
series.
|
static CursorToolStyle |
CursorToolStyle.HORIZONTAL
Shows a horizontal line on top of the chart's series.
|
static CursorToolStyle |
CursorToolStyle.VERTICAL
Shows a vertical line on top of the chart's series.
|
Modifier and Type | Method and Description |
---|---|
CursorToolStyle |
CursorTool.getStyle()
Defines which lines of the CursorTool are shown.
Default value: CursorToolStyle.Both |
Modifier and Type | Method and Description |
---|---|
CursorTool.NearestPoint |
CursorTool.nearestPoint(CursorToolStyle style)
Returns nearest point to Cursor and smallest distance value.
|
void |
CursorTool.setStyle(CursorToolStyle value)
Defines which lines of the CursorTool are shown.
Default value: CursorToolStyle.Both |