IChartCategory
IChartCategory 接口
表示图表类别。
public interface IChartCategory
属性
名称 | 描述 |
---|
AsCell { get; set; } | 返回或设置 IChartDataCell 对象。如果类别是多级的,则使用级别 “0” 的 IChartDataCell 对象。读/写 IChartDataCell 。 |
AsLiteral { get; set; } | 如果 UseCell 为 false,则返回或设置 AsLiteral。读/写对象。 |
GroupingLevels { get; } | 图表类别分组级别值的托管容器。多级类别包含多个分组级别。分组级别索引以零为基准。只读 IChartCategoryLevelsManager 。 |
UseCell { get; } | 如果为 true,则 AsCell 属性有效。换句话说,工作表用于存储类别(这种情况支持多级类别)。如果为 false,则 AsLiteral 属性有效。换句话说,工作表不用于存储类别(这种情况不支持多级类别)。只读布尔值。 |
Value { get; set; } | 如果 UseCell 为 true,则此属性表示 AsCell.Value 属性。如果 UseCell 为 false,则此属性表示 AsLiteral 属性。读/写对象。 |
方法
另见