public class XDDFScatterChartData.Series extends XDDFChartData.Series
categoryData, valuesData
Modifier | Constructor and Description |
---|---|
protected |
Series(CTScatterSer series,
CTAxDataSource category,
CTNumDataSource values) |
protected |
Series(CTScatterSer series,
XDDFDataSource<?> category,
XDDFNumericalDataSource<?> values) |
Modifier and Type | Method and Description |
---|---|
protected CTAxDataSource |
getAxDS() |
protected CTNumDataSource |
getNumDS() |
protected CTSerTx |
getSeriesText() |
XDDFShapeProperties |
getShapeProperties() |
Boolean |
getSmooth() |
void |
setMarkerSize(short size) |
void |
setMarkerStyle(MarkerStyle style) |
void |
setShapeProperties(XDDFShapeProperties properties) |
void |
setShowLeaderLines(boolean showLeaderLines) |
void |
setSmooth(Boolean smooth) |
getCategoryData, getValuesData, plot, replaceData, setTitle
protected Series(CTScatterSer series, XDDFDataSource<?> category, XDDFNumericalDataSource<?> values)
protected Series(CTScatterSer series, CTAxDataSource category, CTNumDataSource values)
protected CTSerTx getSeriesText()
getSeriesText
in class XDDFChartData.Series
public Boolean getSmooth()
public void setSmooth(Boolean smooth)
smooth
- whether or not to smooth lines, if null
then reverts to default.public void setMarkerSize(short size)
size
- public void setMarkerStyle(MarkerStyle style)
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 CTAxDataSource getAxDS()
getAxDS
in class XDDFChartData.Series
protected CTNumDataSource getNumDS()
getNumDS
in class XDDFChartData.Series
Copyright 2019 The Apache Software Foundation or its licensors, as applicable.