Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static ClockStyle |
ClockStyle.DECIMAL
Defines clock figures as Decimal numerals.
|
static ClockStyle |
ClockStyle.ROMAN
Defines clock figures as Roman numerals.
|
Modifier and Type | Method and Description |
---|---|
ClockStyle |
Clock.getStyle()
The style of the clock figures, Roman or Decimal.
Default value: ClockStyle.Roman |
Modifier and Type | Method and Description |
---|---|
void |
Clock.setStyle(ClockStyle value)
Sets the style of the clock figures, Roman or Decimal.
Default value: ClockStyle.Roman |