How to adjust position of Axis title using Aspose.Cells

As title. If I want to change "Region" to be left aligned in the following example. What property I have to set?

ClusteredColumn Charts

Also, what is ValueAxis.Title.X and ValueAxis.Title.Y means?

Please try:

chart.Legend.Position = LegendPositionType.Left;

ValueAxis.Title.X and ValueAxis.Title.Y is used to set position of value axis' label.

I mean the label “Region” not the legend. I tried ValueAxis.Title.X and ValueAxis.Title.Y but seems not work.

This feature is not support yet. I will add it in the future version.