com.aspose.slides
Interface IDoubleChartValue

All Superinterfaces:
IBaseChartValue, ISingleCellChartValue
All Known Implementing Classes:
DoubleChartValue

public interface IDoubleChartValue
extends ISingleCellChartValue


Method Summary
 double getAsLiteralDouble()
           
 void setAsLiteralDouble(double value)
           
 double toDouble()
           
 
Methods inherited from interface com.aspose.slides.ISingleCellChartValue
getAsCell, setAsCell
 
Methods inherited from interface com.aspose.slides.IBaseChartValue
getData, getDataSourceType, setData, setDataSourceType
 

Method Detail

getAsLiteralDouble

double getAsLiteralDouble()

setAsLiteralDouble

void setAsLiteralDouble(double value)

toDouble

double toDouble()