Modifier and Type | Method and Description |
---|---|
IFormat |
getFormat()
Gets or sets the marker fill.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
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.
|
public int getSymbol()
Represents the marker style in a line chart, scatter chart, or radar chart.
Read/write MarkerStyleType
.
public void setSymbol(int value)
Represents the marker style in a line chart, scatter chart, or radar chart.
Read/write MarkerStyleType
.
public IFormat getFormat()
Gets or sets the marker fill.
Read-only IFormat
.
public int getSize()
Represents the marker size in a line chart, scatter chart, or radar chart.
Read/write int
.
public void setSize(int value)
Represents the marker size in a line chart, scatter chart, or radar chart.
Read/write int
.
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.