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

NameDescription
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

NameDescription
ToDouble()Converst to double.

See Also