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.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_cell | IChartDataCell | Read | Provides the chart data as an IChartDataCell object |
as_literal_double | float | Read | Holds the raw double value as a float |
Methods
| Signature | Description |
|---|---|
to_double() → float | Returns the value as a Python float |