public class XDDFArea3DChartData.Series extends XDDFChartData.Series
categoryData, valuesData
Modifier | Constructor and Description |
---|---|
protected |
Series(org.openxmlformats.schemas.drawingml.x2006.chart.CTAreaSer series,
org.openxmlformats.schemas.drawingml.x2006.chart.CTAxDataSource category,
org.openxmlformats.schemas.drawingml.x2006.chart.CTNumDataSource values) |
protected |
Series(org.openxmlformats.schemas.drawingml.x2006.chart.CTAreaSer series,
XDDFDataSource<?> category,
XDDFNumericalDataSource<? extends Number> values) |
Modifier and Type | Method and Description |
---|---|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxDataSource |
getAxDS() |
org.openxmlformats.schemas.drawingml.x2006.chart.CTAreaSer |
getCTAreaSer() |
protected List<org.openxmlformats.schemas.drawingml.x2006.chart.CTDPt> |
getDPtList() |
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumDataSource |
getNumDS() |
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx |
getSeriesText() |
XDDFShapeProperties |
getShapeProperties() |
protected void |
setIndex(long val) |
protected void |
setOrder(long val) |
void |
setShapeProperties(XDDFShapeProperties properties) |
void |
setShowLeaderLines(boolean showLeaderLines) |
clearDataPoint, getCategoryData, getDataPoint, getValuesData, plot, replaceData, retrieveNumCache, setFillProperties, setLineProperties, setTitle, setTitle
protected Series(org.openxmlformats.schemas.drawingml.x2006.chart.CTAreaSer series, XDDFDataSource<?> category, XDDFNumericalDataSource<? extends Number> values)
protected Series(org.openxmlformats.schemas.drawingml.x2006.chart.CTAreaSer series, org.openxmlformats.schemas.drawingml.x2006.chart.CTAxDataSource category, org.openxmlformats.schemas.drawingml.x2006.chart.CTNumDataSource values)
public org.openxmlformats.schemas.drawingml.x2006.chart.CTAreaSer getCTAreaSer()
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx getSeriesText()
getSeriesText
in class XDDFChartData.Series
public void setShowLeaderLines(boolean showLeaderLines)
setShowLeaderLines
in class XDDFChartData.Series
public XDDFShapeProperties getShapeProperties()
getShapeProperties
in class XDDFChartData.Series
public void setShapeProperties(XDDFShapeProperties properties)
setShapeProperties
in class XDDFChartData.Series
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxDataSource getAxDS()
getAxDS
in class XDDFChartData.Series
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumDataSource getNumDS()
getNumDS
in class XDDFChartData.Series
protected void setIndex(long val)
setIndex
in class XDDFChartData.Series
protected void setOrder(long val)
setOrder
in class XDDFChartData.Series
protected List<org.openxmlformats.schemas.drawingml.x2006.chart.CTDPt> getDPtList()
getDPtList
in class XDDFChartData.Series