DoubleChartValue class

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:DoubleChartValueBaseChartValue

The DoubleChartValue type exposes the following members:

Properties

PropertyDescription
data_source_typeSpecifies 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.
dataReturns or sets Data object.
Read/write any.
as_cellReturns or sets chart data cell.
Read/write IChartDataCell.
as_literal_doubleReturns or sets value as literal double.
Read/write float.

Methods

MethodDescription
to_doubleConverts to float.

See Also