IStringChartValue class

IStringChartValue class

Represent string value which can be stored in pptx presentation document in two ways: 1) in cell/cells of workbook related to chart; 2) as literal value.

The IStringChartValue type exposes the following members:

Properties

PropertyDescription
as_literal_stringReturns or sets the literal string if DataSourceType property is DataSourceType.StringLiterals.
Read/write str.
as_cells
data_source_type
data

Methods

MethodDescription
to_stringReturns string representation.
set_from_one_cellSets value from specified cell.
get_cells_address_in_workbookIf DataSourceType property is DataSourceType.Worksheet then this method returns address
of the cells in workbook which represent the string data. Otherwise return
empty string.

See Also