ChartTitleOptions Members
Contains common options for the chart and axis titles.Properties
| Name | Description |
|---|---|
| Fill | Provides access to fill options for the specified drawing object. Inherited from ShapeFormatBase. |
| Font | Provides access to font attributes for text displayed in a chart element. Inherited from ShapeTextFormat. |
| Layout | Enables you to specify the exact position of a chart title. |
| Lines | Gets the lines of text displayed in a chart element. Inherited from ChartText. |
| Outline | Provides access to the options used to format an outline of the specified drawing object. Inherited from ShapeFormatBase. |
| PlainText | Gets the text displayed in a chart element. Inherited from ChartText. |
| Range | Returns a cell range from which a chart element’s text is obtained. Inherited from ChartText. |
| RefersTo | Returns the string representation of the referenced cell range or formula. Inherited from ChartText. |
| TextDirection | Gets or sets the text direction in a chart element. Inherited from ShapeTextFormat. |
| TextRotation | Gets or sets the rotation angle of the text in a chart element. Inherited from ShapeTextFormat. |
| TextType | Indicates the source of the text. Inherited from ChartText. |
| Visible | Gets or sets a value indicating whether the specific title is displayed on a chart. |
Methods
| Name | Description |
|---|---|
| ResetToMatchStyle() | Removes custom formatting of the chart element and applies default formatting based on the chart style. Inherited from ShapeFormat. |
| SetAuto() | Specifies that the text is obtained automatically. Inherited from ChartText. |
| SetReference(CellRange) | Specifies the cell that is the source for the text used in a chart element. Inherited from ChartText. |
| SetReference(String) | Specifies the cell that is the source for the text used in a chart element. Inherited from ChartText. |
| SetValue(String) | Specifies the text used in a chart element. Inherited from ChartText. |
See Also