com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class BaseChartValue

  • java.lang.Object
    • com.aspose.slides.BaseChartValue
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      abstract java.lang.Object getData()
      Data.
      int getDataSourceType()
      Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble property is actual in descendants.
      com.aspose.slides.IDOMObject getParent_Immediate()
      Returns Parent_Immediate object.
      abstract void setData(java.lang.Object value)
      Data.
      void setDataSourceType(int value)
      Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble property is actual in descendants.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDataSourceType

        public final int getDataSourceType()

        Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble property is actual in descendants. In other words it specifies the type of value of the Data property. Read/write DataSourceType.


        For points in ChartDataPointCollection this property is read-only. In this case for changing value of this property you can use one of the ChartDataPointCollection.DataSourceTypeFor<...> properties.
        Specified by:
        getDataSourceType in interface IBaseChartValue
      • setDataSourceType

        public final void setDataSourceType(int value)

        Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble property is actual in descendants. In other words it specifies the type of value of the Data property. Read/write DataSourceType.


        For points in ChartDataPointCollection this property is read-only. In this case for changing value of this property you can use one of the ChartDataPointCollection.DataSourceTypeFor<...> properties.
        Specified by:
        setDataSourceType in interface IBaseChartValue
      • getData

        public abstract java.lang.Object getData()

        Data. Read/write Object.

        Specified by:
        getData in interface IBaseChartValue
      • setData

        public abstract void setData(java.lang.Object value)

        Data. Read/write Object.

        Specified by:
        setData in interface IBaseChartValue
      • getParent_Immediate

        public final com.aspose.slides.IDOMObject getParent_Immediate()

        Returns Parent_Immediate object. Read-only IDOMObject.