Skip to main content
All docs
V26.1
  • 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

    public ChartTitle(
        ChartDataReference reference,
        TextProperties textProperties = null
    )

    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