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

SeriesModel.ToolTipImage Property

Returns the model of the image displayed in the tooltip of the modeled series.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Data)]
public ChartImageModel ToolTipImage { get; }

Property Value

Type Description
ChartImageModel

The tooltip image model.

See Also