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

ChartToolTipController.ShowImage Property

Gets or sets a value indicating whether an image should be displayed in a tooltip.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v20.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public bool ShowImage { get; set; }

Property Value

Type Description
Boolean

true to show images in tooltips; otherwise, false.

See Also