ISingleCellChartValue

ISingleCellChartValue interface

Represents a chart data cell.

public interface ISingleCellChartValue : IBaseChartValue

Properties

NameDescription
AsCell { get; set; }Returns or sets chart data cell. Read/write IChartDataCell.
AsIBaseChartValue { get; }Allows to get base IBaseChartValue interface. Read-only IBaseChartValue.

See Also