StringChartValue class
Contents
[
Hide
]StringChartValue 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.
Inheritance:StringChartValue
→ BaseChartValue
The StringChartValue type exposes the following members:
Properties
Property | Description |
---|---|
data_source_type | Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble property is actual in descendants. In other words it specifies the type of value of the Data property. Read/write DataSourceType . |
data | Returns or sets Data object. Read/write any. |
as_cells | Null value assigning is not allowed. Returning value always is not None. Read/write IChartCellCollection . |
as_literal_string | Returns or sets value as literal string. Read/write str. |
Methods
Method | Description |
---|---|
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
- class
BaseChartValue
- class
StringChartValue
- module
aspose.slides.charts
- library
Aspose.Slides