@Beta public class XDDFDataPoint extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
XDDFDataPoint(org.openxmlformats.schemas.drawingml.x2006.chart.CTDPt point) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getExplosion() |
long |
getIndex() |
boolean |
getInvertIfNegative() |
XDDFShapeProperties |
getShapeProperties() |
void |
setExplosion(java.lang.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 java.lang.Long getExplosion()
public void setExplosion(java.lang.Long explosion)
public boolean getInvertIfNegative()
public void setInvertIfNegative(boolean invertIfNegative)
public void setMarkerSize(short size)
size
- public void setMarkerStyle(MarkerStyle style)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.