IMultipleCellChartValue

IMultipleCellChartValue interface

Represents a collection of a chart cells.

public interface IMultipleCellChartValue : IBaseChartValue

Properties

NameDescription
AsCells { get; set; }Returns or sets the collection of chart cells. Read/write IChartCellCollection.
AsIBaseChartValue { get; }Allows to get base IBaseChartValue interface. Read-only IBaseChartValue.

See Also