ChartTitle Constructors
Specifies title settings for a chart.| Name | Parameters | Description |
|---|---|---|
| ChartTitle(ChartDataReference, TextProperties) | reference, textProperties | Initializes a new instance of the ChartTitle class with linked text. |
| ChartTitle(TextArea) | textArea | Initializes a new instance of the ChartTitle class with custom text. |
See Also