com.aspose.slides
Interface IChartDataPoint

All Known Implementing Classes:
ChartDataPoint

public interface 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()
           Returns the bubble size of chart data point.
 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()
           Represents the lable of chart data point.
 IMarker getMarker()
           Specifies a data marker.
 IDoubleChartValue getValue()
           Returns the value of chart data point.
 IStringOrDoubleChartValue getXValue()
           Returns the x value of chart data point.
 IDoubleChartValue getYValue()
           Returns the y value of chart data point.
 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.
 

Method Detail

getXValue

IStringOrDoubleChartValue getXValue()

Returns the x value of chart data point. Read-only IStringOrDoubleChartValue.


getYValue

IDoubleChartValue getYValue()

Returns the y value of chart data point. Read-only IDoubleChartValue.


getBubbleSize

IDoubleChartValue getBubbleSize()

Returns the bubble size of chart data point. Read-only IDoubleChartValue.


getValue

IDoubleChartValue getValue()

Returns the value of chart data point. Read-only IDoubleChartValue.


getErrorBarsCustomValues

IErrorBarsCustomValues getErrorBarsCustomValues()

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


getLabel

IDataLabel getLabel()

Represents the lable of chart data point. Read-only IDataLabel.


isBubble3D

boolean isBubble3D()

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


setBubble3D

void setBubble3D(boolean value)

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


getExplosion

int getExplosion()

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


setExplosion

void setExplosion(int value)

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


getFormat

IFormat getFormat()

Represents the formatting properties. Read/write IFormat.


setFormat

void setFormat(IFormat value)

Represents the formatting properties. Read/write IFormat.


getMarker

IMarker getMarker()

Specifies a data marker. Read-only IMarker.


remove

void remove()

Removes DataPoint from chart series.

Throws:
PptxEditException - Thrown if data point is already removed from chart series.

getAutomaticDataPointColor

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. Read-only java.awt.Color.



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