I am looking to figure out how to justify the BarChart1.CategoriesAxis string name titles. I have a list of about 15 items in a stacked bar chart and the names are listed down the left side of the chart. Some are in nice alignment, but others are spaced 2 or 3 characters over. I have trimmed all string names before adding them to the property.

I am looking to justify the CategoriesAxis labels. I have no code becuase I thought this would be a setting.
I have a stacked bar chart. Down the left side of the chart are each of the titles for each bar. Those titles are not justified, left, right or even centered. I would like to justify them to the right.
You can review this link for the tutorial that got me this far tutorial
<ajaxToolkit:BarChart ID="BarChart1" runat="server"
ChartHeight="1000" ChartWidth="800"
ChartType="StackedBar"
ChartTitleColor="#0E426C"
CategoriesAxis="Vietnamese - Vietnam,Ukrainian - Ukraine,Turkish - Turkey,Thai - Thailand,Spanish - Spain,Spanish - Mexico,Russian - Russia,Portuguese - Portugal,Norwegian (Bokmål) - Norway,Japanese - Japan,Italian - Italy,Hungarian - Hungary,Greek - Greece,German - Germany,French - France,English - United States,Dutch - The Netherlands,Chinese - Taiwan,Chinese - China"
CategoryAxisLineColor="#D08AD9"
ValueAxisLineColor="#D08AD9" BaseLineColor="#A156AB" Width="960px" Theme="" ValueAxisLines="0" Height="800px" >
</ajaxToolkit:BarChart>