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

ChartImagePosition Enum

Lists the values used to specify the position of an image within a chart.

Namespace: DevExpress.XtraCharts.Web

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

NuGet Package: DevExpress.Web.Visualization

Declaration

public enum ChartImagePosition

Members

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.

Related API Members

The following properties accept/return ChartImagePosition values:

Remarks

The values listed by the ChartImagePosition enumeration are used to set the ChartToolTipController.ImagePosition property.

See Also