com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IDataLabel

    • Method Detail

      • isVisible

        boolean isVisible()

        False means that data label is not visible (and so all Show*-flags (ShowValue, ...) are false). Read-only boolean.


        If data label is visible you can make it hidden with Hide() method. But if data label is not visible (IsVisible is false) you can make data label visible with setting Show*-flags (ShowValue, ...) to true state.
      • hide

        void hide()

        Make data label hidden by setting all Show*-flags (ShowValue, ...) to false state. IsVisible will be false after this.


        If data label is not visible (IsVisible is false) you can make data label visible with setting Show*-flags (ShowValue, ...) to true state.
      • getValueFromCell

        IChartDataCell getValueFromCell()

        Gets or sets workbook data cell. Applied if IDataLabelFormat.ShowLabelValueFromCell property equals true.

      • setValueFromCell

        void setValueFromCell(IChartDataCell value)

        Gets or sets workbook data cell. Applied if IDataLabelFormat.ShowLabelValueFromCell property equals true.

      • getActualLabelText

        java.lang.String getActualLabelText()

        Returns actual label text based on DataLabelFormat settings or TextFrameForOverriding.Text value.

        Returns:
        Actual label text.