StringChartValue
Overview
StringChartValue is a class in Aspose.Slides FOSS for Python.
Inherits from: IStringChartValue, BaseChartValue.
Represents a string value backed by workbook cells or literal.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_literal_string | str | Read | Provides the raw literal string stored in the chart value |
Methods
| Signature | Description |
|---|---|
set_from_one_cell(cell: 'ChartDataCell') | Sets the value from the given ChartDataCell |
to_string() → str | Returns the string representation of the chart value |