Skip to main content

Series.ToolTipImage Property

Specifies an image to be displayed in series tooltips.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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