com.aspose.words
Interface IChartDataPoint

All Known Implementing Classes:
ChartSeries, ChartDataPoint

public interface IChartDataPoint 

Contains properties of a single data point on the chart.

Property Getters/Setters Summary
abstract booleangetBubble3D()
abstract voidsetBubble3D(boolean value)
           Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.
abstract intgetExplosion()
abstract voidsetExplosion(int value)
           Specifies the amount the data point shall be moved from the center of the pie. Can be negative, negative means that property is not set and no explosion should be applied. Applies only to Pie charts.
abstract booleangetInvertIfNegative()
abstract voidsetInvertIfNegative(boolean value)
           Specifies whether the parent element shall inverts its colors if the value is negative.
abstract ChartMarkergetMarker()
           Specifies a data marker. Marker is automatically created when requested.
 

Property Getters/Setters Detail

getBubble3D/setBubble3D

public abstract boolean getBubble3D() / public abstract void setBubble3D(boolean value)
Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.

getExplosion/setExplosion

public abstract int getExplosion() / public abstract void setExplosion(int value)
Specifies the amount the data point shall be moved from the center of the pie. Can be negative, negative means that property is not set and no explosion should be applied. Applies only to Pie charts.

getInvertIfNegative/setInvertIfNegative

public abstract boolean getInvertIfNegative() / public abstract void setInvertIfNegative(boolean value)
Specifies whether the parent element shall inverts its colors if the value is negative.

getMarker

public abstract ChartMarker getMarker()
Specifies a data marker. Marker is automatically created when requested.

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