LegendBaseModel.Direction Property
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.2.Wizard.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
[PropertyForOptions("Layout")]
[LocalizableCategory(DesignerCategories.Behavior)]
public LegendDirection Direction { get; set; }
#Property Value
Type |
---|
Legend |
Available values:
Name | Description |
---|---|
Top |
Specifies that legend entries are positioned vertically from the top to the bottom of the legend according to the indexes of the corresponding series within the Chart |
Bottom |
Specifies that legend entries are positioned vertically from the bottom to the top of the legend according to the indexes of the corresponding series within the Chart |
Left |
Specifies that legend entries are positioned horizontally from the left to the right of the legend according to the indexes of the corresponding series within the Chart |
Right |
Specifies that legend entries are positioned horizontally from the right to the left of the legend according to the indexes of the corresponding series within the Chart |