IDoubleChartValue

IDoubleChartValue interface

表示双精度值,可以通过两种方式存储在 pptx 演示文档中: 1) 在与图表相关的工作簿的单元格中; 2) 作为文字值。

public interface IDoubleChartValue : ISingleCellChartValue

特性

姓名描述
AsISingleCellChartValue { get; }允许获取基本 ISingleCellChartValue 接口。 只读ISingleCellChartValue
AsLiteralDouble { get; set; }如果 DataSourceType = Charts.DataSourceType.DoubleLiterals,则返回或设置文字双精度值。 读/写Double。

方法

姓名描述
ToDouble()转换为双倍。

也可以看看