IDoubleChartValue
IDoubleChartValue interface
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.
public interface IDoubleChartValue : ISingleCellChartValue
Properties
Name | Description |
---|---|
AsISingleCellChartValue { get; } | Allows to get base ISingleCellChartValue interface. Read-only ISingleCellChartValue . |
AsLiteralDouble { get; set; } | Returns or sets literal double value if DataSourceType = Charts.DataSourceType.DoubleLiterals. Read/write Double. |
Methods
Name | Description |
---|---|
ToDouble() | Converst to double. |
See Also
- interface ISingleCellChartValue
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides