IFormattedTextContainer

IFormattedTextContainer interface

表示图表文本格式。

public interface IFormattedTextContainer : IChartComponent  

Properties

NameDescription
AsIChartComponent { get; }返回 IChartComponent 接口。只读 IChartComponent
TextFormat { get; }返回图表文本格式。只读 IChartTextFormat

See Also