Back to Devexpress

LegendBaseModel.AlignmentHorizontal Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-legendbasemodel-4df5eda5.md

latest2.2 KB
Original Source

LegendBaseModel.AlignmentHorizontal Property

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[LocalizableCategory(DesignerCategories.Behavior)]
public LegendAlignmentHorizontal AlignmentHorizontal { get; set; }
vb
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property AlignmentHorizontal As LegendAlignmentHorizontal

Property Value

Type
LegendAlignmentHorizontal

Available values:

NameDescription
LeftOutside

The legend is positioned to the left of the Chart control.

| | Left |

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

| | Center |

Centers a legend horizontally within the Chart control.

| | Right |

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

| | RightOutside |

The legend is positioned on the right side of the Chart control.

|

See Also

LegendBaseModel Class

LegendBaseModel Members

DevExpress.XtraCharts.Designer Namespace