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.v21.1.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

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

Property Value

Type Description
ChartImageModel

The tooltip image model.

See Also