get_TextFrameForOverriding()

ChartTitle::get_TextFrameForOverriding() method

Can contain a rich formatted text. If this property is not null then this formatted text value overrides auto-generated text. Auto-generated text is an implicit property of the data label, the display unit label of the value axis, the axis title, the chart title, the label of the trendline. Auto-generated text is formatted with the IFormattedTextContainer::get_TextFormat property. Read-only ITextFrame.

System::SharedPtr<ITextFrame> Aspose::Slides::Charts::ChartTitle::get_TextFrameForOverriding() override

See Also