ChartToolTipController.ImagePosition Property
In This Article
Gets or sets an image position within a tooltip.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
public ChartImagePosition ImagePosition { get; set; }
#Property Value
Type | Description |
---|---|
Chart |
A Chart |
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