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

ChartToolTipController.ImagePosition Property

Gets or sets an image position within a tooltip.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v19.1.Web.dll

Declaration

public ChartImagePosition ImagePosition { get; set; }

Property Value

Type Description
ChartImagePosition

A ChartImagePosition enumeration value.

Available values:

Name Description
Left

An image is located on the left.

Top

An image is located at the top.

Right

An image is located on the right.

Bottom

An image is located at the bottom.

See Also