LegendBaseModel.AlignmentHorizontal Property
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.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. |
Left | The legend is positioned on the left side of the Diagram. |
Center | Centers a legend horizontally within the Chart control. |
Right | The legend is positioned on the right side of the Diagram. |
RightOutside | The legend is positioned on the right side of the Chart control. |
See Also