Skip to main content
All docs
V26.1
  • ChartTitleOptions(String) Constructor

    Initializes a new instance of the ChartTitleOptions class with plain text.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public ChartTitleOptions(
        string text
    )

    Parameters

    Name Type Description
    text String

    A text string displayed in the chart title.

    See Also