| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
EndStyleCap |
IErrorBar.getEndStyle()
Gets the end style for the error bar.
|
static EndStyleCap |
EndStyleCap.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EndStyleCap |
EndStyleCap.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EndStyleCap[] |
EndStyleCap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static EndStyleCap[] |
EndStyleCap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IErrorBar.setEndStyle(EndStyleCap value)
Sets the end style for the error bar.
|