com.aspose.slides
Class BaseChartValue

java.lang.Object
  extended by com.aspose.slides.BaseChartValue
All Implemented Interfaces:
IBaseChartValue
Direct Known Subclasses:
DoubleChartValue, StringChartValue, StringOrDoubleChartValue

public abstract class BaseChartValue
extends java.lang.Object
implements IBaseChartValue


Method Summary
abstract  java.lang.Object getData()
           
 int getDataSourceType()
           Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble property is actual in descendants.
abstract  void setData(java.lang.Object value)
           
 void setDataSourceType(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDataSourceType

public 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.


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 void setDataSourceType(int value)
Specified by:
setDataSourceType in interface IBaseChartValue

getData

public abstract java.lang.Object getData()
Specified by:
getData in interface IBaseChartValue

setData

public abstract void setData(java.lang.Object value)
Specified by:
setData in interface IBaseChartValue