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
| Property | Description | 
|---|---|
| as_literal_string | Returns or sets the literal string if DataSourceType property is DataSourceType.StringLiterals. Read/write str. | 
| as_cells | |
| data_source_type | |
| data | 
Methods
| Method | Description | 
|---|---|
| to_string | Returns string representation. | 
| set_from_one_cell | Sets value from specified cell. | 
| get_cells_address_in_workbook | If 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
- module aspose.slides.charts
- library Aspose.Slides