Back to Devexpress

HorizontalPosition Enum

wpf-devexpress-dot-xpf-dot-charts-f74309cd.md

latest2.4 KB
Original Source

HorizontalPosition Enum

Lists the values that specify the legend’s horizontal alignment within the chart.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum HorizontalPosition
vb
Public Enum HorizontalPosition

Members

NameDescription
LeftOutside

The legend is positioned to the left of the diagram.

| | Left |

The legend is positioned on the left side of the Diagram.

| | Center |

Centers a legend horizontally within the Diagram.

| | Right |

The legend is positioned on the right side of the Diagram.

| | RightOutside |

The legend is positioned to the right of the diagram.

|

The following properties accept/return HorizontalPosition values:

Remarks

The values listed by this enumeration are used to set the LegendBase.HorizontalPosition property.

For more information, refer to Legends.

See Also

Legends

DevExpress.Xpf.Charts Namespace