Skip to main content
All docs
V25.1
  • LegendBaseModel.AlignmentVertical Property

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.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.

    LegendAlgnVert_TopOutside

    Top

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

    LegendAlgnVert_Top

    Center

    The legend is centered vertically.

    LegendAlgnVert_Center

    Bottom

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

    LegendAlgnVert_Bottom

    BottomOutside

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

    LegendAlgnVert_BottomOutsid

    See Also