Manage Titles of Excel Charts

Title Options

Aspose.Cells also allows to manage chart’s titles at runtime,with Title object, you can change text, font and fill format for titles.

|todo:image_alt_text|

Setting the Titles of Charts or Axes

You can use Microsoft Excel to set the titles of a chart and its axes in a WYSIWYG environment. Aspose.Cells also allows developers to set the titles of a chart and its axes at runtime. All charts and their axes contain a Title property that can be used to set their titles as shown below in an example.

The following code snippet demonstrates how to set titles to charts and axes.

Advance topics