StringOrDoubleChartValue
Overview
StringOrDoubleChartValue is a class in Aspose.Slides FOSS for Python.
Inherits from: IStringOrDoubleChartValue, BaseChartValue.
Represents a value that can be string or double, backed by a cell or literal.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_cell | IChartDataCell | Read | Provides the chart data cell representation of the value |
as_literal_string | str | Read | Returns the value as a literal string |
as_literal_double | float | Read | Returns the value as a literal double (float) |
Methods
| Signature | Description |
|---|---|
to_double() → float | Converts the stored value to a float and returns it |