Skip to main content
A newer version of this page is available. .

Series.ToolTipImage Property

Specifies an image to be displayed in series tooltips.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ChartImage ToolTipImage { get; }

Property Value

Type Description
ChartImage

A ChartImage object that contains an image to display in a tooltip.

See Also