| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
MarkerStyle |
ILegendKey.getMarkerStyle()
Returns the marker style for a legend key in a line chart, scatter chart, or
radar chart.
|
MarkerStyle |
IPoint.getMarkerStyle()
Gets the marker style for a point or series in a line, scatter, or radar
chart.
|
MarkerStyle |
ISeries.getMarkerStyle()
Gets the marker style for a point or series in a line chart, scatter chart,
or radar chart.
|
static MarkerStyle |
MarkerStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MarkerStyle |
MarkerStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MarkerStyle[] |
MarkerStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static MarkerStyle[] |
MarkerStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ILegendKey.setMarkerStyle(MarkerStyle value)
Sets the marker style for a legend key in a line chart, scatter chart, or
radar chart.
|
void |
IPoint.setMarkerStyle(MarkerStyle value)
Sets the marker style for a point or series in a line, scatter, or radar
chart.
|
void |
ISeries.setMarkerStyle(MarkerStyle value)
Sets the marker style for a point or series in a line chart, scatter chart,
or radar chart.
|