A newer version of this page is available.
Switch to the current version.
ChartImagePosition Enum
Lists the values used to specify the position of an image within a chart.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v18.2.Web.dll
Declaration
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
Feedback