IStringOrDoubleChartValue class

IStringOrDoubleChartValue class

Represent string or 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 IStringOrDoubleChartValue type exposes the following members:

Properties

PropertyDescription
as_literal_stringReturns or sets the literal string if DataSourceType property is DataSourceType.StringLiterals.
Read/write str.
as_literal_doubleReturns or sets the literal double if DataSourceType property is DataSourceType.DoubleLiterals.
Read/write float.
as_cell
data_source_type
data

Methods

MethodDescription
to_doubleConverts value to double.

See Also