Back to Devexpress

LegendBaseModel.AlignmentVertical Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-legendbasemodel-5a597a5c.md

latest2.2 KB
Original Source

LegendBaseModel.AlignmentVertical Property

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

Type
LegendAlignmentVertical

Available values:

NameDescription
TopOutside

The legend is positioned at the top of the Chart control.

| | Top |

The legend is positioned level with the top of the Diagram.

| | Center |

The legend is centered vertically.

| | Bottom |

The legend is positioned level with the bottom of the Diagram.

| | BottomOutside |

The legend is positioned at the bottom of the Chart control.

|

See Also

LegendBaseModel Class

LegendBaseModel Members

DevExpress.XtraCharts.Designer Namespace