ISingleCellChartValue

ISingleCellChartValue 接口

表示图表数据单元格。

public interface ISingleCellChartValue : IBaseChartValue

属性

名称说明
AsCell { get; set; }返回或设置图表数据单元格。读/写 IChartDataCell
AsIBaseChartValue { get; }允许获取基础 IBaseChartValue 接口。只读 IBaseChartValue

另请参见