Back to Devexpress

ChartImagePosition Enum

aspnet-devexpress-dot-xtracharts-dot-web-596b2848.md

latest1.4 KB
Original Source

ChartImagePosition Enum

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

Namespace : DevExpress.XtraCharts.Web

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

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public enum ChartImagePosition
vb
Public Enum ChartImagePosition

Members

NameDescription
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.

|

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

DevExpress.XtraCharts.Web Namespace