Back to Devexpress

ChartLegendInsidePosition Enum

dashboard-devexpress-dot-dashboardcommon-25b6eb8e.md

latest2.7 KB
Original Source

ChartLegendInsidePosition Enum

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum ChartLegendInsidePosition
vb
Public Enum ChartLegendInsidePosition

Members

NameDescription
TopLeftVertical

Legend is aligned to the top left corner of the diagram. Legend items are aligned vertically.

| | TopLeftHorizontal |

Legend is aligned to the top left corner of the diagram. Legend items are aligned horizontally.

| | TopCenterHorizontal |

Legend is centered and aligned to the top of the diagram. Legend items are aligned horizontally.

| | TopCenterVertical |

Legend is centered and aligned to the top of the diagram. Legend items are aligned vertically.

| | TopRightVertical |

Legend is aligned to the top right corner of the diagram. Legend items are aligned vertically.

| | TopRightHorizontal |

Legend is aligned to the top right corner of the diagram. Legend items are aligned horizontally.

| | BottomLeftVertical |

Legend is aligned to the bottom left corner of the diagram. Legend items are aligned vertically.

| | BottomLeftHorizontal |

Legend is aligned to the bottom left corner of the diagram. Legend items are aligned horizontally.

| | BottomCenterHorizontal |

Legend is centered and aligned to the bottom of the diagram. Legend items are aligned horizontally.

| | BottomCenterVertical |

Legend is centered and aligned to the bottom of the diagram. Legend items are aligned vertically.

| | BottomRightVertical |

Legend is aligned to the bottom right corner of the diagram. Legend items are aligned vertically.

| | BottomRightHorizontal |

Legend is aligned to the bottom right corner of the diagram. Legend items are aligned horizontally.

|

The following properties accept/return ChartLegendInsidePosition values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace