StringChartValue

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.

This class provides 2 methods for working with StringChartValue objects in Python programs. Available methods include: set_from_one_cell, to_string. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: as_literal_string, data, data_source_type.

Properties

NameTypeAccessDescription
as_literal_stringstrRead/WriteGets or sets the as literal string.
data_source_typeDataSourceTypeRead/WriteGets or sets the data source type.
dataobjectRead/WriteGets or sets the data.

Methods

SignatureDescription
set_from_one_cell(cell: 'ChartDataCell')Sets the from one cell value.
to_string()strReturns the string representation of the chart value

See Also