ChartImagePosition Enum
Lists the values used to specify the position of an image within a chart.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.1.Web.dll
NuGet Package: DevExpress.Web.Visualization
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