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
 int getDataSourceType()
           Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble property is actual in descendants.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 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
 
Methods inherited from interface com.aspose.slides.IBaseChartValue
getData, setData
 

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

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.