DoubleChartValue Class

Represent double value which can be stored in pptx presentation document in two ways: 1) in cell/cells of workbook related to chart; 2) as literal value.
Inheritance Hierarchy

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class DoubleChartValue : BaseChartValue, 
	IDoubleChartValue, ISingleCellChartValue, IBaseChartValue

The DoubleChartValue type exposes the following members.

Properties
  NameDescription
Public propertyAsCell
Returns or sets chart data cell. Read/write IChartDataCell.
Public propertyAsLiteralDouble
Returns or sets value as literal double. Read/write Double.
Public propertyData
Returns or sets Data object. Read/write Object.
(Overrides BaseChartValueData.)
Public propertyDataSourceType
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.
(Inherited from BaseChartValue.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToDouble
Converts to Double.
Public methodToString (Inherited from Object.)
See Also