LegendPosition Enum
Definition
Specifies the position of the chart legend.
public enum LegendPosition
Fields
| Name | Description |
|---|---|
| Bottom | Legend is displayed below the chart. |
| Floating | Legend is floating inside the chart area. |
| Left | Legend is displayed to the left of the chart. |
| None | No legend is displayed. |
| Right | Legend is displayed to the right of the chart. |
| Top | Legend is displayed above the chart. |
Bottom Field
Legend is displayed below the chart.
public Avalonia.Controls.Charts.LegendPosition Bottom
Floating Field
Legend is floating inside the chart area.
public Avalonia.Controls.Charts.LegendPosition Floating
Left Field
Legend is displayed to the left of the chart.
public Avalonia.Controls.Charts.LegendPosition Left
None Field
No legend is displayed.
public Avalonia.Controls.Charts.LegendPosition None
Right Field
Legend is displayed to the right of the chart.
public Avalonia.Controls.Charts.LegendPosition Right
Top Field
Legend is displayed above the chart.
public Avalonia.Controls.Charts.LegendPosition Top