LegendAlignment
public enum LegendAlignmentAlignment for legend within its position area. Swift Charts equivalent: .ChartLegend(position:alignment:)
Fields
Section titled “Fields”
Automatic
Section titled “Automatic”Automatic = 0Automatic alignment chosen by position. Resolves to Leading, matching Swift Charts default.
Returns
ChartGuru.LegendAlignment — No return description is available.
Leading
Section titled “Leading”Leading = 1Align to leading edge (left for LTR, right for RTL).
Returns
ChartGuru.LegendAlignment — No return description is available.
Center
Section titled “Center”Center = 2Center alignment.
Returns
ChartGuru.LegendAlignment — No return description is available.
Trailing
Section titled “Trailing”Trailing = 3Align to trailing edge (right for LTR, left for RTL).
Returns
ChartGuru.LegendAlignment — No return description is available.