StringOrDoubleChartValue class
Contents
[
Hide
]StringOrDoubleChartValue class
Represent string or double 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:StringOrDoubleChartValue
→ BaseChartValue
The StringOrDoubleChartValue 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_cell | Returns or sets chart data cell. Read/write IChartDataCell . |
as_literal_string | Returns or sets value as literal string. Read/write str. |
as_literal_double | Returns or sets value as literal double. Read/write float. |
Methods
Method | Description |
---|---|
to_double | Converts to double. |
See Also
- class
BaseChartValue
- class
StringOrDoubleChartValue
- module
aspose.slides.charts
- library
Aspose.Slides