C1.Xaml.UWP.FlexChart by GrapeCity, Inc.

<PackageReference Include="C1.Xaml.UWP.FlexChart" Version="10.0.20193.685" />

.NET API 811,416 bytes

 Position

public enum Position
Specifies the position of chart element on the chart.
Auto = 4

The element is positioned automatically.

Bottom = 3

The item appears below.

Left = 0

The element appears to the left.

None = 5

The element is not visible.

Right = 1

The element appears to the right.

Top = 2

The item appears above.