public class ChartMarker
extends java.lang.Object
implements java.lang.Cloneable
To learn more, visit the Working with Charts documentation article.
| Modifier and Type | Method and Description |
|---|---|
ChartFormat |
getFormat()
Provides access to fill and line formatting of this marker.
|
int |
getSize()
Gets chart marker size.
|
int |
getSymbol()
Gets chart marker symbol.
|
void |
materializeSpPr() |
protected java.lang.Object |
memberwiseClone() |
void |
setSize(int value)
Sets chart marker size.
|
void |
setSymbol(int value)
Sets chart marker symbol.
|
public void materializeSpPr()
public int getSymbol()
MarkerSymbol constants.public void setSymbol(int value)
value - Chart marker symbol. The value must be one of MarkerSymbol constants.public int getSize()
public void setSize(int value)
value - Chart marker size.public ChartFormat getFormat()
ChartFormat value.protected java.lang.Object memberwiseClone()