com.aspose.slides
Class ChartDataPoint

java.lang.Object
  extended by com.aspose.slides.ChartDataPoint
All Implemented Interfaces:
IChartDataPoint

public class ChartDataPoint
extends java.lang.Object
implements IChartDataPoint

Represents series data point.


Method Summary
 java.awt.Color getAutomaticDataPointColor()
           Returns an automatic color of data point based on series index, data point index, ParentSeriesGroup.IsColorVaried propery and chart style.
 IDoubleChartValue getBubbleSize()
           BubbleSize.
 IErrorBarsCustomValues getErrorBarsCustomValues()
           Represents series error bars values in case of Custom value type.
 int getExplosion()
           Specifies the amount the data point shall be moved from the center of the pie.
 IFormat getFormat()
           Represents the formatting properties.
 IDataLabel getLabel()
           Label.
 IMarker getMarker()
           Specifies a data marker.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 IDoubleChartValue getValue()
           Value.
 IStringOrDoubleChartValue getXValue()
           XValue.
 IDoubleChartValue getYValue()
           YValue.
 boolean isBubble3D()
           Specifies that the bubbles have a 3-D effect applied to them.
 void remove()
           Removes DataPoint from chart series.
 void setBubble3D(boolean value)
           Specifies that the bubbles have a 3-D effect applied to them.
 void setExplosion(int value)
           Specifies the amount the data point shall be moved from the center of the pie.
 void setFormat(IFormat value)
           Represents the formatting properties.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getXValue

public IStringOrDoubleChartValue getXValue()

XValue. Read-only IStringOrDoubleChartValue.

Specified by:
getXValue in interface IChartDataPoint

getYValue

public IDoubleChartValue getYValue()

YValue. Read-only IDoubleChartValue.

Specified by:
getYValue in interface IChartDataPoint

getBubbleSize

public IDoubleChartValue getBubbleSize()

BubbleSize. Read-only IDoubleChartValue.

Specified by:
getBubbleSize in interface IChartDataPoint

getValue

public IDoubleChartValue getValue()

Value. Read-only IDoubleChartValue.

Specified by:
getValue in interface IChartDataPoint

getErrorBarsCustomValues

public IErrorBarsCustomValues getErrorBarsCustomValues()

Represents series error bars values in case of Custom value type. Read-only IErrorBarsCustomValues.

Specified by:
getErrorBarsCustomValues in interface IChartDataPoint

getLabel

public IDataLabel getLabel()

Label. Read-only IDataLabel.

Specified by:
getLabel in interface IChartDataPoint

isBubble3D

public boolean isBubble3D()

Specifies that the bubbles have a 3-D effect applied to them. Read/write boolean.

Specified by:
isBubble3D in interface IChartDataPoint

setBubble3D

public void setBubble3D(boolean value)

Specifies that the bubbles have a 3-D effect applied to them. Read/write boolean.

Specified by:
setBubble3D in interface IChartDataPoint

getExplosion

public int getExplosion()

Specifies the amount the data point shall be moved from the center of the pie. Read/write int.

Specified by:
getExplosion in interface IChartDataPoint

setExplosion

public void setExplosion(int value)

Specifies the amount the data point shall be moved from the center of the pie. Read/write int.

Specified by:
setExplosion in interface IChartDataPoint

getFormat

public IFormat getFormat()

Represents the formatting properties. Read/write IFormat.

Specified by:
getFormat in interface IChartDataPoint

setFormat

public void setFormat(IFormat value)

Represents the formatting properties. Read/write IFormat.

Specified by:
setFormat in interface IChartDataPoint

getMarker

public IMarker getMarker()

Specifies a data marker. Read-only IMarker.

Specified by:
getMarker in interface IChartDataPoint

remove

public void remove()

Removes DataPoint from chart series.

Specified by:
remove in interface IChartDataPoint
Throws:
PptxEditException - Thrown if data point is already removed from chart series.

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.


getAutomaticDataPointColor

public java.awt.Color getAutomaticDataPointColor()

Returns an automatic color of data point based on series index, data point index, ParentSeriesGroup.IsColorVaried propery and chart style. This color is used by default if FillType equals NotDefined.

Specified by:
getAutomaticDataPointColor in interface IChartDataPoint


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.