Skip to main content
All docs
V25.1
  • CustomizeHeatmapToolTipEventArgs.Title Property

    Gets or sets the cell tooltip title.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public string Title { get; set; }

    Property Value

    Type Description
    String

    A string value that specifies the tooltip title.

    Remarks

    To use HTML tags to format Title, initialize the HeatmapControl.ToolTipController property with a ToolTipController object, and enable the controller’s ToolTipController.AllowHtmlText property.

    See Also