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.
 

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