DoubleChartValue class
Contents
[
Hide
]DoubleChartValue class
Represent 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:DoubleChartValue → BaseChartValue
The DoubleChartValue 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_double | Returns or sets value as literal double. Read/write float. |
Methods
| Method | Description |
|---|---|
to_double | Converts to float. |
See Also
- class
BaseChartValue - class
DoubleChartValue - module
aspose.slides.charts - library
Aspose.Slides