IFormattedTextContainer

IFormattedTextContainer interface

Represents chart text format.

public interface IFormattedTextContainer : IChartComponent

Properties

NameDescription
AsIChartComponent { get; }Returns IChartComponent interface. Read-only IChartComponent.
TextFormat { get; }Returns chart text format. Read-only IChartTextFormat.

See Also