IChartTextFormat

IChartTextFormat interface

Chart operate with restricted set of text format properties. IChartTextFormat, IChartTextBlockFormat, IChartParagraphFormat, IChartPortionFormat interfaces describe this restricted set.

public interface IChartTextFormat

Properties

NameDescription
ParagraphFormat { get; }Returns paragraph format. Read-only IChartParagraphFormat.
PortionFormat { get; }Returns portion format. Read-only IChartPortionFormat.
TextBlockFormat { get; }Returns format for the chart text elements. Read-only IChartTextBlockFormat.

Methods

NameDescription
CopyFrom(ITextFrame)Copies text format from specified text frame.
CopyTo(ITextFrame)Copies text format to specified text frame.

See Also