Skip to main content

LegendAlignment Enum

Definition

Assembly:Avalonia.Controls.Charts
Package:Avalonia.Controls.Charts

Specifies the alignment of the chart legend.

public enum LegendAlignment

Inheritance: Enum -> LegendAlignment

Fields

NameDescription
CenterAligned to the center.
FarAligned to the end (Right or Bottom).
NearAligned 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