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