ChartLegendInsidePosition Enum
Lists the values that specify the legend position and orientation within a chart diagram.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Top
|
Legend is aligned to the top left corner of the diagram. Legend items are aligned vertically. |
Top
|
Legend is aligned to the top left corner of the diagram. Legend items are aligned horizontally. |
Top
|
Legend is centered and aligned to the top of the diagram. Legend items are aligned horizontally. |
Top
|
Legend is centered and aligned to the top of the diagram. Legend items are aligned vertically. |
Top
|
Legend is aligned to the top right corner of the diagram. Legend items are aligned vertically. |
Top
|
Legend is aligned to the top right corner of the diagram. Legend items are aligned horizontally. |
Bottom
|
Legend is aligned to the bottom left corner of the diagram. Legend items are aligned vertically. |
Bottom
|
Legend is aligned to the bottom left corner of the diagram. Legend items are aligned horizontally. |
Bottom
|
Legend is centered and aligned to the bottom of the diagram. Legend items are aligned horizontally. |
Bottom
|
Legend is centered and aligned to the bottom of the diagram. Legend items are aligned vertically. |
Bottom
|
Legend is aligned to the bottom right corner of the diagram. Legend items are aligned vertically. |
Bottom
|
Legend is aligned to the bottom right corner of the diagram. Legend items are aligned horizontally. |
#Related API Members
The following properties accept/return ChartLegendInsidePosition values:
#Remarks
Values listed by this enumeration are used to set the ChartLegend.InsidePosition property.