java.lang.Objectcom.aspose.words.ChartSeries
public class ChartSeries
Property Getters/Setters Summary | ||
---|---|---|
boolean | getBubble3D() | |
void | setBubble3D(boolean value) | |
ChartDataLabelCollection | getDataLabels() | |
Specifies the settings for the data labels for the entire series. | ||
ChartDataPointCollection | getDataPoints() | |
Returns a collection of formatting objects for all data points in this series. | ||
int | getExplosion() | |
void | setExplosion(int value) | |
boolean | getInvertIfNegative() | |
void | setInvertIfNegative(boolean value) | |
ChartMarker | getMarker() | |
java.lang.String | getName() | |
void | setName(java.lang.String value) | |
Gets or sets the name of the series, if name is not set explicitly it is generated using index. By default returns Series plus one based index. | ||
boolean | getSmooth() | |
void | setSmooth(boolean value) | |
Allows to specify whether the line connecting the points on the chart shall be smoothed using Catmull-Rom splines. |
Property Getters/Setters Detail |
---|
getBubble3D/setBubble3D | |
public boolean getBubble3D() / public void setBubble3D(boolean value) |
getDataLabels | |
public ChartDataLabelCollection getDataLabels() |
getDataPoints | |
public ChartDataPointCollection getDataPoints() |
getExplosion/setExplosion | |
public int getExplosion() / public void setExplosion(int value) |
getInvertIfNegative/setInvertIfNegative | |
public boolean getInvertIfNegative() / public void setInvertIfNegative(boolean value) |
getMarker | |
public ChartMarker getMarker() |
getName/setName | |
public java.lang.String getName() / public void setName(java.lang.String value) |
getSmooth/setSmooth | |
public boolean getSmooth() / public void setSmooth(boolean value) |