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

Packages that use HandStyle
com.steema.teechart.styles   
 

Uses of HandStyle in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as HandStyle
static HandStyle HandStyle.LINE
          Gauge hand drawn as a Line.
static HandStyle HandStyle.TRIANGLE
          Gauge hand drawn as a triangular pointer.
 

Methods in com.steema.teechart.styles that return HandStyle
 HandStyle Gauges.getHandStyle()
          Style of Gauge hand.
The gauge can display its arrow as a simple line ( hsLine style ) or as a filled triangle ( hsTriangle style ).
Default value: hsLine
 

Methods in com.steema.teechart.styles with parameters of type HandStyle
 void Gauges.setHandStyle(HandStyle value)
          Sets the Style of Gauge hand.
Default value: hsLine