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

    Namespace: DevExpress.XtraCharts.Designer

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

    NuGet Package: DevExpress.Win.Charts

    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