Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static HandStyle |
HandStyle.LINE
Gauge hand drawn as a Line.
|
static HandStyle |
HandStyle.TRIANGLE
Gauge hand drawn as a triangular pointer.
|
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
Gauges.setHandStyle(HandStyle value)
Sets the Style of Gauge hand.
Default value: hsLine |