Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Method and Description |
---|---|
CustomBar.BarRounding |
CustomBar.getBarRound()
Describes what ends of the Bar are rounded.
Used only when BarStyle property is RoundRectangle |
static CustomBar.BarRounding |
CustomBar.BarRounding.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomBar.BarRounding[] |
CustomBar.BarRounding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomBar.setBarRound(CustomBar.BarRounding value)
Describes what ends of the Bar are rounded.
Used only when BarStyle property is RoundRectangle |