com.aspose.slides
Interface IDoubleChartValue

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

public interface IDoubleChartValue
extends ISingleCellChartValue


Method Summary
 double getAsLiteralDouble()
           Returns or sets literal double value if DataSourceType = Charts.DataSourceType.DoubleLiterals.
 void setAsLiteralDouble(double value)
           Returns or sets literal double value if DataSourceType = Charts.DataSourceType.DoubleLiterals.
 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()

Returns or sets literal double value if DataSourceType = Charts.DataSourceType.DoubleLiterals. Read/write double.


setAsLiteralDouble

void setAsLiteralDouble(double value)

Returns or sets literal double value if DataSourceType = Charts.DataSourceType.DoubleLiterals. Read/write double.


toDouble

double toDouble()


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