SWIFTUI: chartLegend alignment 'Centering' option

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)

Your code isn't formatted correctly. Please try again. Just post a minimum reproducible example so we can see what you want fixed.

All I wanted is to know if there is an option to align .chartLegend in the center

SWIFTUI: chartLegend alignment 'Centering' option
 
 
Q