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

    Gets or sets text lines in the multiline heatmap title.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    [XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
    public string[] Lines { get; set; }

    Property Value

    Type Description
    String[]

    An array of strings.

    Remarks

    The Lines property specifies an array of lines that the title displays. The number of lines matches the number of elements in the array. To access all the text at the same time, you can use the HeatmapTitleBase.Text property. Text lines returned by the Text property are separated by line feed and carriage return characters (“\r\n”).

    See Also