com.aspose.slides
Class ChartPointEx

java.lang.Object
  extended by com.aspose.slides.ChartPointEx

public class ChartPointEx
extends java.lang.Object

Represents a data point on the chart.


Constructor Summary
ChartPointEx(ChartSeriesEx parent)
           Initializes a new instance of ChartPointEx class.
 
Method Summary
 boolean getBubble3D()
           Specifies that the bubbles have a 3-D effect applied to them.
 int getExplosion()
           Specifies the amount the data point shall be moved from the center of the pie.
 FormatEx getFormat()
           Represents the formatting properties for a shape.
 int getIndex()
           This index shall determine which of the parent's children collection this element applies to Read/write int.
 boolean getInvertIfNegative()
           Specifies the parent element shall invert its colors if the value is negative.
 void setBubble3D(boolean value)
           
 void setExplosion(int value)
           
 void setFormat(FormatEx value)
           
 void setIndex(int value)
           
 void setInvertIfNegative(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartPointEx

public ChartPointEx(ChartSeriesEx parent)

Initializes a new instance of ChartPointEx class.

Parameters:
parent - Chart series to which new point will belong.
Method Detail

getIndex

public int getIndex()

This index shall determine which of the parent's children collection this element applies to Read/write int.


setIndex

public void setIndex(int value)

getBubble3D

public boolean getBubble3D()

Specifies that the bubbles have a 3-D effect applied to them.


setBubble3D

public void setBubble3D(boolean value)

getExplosion

public int getExplosion()

Specifies the amount the data point shall be moved from the center of the pie.


setExplosion

public void setExplosion(int value)

getInvertIfNegative

public boolean getInvertIfNegative()

Specifies the parent element shall invert its colors if the value is negative.


setInvertIfNegative

public void setInvertIfNegative(boolean value)

getFormat

public FormatEx getFormat()

Represents the formatting properties for a shape. Read/write FormatEx.


setFormat

public void setFormat(FormatEx value)