com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IChart

    • Method Detail

      • getPlotVisibleCellsOnly

        boolean getPlotVisibleCellsOnly()

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

      • setPlotVisibleCellsOnly

        void setPlotVisibleCellsOnly(boolean value)

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

      • getDisplayBlanksAs

        int getDisplayBlanksAs()

        Returns or sets the way to plot blank cells on a chart. Read/write DisplayBlanksAsType.

      • setDisplayBlanksAs

        void setDisplayBlanksAs(int value)

        Returns or sets the way to plot blank cells on a chart. Read/write DisplayBlanksAsType.

      • getChartData

        IChartData getChartData()

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

      • hasTitle

        boolean hasTitle()

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

      • setTitle

        void setTitle(boolean value)

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

      • hasDataTable

        boolean hasDataTable()

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

      • setDataTable

        void setDataTable(boolean value)

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

      • hasLegend

        boolean hasLegend()

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

      • setLegend

        void setLegend(boolean value)

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

      • getLegend

        ILegend getLegend()

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

      • getChartDataTable

        IDataTable getChartDataTable()

        Returns a data table of a chart. Read-only IDataTable.

      • getStyle

        int getStyle()

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

      • setStyle

        void setStyle(int value)

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

      • getType

        int getType()

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

      • setType

        void setType(int value)

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

      • getBackWall

        IChartWall getBackWall()

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

      • getSideWall

        IChartWall getSideWall()

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

      • getFloor

        IChartWall getFloor()

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

      • getUserShapes

        IGroupShape getUserShapes()

        Specify the shapes drawn on top of the chart. Read-only IGroupShape.

      • validateChartLayout

        void validateChartLayout()

        Calculates actual values of chart elements. Actual values inlude 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)

      • getShowDataLabelsOverMaximum

        boolean getShowDataLabelsOverMaximum()

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

      • setShowDataLabelsOverMaximum

        void setShowDataLabelsOverMaximum(boolean value)

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

      • hasRoundedCorners

        boolean hasRoundedCorners()

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

      • setRoundedCorners

        void setRoundedCorners(boolean value)

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