SWIFTUI : Chart control / view is there way to align the Legends to align the center I see there only 2 options, .chartLegend(position: .bottom, alignment: .leading,spacing: 10) .leading or .trailing
code :
Chart{ ..... SectorMark..
} .chartLegend(position: .bottom, alignment: .leading,spacing: 10)