DoubleChartValue

DoubleChartValue

Overview

DoubleChartValue is a class in Aspose.Slides FOSS for Python. Inherits from: IDoubleChartValue, BaseChartValue.

Represents a double value backed by a workbook cell or literal.

This class provides 1 method for working with DoubleChartValue objects in Python programs. Available methods include: to_double. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: as_cell, as_literal_double, data, data_source_type.

Properties

NameTypeAccessDescription
as_cellIChartDataCellRead/WriteGets or sets the as cell.
as_literal_doublefloatRead/WriteGets or sets the as literal double.
data_source_typeDataSourceTypeRead/WriteGets or sets the data source type.
dataobjectRead/WriteGets or sets the data.

Methods

SignatureDescription
to_double()floatReturns the value as a Python float

See Also