Uses of Class
com.steema.teechart.styles.ArrowHeadStyle

Packages that use ArrowHeadStyle
com.steema.teechart.styles   
 

Uses of ArrowHeadStyle in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as ArrowHeadStyle
static ArrowHeadStyle ArrowHeadStyle.LINE
          Display an arrow head made with two lines.
static ArrowHeadStyle ArrowHeadStyle.NONE
          Do not display an arrow head.
static ArrowHeadStyle ArrowHeadStyle.SOLID
          Display a filled arrow head.
 

Methods in com.steema.teechart.styles that return ArrowHeadStyle
static ArrowHeadStyle ArrowHeadStyle.fromValue(int value)
           
 ArrowHeadStyle Callout.getArrowHead()
          Determines if callout line will display an "arrow" head at the end or not.
 

Methods in com.steema.teechart.styles with parameters of type ArrowHeadStyle
 void Callout.setArrowHead(ArrowHeadStyle value)
          Determines if callout line will display an "arrow" head at the end or not.