IChartDataPointLevel

IChartDataPointLevel interface

表示数据点级别。适用于 Treemap 和 Sunburst 图表。

public interface IChartDataPointLevel

Properties

名称描述
Format { get; }表示数据点级别的格式属性。可读写 IFormat
Label { get; }表示数据点级别的数据标签。适用于 Treemap 和 Sunburst 系列类型。只读 IDataLabel

See Also