com.aspose.words
Class ChartSeries

java.lang.Object
    extended by com.aspose.words.ChartSeries
All Implemented Interfaces:
IChartDataPoint, java.lang.Cloneable

public class ChartSeries 
extends java.lang.Object

Represents chart series properties.

Property Getters/Setters Summary
booleangetBubble3D()
voidsetBubble3D(boolean value)
          
ChartDataLabelCollectiongetDataLabels()
           Specifies the settings for the data labels for the entire series.
ChartDataPointCollectiongetDataPoints()
           Returns a collection of formatting objects for all data points in this series.
intgetExplosion()
voidsetExplosion(int value)
          
booleangetInvertIfNegative()
voidsetInvertIfNegative(boolean value)
          
ChartMarkergetMarker()
          
java.lang.StringgetName()
voidsetName(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.
booleangetSmooth()
voidsetSmooth(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()
Specifies the settings for the data labels for the entire series.

getDataPoints

public ChartDataPointCollection getDataPoints()
Returns a collection of formatting objects for all data points in this series.

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)
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.

getSmooth/setSmooth

public boolean getSmooth() / public void setSmooth(boolean value)
Allows to specify whether the line connecting the points on the chart shall be smoothed using Catmull-Rom splines.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.