LegendAlignment Enum
Definition
Specifies the alignment of the chart legend.
public enum LegendAlignment
Fields
| Name | Description |
|---|---|
| Center | Aligned to the center. |
| Far | Aligned to the end (Right or Bottom). |
| Near | Aligned to the start (Left or Top). |
Center Field
Aligned to the center.
public Avalonia.Controls.Charts.LegendAlignment Center
Far Field
Aligned to the end (Right or Bottom).
public Avalonia.Controls.Charts.LegendAlignment Far
Near Field
Aligned to the start (Left or Top).
public Avalonia.Controls.Charts.LegendAlignment Near