com.aspose.slides
Interface IBaseChartValue

All Known Subinterfaces:
IDoubleChartValue, IMultipleCellChartValue, ISingleCellChartValue, IStringChartValue, IStringOrDoubleChartValue
All Known Implementing Classes:
BaseChartValue, DoubleChartValue, StringChartValue, StringOrDoubleChartValue

public interface IBaseChartValue


Method Summary
 java.lang.Object getData()
          Read/write Object.
 int getDataSourceType()
           Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual.
 void setData(java.lang.Object value)
          Read/write Object.
 void setDataSourceType(int value)
           Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual.
 

Method Detail

getDataSourceType

int getDataSourceType()

Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual. In other words it specifies the type of value of the Data property. This property is read-only. For changing value of this property you can use one of the ChartDataPointCollection.DataSourceTypeFor<...> properties. Read/write DataSourceType.


setDataSourceType

void setDataSourceType(int value)

Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual. In other words it specifies the type of value of the Data property. This property is read-only. For changing value of this property you can use one of the ChartDataPointCollection.DataSourceTypeFor<...> properties. Read/write DataSourceType.


getData

java.lang.Object getData()
Read/write Object.


setData

void setData(java.lang.Object value)
Read/write Object.



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