Chart formatting change in export thumbnail (C# .NET)

I’ve been able to get my slide exported fine and made a number of formatting changes to it. There are still a few issues I’d like to fix if possible
image.png (18.4 KB)

In the attached image you can see my title is overlayed on top of my plot area. Is there a way to offset the plot area or to specify the title is above this section?

Also, is there a way to limit the width of the text for the data labels so they wrap? As you can see, the customer is expecting very long titles but they take up too much space currently

@DaniS2,

I have observed the image shared by you and have observed that you are interested in removing chart title. You can remove chart title by setting Chart.HasTitle property to false. For more about formatting different chart entities, I suggest you to please visit following documentation link.