IChartTextFormat class

IChartTextFormat class

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

The IChartTextFormat type exposes the following members:

Properties

PropertyDescription
text_block_formatReturns format for the chart text elements.
Read-only IChartTextBlockFormat.
paragraph_formatReturns paragraph format.
Read-only IChartParagraphFormat.
portion_formatReturns portion format.
Read-only IChartPortionFormat.

Methods

MethodDescription
copy_toCopies text format to specified text frame.
copy_fromCopies text format from specified text frame.

See Also