ChartTextFormat

ChartTextFormat class

Specifies default text formatting for chart text elements.

public class ChartTextFormat : IChartTextFormat

Properties

NameDescription
ParagraphFormat { get; }ParagraphFormat. Read-only IChartParagraphFormat.
PortionFormat { get; }PortionFormat. Read-only IChartPortionFormat.
TextBlockFormat { get; }TextBlockFormat. 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