IDoubleChartValue class

IDoubleChartValue 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.

The IDoubleChartValue type exposes the following members:

Properties

PropertyDescription
as_literal_doubleReturns or sets literal double value if DataSourceType = Charts.DataSourceType.DoubleLiterals.
Read/write float.
as_cell
data_source_type
data

Methods

MethodDescription
to_doubleConverst to double.

See Also