Modifier | Constructor and Description |
---|---|
protected |
XDDFDataPoint(org.openxmlformats.schemas.drawingml.x2006.chart.CTDPt point) |
Modifier and Type | Method and Description |
---|---|
Long |
getExplosion() |
long |
getIndex() |
boolean |
getInvertIfNegative() |
XDDFShapeProperties |
getShapeProperties() |
void |
setExplosion(Long explosion) |
void |
setFillProperties(XDDFFillProperties fill) |
void |
setInvertIfNegative(boolean invertIfNegative) |
void |
setLineProperties(XDDFLineProperties line) |
void |
setMarkerSize(short size) |
void |
setMarkerStyle(MarkerStyle style) |
void |
setShapeProperties(XDDFShapeProperties properties) |
@Internal protected XDDFDataPoint(org.openxmlformats.schemas.drawingml.x2006.chart.CTDPt point)
public long getIndex()
public void setFillProperties(XDDFFillProperties fill)
fill
- fill property for the shape representing the point.public void setLineProperties(XDDFLineProperties line)
line
- line property for the shape representing the point.public XDDFShapeProperties getShapeProperties()
public void setShapeProperties(XDDFShapeProperties properties)
public Long getExplosion()
public void setExplosion(Long explosion)
public boolean getInvertIfNegative()
public void setInvertIfNegative(boolean invertIfNegative)
public void setMarkerSize(short size)
size
- public void setMarkerStyle(MarkerStyle style)