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

Packages that use NearestPointDirection
com.steema.teechart.tools   
 

Uses of NearestPointDirection in com.steema.teechart.tools
 

Fields in com.steema.teechart.tools declared as NearestPointDirection
static NearestPointDirection NearestPointDirection.BOTH
          Nearest point both horizontally and vertically.
static NearestPointDirection NearestPointDirection.HORIZONTAL
          Nearest horizontal point.
static NearestPointDirection NearestPointDirection.VERTICAL
          Nearest vertical point.
 

Methods in com.steema.teechart.tools that return NearestPointDirection
 NearestPointDirection NearestPoint.getDirection()
           
 

Methods in com.steema.teechart.tools with parameters of type NearestPointDirection
 void NearestPoint.setDirection(NearestPointDirection value)