com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class Chart

    • Method Detail

      • validateChartLayout

        public final void validateChartLayout()

        Calculates actual values of chart elements. The actual values include position of elements that implement IActualLayout interface (IActualLayout.ActualX, IActualLayout.ActualY, IActualLayout.ActualWidth, IActualLayout.ActualHeight) and actual axes values (IAxis.ActualMaxValue, IAxis.ActualMinValue, IAxis.ActualMajorUnit, IAxis.ActualMinorUnit, IAxis.ActualMajorUnitScale, IAxis.ActualMinorUnitScale)

        Specified by:
        validateChartLayout in interface IChart
      • getPlotVisibleCellsOnly

        public final boolean getPlotVisibleCellsOnly()

        Determines whether the only visible cells are plotted. False to plot both visible and hidden cells. Read/write boolean.

        Specified by:
        getPlotVisibleCellsOnly in interface IChart
      • setPlotVisibleCellsOnly

        public final void setPlotVisibleCellsOnly(boolean value)

        Determines whether the only visible cells are plotted. False to plot both visible and hidden cells. Read/write boolean.

        Specified by:
        setPlotVisibleCellsOnly in interface IChart
      • getChartData

        public final IChartData getChartData()

        Returns information about the linked or embedded data associated with a chart. Read-only IChartData.

        Specified by:
        getChartData in interface IChart
      • hasTitle

        public final boolean hasTitle()

        Determines whether a chart has a visible title. Read/write boolean.

        Specified by:
        hasTitle in interface IChart
      • setTitle

        public final void setTitle(boolean value)

        Determines whether a chart has a visible title. Read/write boolean.

        Specified by:
        setTitle in interface IChart
      • hasDataTable

        public final boolean hasDataTable()

        Determines whether a chart has a data table. Read/write boolean.

        Specified by:
        hasDataTable in interface IChart
      • setDataTable

        public final void setDataTable(boolean value)

        Determines whether a chart has a data table. Read/write boolean.

        Specified by:
        setDataTable in interface IChart
      • hasLegend

        public final boolean hasLegend()

        Determines whether a chart has a legend. Read/write boolean.

        Specified by:
        hasLegend in interface IChart
      • setLegend

        public final void setLegend(boolean value)

        Determines whether a chart has a legend. Read/write boolean.

        Specified by:
        setLegend in interface IChart
      • getLegend

        public final ILegend getLegend()

        Returns or sets a legend for a chart. Read-only ILegend.

        Specified by:
        getLegend in interface IChart
      • getStyle

        public final int getStyle()

        Returns or sets the chart style. Read/write StyleType.

        Specified by:
        getStyle in interface IChart
      • setStyle

        public final void setStyle(int value)

        Returns or sets the chart style. Read/write StyleType.

        Specified by:
        setStyle in interface IChart
      • getType

        public final int getType()

        Returns or sets the chart type. Read/write ChartType.

        Specified by:
        getType in interface IChart
      • setType

        public final void setType(int value)

        Returns or sets the chart type. Read/write ChartType.

        Specified by:
        setType in interface IChart
      • getBackWall

        public final IChartWall getBackWall()

        Returns an object which allows to change format of the back wall of a 3D chart. Read-only IChartWall.

        Specified by:
        getBackWall in interface IChart
      • getSideWall

        public final IChartWall getSideWall()

        Returns an object which allows to change format of the side wall of a 3D chart. Read-only IChartWall.

        Specified by:
        getSideWall in interface IChart
      • getFloor

        public final IChartWall getFloor()

        Returns an object which allows to change format of the floor of a 3D chart. Read-only IChartWall.

        Specified by:
        getFloor in interface IChart
      • getShowDataLabelsOverMaximum

        public final boolean getShowDataLabelsOverMaximum()

        Specifies data labels over the maximum of the chart shall be shown. Read/write boolean.

        Specified by:
        getShowDataLabelsOverMaximum in interface IChart
      • setShowDataLabelsOverMaximum

        public final void setShowDataLabelsOverMaximum(boolean value)

        Specifies data labels over the maximum of the chart shall be shown. Read/write boolean.

        Specified by:
        setShowDataLabelsOverMaximum in interface IChart
      • hasRoundedCorners

        public final boolean hasRoundedCorners()

        Specifies the chart area shall have rounded corners. Read/write boolean.

        Specified by:
        hasRoundedCorners in interface IChart
      • setRoundedCorners

        public final void setRoundedCorners(boolean value)

        Specifies the chart area shall have rounded corners. Read/write boolean.

        Specified by:
        setRoundedCorners in interface IChart