LegendBaseModel.AlignmentVertical Property
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public LegendAlignmentVertical AlignmentVertical { get; set; }
Property Value
Type |
---|
LegendAlignmentVertical |
Available values:
Name | Description |
---|---|
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