com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ChartDataPoint

  • java.lang.Object
    • com.aspose.slides.ChartDataPoint
    • Method Detail

      • isBubble3D

        public final 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 final 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 final 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 final 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
      • getSetAsTotal

        public final boolean getSetAsTotal()

        Sets data point as total. Applied for Waterfall series type only.

        Specified by:
        getSetAsTotal in interface IChartDataPoint
      • setSetAsTotal

        public final void setSetAsTotal(boolean value)

        Sets data point as total. Applied for Waterfall series type only.

        Specified by:
        setSetAsTotal in interface IChartDataPoint
      • remove

        public final 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 final com.aspose.slides.IDOMObject getParent_Immediate()

        Returns Parent_Immediate object. Read-only IDOMObject.

      • getAutomaticDataPointColor

        public final java.lang.Integer 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
      • getInvertIfNegative

        public final boolean getInvertIfNegative()

        Specifies the data point shall invert its colors if the value is negative. Read/write boolean.

        Specified by:
        getInvertIfNegative in interface IChartDataPoint
      • setInvertIfNegative

        public final void setInvertIfNegative(boolean value)

        Specifies the data point shall invert its colors if the value is negative. Read/write boolean.

        Specified by:
        setInvertIfNegative in interface IChartDataPoint
      • getActualX

        public final float getActualX()

        Specifies actual x location (left) of the chart element relative to the left top corner of the chart. Call method IChart.ValidateChartLayout() before to get actual values. Read float.

        Specified by:
        getActualX in interface IActualLayout
      • getActualY

        public final float getActualY()

        Specifies actual top of the chart element relative to the left top corner of the chart. Call method IChart.ValidateChartLayout() before to get actual values. Read float.

        Specified by:
        getActualY in interface IActualLayout
      • getActualWidth

        public final float getActualWidth()

        Specifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read float.

        Specified by:
        getActualWidth in interface IActualLayout
      • getActualHeight

        public final float getActualHeight()

        Specifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read float.

        Specified by:
        getActualHeight in interface IActualLayout