Uses of Class
com.steema.teechart.tools.CursorToolStyle

Packages that use CursorToolStyle
com.steema.teechart.tools   
 

Uses of CursorToolStyle in com.steema.teechart.tools
 

Fields in com.steema.teechart.tools declared as CursorToolStyle
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.
 

Methods in com.steema.teechart.tools that return CursorToolStyle
 CursorToolStyle CursorTool.getStyle()
          Defines which lines of the CursorTool are shown.
 

Methods in com.steema.teechart.tools with parameters of type CursorToolStyle
 com.steema.teechart.tools.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.