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