ChartToolTipController.ImagePosition Property
Gets or sets an image position within a tooltip.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v25.1.Web.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
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