Provides access to the chart title properties.
Shows how to insert a chart and set a title.
#include <Aspose.Words.Cpp/Drawing/Charts/ChartTitle.h>
Public Member Functions | |
bool | get_Overlay () const |
Determines whether other chart elements shall be allowed to overlap title. By default overlay is false. More... | |
bool | get_Show () |
Determines whether the title shall be shown for this chart. Default value is true. More... | |
String | get_Text () |
Gets or sets the text of the chart title. If null or empty value is specified, auto generated title will be shown. More... | |
virtual const TypeInfo & | GetType () const override |
virtual bool | Is (const TypeInfo &target) const override |
void | set_Overlay (bool value) |
Setter for get_Overlay. More... | |
void | set_Show (bool value) |
Setter for get_Show. More... | |
void | set_Text (const String &value) |
Setter for get_Text. More... | |
Static Public Member Functions | |
static const TypeInfo & | Type () |
bool Aspose::Words::Drawing::Charts::ChartTitle::get_Overlay | ( | ) | const |
Determines whether other chart elements shall be allowed to overlap title. By default overlay is false.
Shows how to insert a chart and set a title.
bool Aspose::Words::Drawing::Charts::ChartTitle::get_Show | ( | ) |
Determines whether the title shall be shown for this chart. Default value is true.
Shows how to insert a chart and set a title.
System::String Aspose::Words::Drawing::Charts::ChartTitle::get_Text | ( | ) |
Gets or sets the text of the chart title. If null or empty value is specified, auto generated title will be shown.
Shows how to insert a chart and set a title.
|
overridevirtual |
|
overridevirtual |
void Aspose::Words::Drawing::Charts::ChartTitle::set_Overlay | ( | bool | value | ) |
void Aspose::Words::Drawing::Charts::ChartTitle::set_Show | ( | bool | value | ) |
void Aspose::Words::Drawing::Charts::ChartTitle::set_Text | ( | const System::String & | value | ) |
|
static |