|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMarker
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
.
IFormat getFormat()
Gets the marker fill.
Read-only IFormat
.
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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |