Back to Devexpress

ChartLegendOutsidePosition Enum

dashboard-devexpress-dot-dashboardcommon-9a3393f9.md

latest2.7 KB
Original Source

ChartLegendOutsidePosition Enum

Lists the values that specify the legend position and orientation outside the chart diagram.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum ChartLegendOutsidePosition
vb
Public Enum ChartLegendOutsidePosition

Members

NameDescription
TopLeftVertical

The legend is aligned to the top left corner of the chart outside the diagram. Legend items are aligned vertically.

| | TopLeftHorizontal |

The legend is aligned to the top left corner of the chart outside the diagram. Legend items are aligned horizontally.

| | TopCenterHorizontal |

The legend is centered and aligned to the top of the chart outside the diagram. Legend items are aligned horizontally.

| | TopRightVertical |

The legend is aligned to the top right corner of the chart outside the diagram. Legend items are aligned vertically.

| | TopRightHorizontal |

The legend is aligned to the top right corner of the chart outside the diagram. Legend items are aligned horizontally.

| | BottomLeftVertical |

The legend is aligned to the bottom left corner of the chart outside the diagram. Legend items are aligned vertically.

| | BottomLeftHorizontal |

The legend is aligned to the bottom left corner of the chart outside the diagram. Legend items are aligned horizontally.

| | BottomCenterHorizontal |

The legend is centered and aligned to the bottom of the chart outside the diagram. Legend items are aligned horizontally.

| | BottomRightVertical |

The legend is aligned to the bottom right corner of the chart outside the diagram. Legend items are aligned vertically.

| | BottomRightHorizontal |

The legend is aligned to the bottom right corner of the chart outside the diagram. Legend items are aligned horizontally.

|

The following properties accept/return ChartLegendOutsidePosition values:

Remarks

Values listed by this enumeration are used to set the ChartLegend.OutsidePosition property.

See Also

DevExpress.DashboardCommon Namespace