public interface IMarker
Modifier and Type | Method and Description |
---|---|
IFormat |
getFormat()
Gets the marker fill.
|
int |
getSize()
Represents the marker size in a line chart, scatter chart, or radar chart.
|
int |
getSymbol()
Represents the marker style in a line chart, scatter chart, or radar chart.
|
void |
setSize(int value)
Represents the marker size in a line chart, scatter chart, or radar chart.
|
void |
setSymbol(int value)
Represents the marker style in a line chart, scatter chart, or radar chart.
|
int getSymbol()
Represents the marker style in a line chart, scatter chart, or radar chart.
Read/write MarkerStyleType
.
void setSymbol(int value)
Represents the marker style in a line chart, scatter chart, or radar chart.
Read/write MarkerStyleType
.
int getSize()
Represents the marker size in a line chart, scatter chart, or radar chart.
Read/write int
.
void setSize(int value)
Represents the marker size in a line chart, scatter chart, or radar chart.
Read/write int
.