Skip to main content
All docs
V25.1
  • HeatmapTitle.WordWrap Property

    Gets or sets whether title text should wrap when it is too lengthy.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    [XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
    public bool WordWrap { get; set; }

    Property Value

    Type Description
    Boolean

    true if title text should wrap; otherwise, false.

    Remarks

    Use the MaxLineCount property to specify the number of lines that appear when title text is wrapped.

    See Also