Marker
Marker class
Represents marker of a chert.
getFormat
| Name | Description |
|---|---|
| getFormat () | Gets or sets the marker fill. Read-only IFormat. |
Returns: Format
getSize
| Name | Description |
|---|---|
| getSize () | Represents the marker size in a line chart, scatter chart, or radar chart. Read/write int. |
Returns: int
getSymbol
| Name | Description |
|---|---|
| getSymbol () | Represents the marker style in a line chart, scatter chart, or radar chart. Read/write MarkerStyleType. |
Returns: int
setSize
| Name | Description |
|---|---|
| setSize (int) | Represents the marker size in a line chart, scatter chart, or radar chart. Read/write int. |
Returns: void
setSymbol
| Name | Description |
|---|---|
| setSymbol (int) | Represents the marker style in a line chart, scatter chart, or radar chart. Read/write MarkerStyleType. |
Returns: void