com.aspose.words
Class ChartDataPoint

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

public class ChartDataPoint 
extends java.lang.Object

Allows to specify formatting of a single data point on the chart. On a series, the ChartDataPoint object is a member of the ChartDataPointCollection. The ChartDataPointCollection contains a ChartDataPoint object for each point.

Property Getters/Setters Summary
booleangetBubble3D()
voidsetBubble3D(boolean value)
          
intgetExplosion()
voidsetExplosion(int value)
          
intgetIndex()
           Index of the data point this object applies formatting to.
booleangetInvertIfNegative()
voidsetInvertIfNegative(boolean value)
          
ChartMarkergetMarker()
          
 

Property Getters/Setters Detail

getBubble3D/setBubble3D

public boolean getBubble3D() / public void setBubble3D(boolean value)

getExplosion/setExplosion

public int getExplosion() / public void setExplosion(int value)

getIndex

public int getIndex()
Index of the data point this object applies formatting to.

getInvertIfNegative/setInvertIfNegative

public boolean getInvertIfNegative() / public void setInvertIfNegative(boolean value)

getMarker

public ChartMarker getMarker()

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