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
| Name | Type | Access | Description |
|---|---|---|---|
as_cell | IChartDataCell | Read/Write | Gets or sets the as cell. |
as_literal_double | float | Read/Write | Gets or sets the as literal double. |
data_source_type | DataSourceType | Read/Write | Gets or sets the data source type. |
data | object | Read/Write | Gets or sets the data. |
Methods
| Signature | Description |
|---|---|
to_double() → float | Returns the value as a Python float |