Skip to main content
A newer version of this page is available. .
All docs
V21.2

LegendBaseModel.AlignmentHorizontal Property

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public LegendAlignmentHorizontal AlignmentHorizontal { get; set; }

Property Value

Type
LegendAlignmentHorizontal

Available values:

Name Description
LeftOutside

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

LegendAlgnHorz_LOutside

Left

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

LegendAlgnHorz_Left

Center

Centers a legend horizontally within the Chart control.

LegendAlgnHorz_Center

Right

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

LegendAlgnHorz_Right

RightOutside

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

LegendAlgnHorz_ROutside

See Also