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.v18.2.dll

Declaration

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

Property Value

Type Description
ChartImage

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

See Also