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

Packages that use DrawLineStyle
com.steema.teechart.tools   
 

Uses of DrawLineStyle in com.steema.teechart.tools
 

Fields in com.steema.teechart.tools declared as DrawLineStyle
static DrawLineStyle DrawLineStyle.ELLIPSE
           
static DrawLineStyle DrawLineStyle.HORIZPARALLEL
          Plots 2 horizontal lines along top and bottom of the bounding rectangle expressed by start and end points
static DrawLineStyle DrawLineStyle.LINE
          Plots a single line between start and end points
static DrawLineStyle DrawLineStyle.RECTANGLE
           
protected  DrawLineStyle DrawLineItem.style
           
static DrawLineStyle DrawLineStyle.VERTPARALLEL
          Plots 2 vertical lines along left and right of the bounding rectangle expressed by start and end points
 

Methods in com.steema.teechart.tools that return DrawLineStyle
 DrawLineStyle DrawLineItem.getDrawLineStyle()
           
 DrawLineStyle DrawLine.getDrawLineStyle()
           
 

Methods in com.steema.teechart.tools with parameters of type DrawLineStyle
 void DrawLineItem.setDrawLineStyle(DrawLineStyle style)
           
 void DrawLine.setDrawLineStyle(DrawLineStyle value)