ChartTitle(ChartDataReference, TextProperties) Constructor
Initializes a new instance of the ChartTitle class with linked text.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| reference | ChartDataReference | A worksheet range reference that contains title text. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| textProperties | TextProperties | null | Text formatting properties for linked title text. |
See Also