IDoubleChartValue

IDoubleChartValue interface

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

public interface IDoubleChartValue : ISingleCellChartValue

Properties

NameDescription
AsISingleCellChartValue { get; }允许获取基类 ISingleCellChartValue 接口。只读 ISingleCellChartValue
AsLiteralDouble { get; set; }如果 DataSourceType = Charts.DataSourceType.DoubleLiterals,返回或设置字面双值。读/写 Double。

Methods

NameDescription
ToDouble()转换为 double。

See Also