com.steema.teechart.styles
Class HandStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.styles.HandStyle

public final class HandStyle
extends Enum

Title: HandStyle clas

Description: Describes the possible values of Gauges.HandStyle.

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL

See Also:
Gauges.getHandStyle()

Field Summary
static HandStyle LINE
          Gauge hand drawn as a Line.
static HandStyle TRIANGLE
          Gauge hand drawn as a triangular pointer.
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINE

public static final HandStyle LINE
Gauge hand drawn as a Line.


TRIANGLE

public static final HandStyle TRIANGLE
Gauge hand drawn as a triangular pointer.