Skip to main content
All docs
V26.1
  • ChartTitleOptionsBase.CustomText Property

    Gets or sets custom chart title text.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public TextArea CustomText { get; set; }

    Property Value

    Type Description
    TextArea

    A TextArea object that stores custom title text.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to CustomText
    AxisBase
    .Title .CustomText

    Remarks

    When you assign this property, the TextReference property is set to null.

    See Also