Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Tue Dec 24, 2019 10:18 am

how to remove chartTitleArea in a barChart with spire.xls package?

standheo
 
Posts: 24
Joined: Mon Oct 08, 2018 11:13 am

Wed Dec 25, 2019 3:46 am

Hi,

Thanks for your inquiry.
Please use the code below to remove the chartTitleArea of a chart in Excel file.
Code: Select all
            chart.ChartTitleArea.Text = "";

Best wishes,
Amber
E-iceblue support team
User avatar

Amber.Gu
 
Posts: 525
Joined: Tue Jun 04, 2019 3:16 am

Wed Dec 25, 2019 5:19 am

This code works, thank you very much!

standheo
 
Posts: 24
Joined: Mon Oct 08, 2018 11:13 am

Wed Dec 25, 2019 5:53 am

Hi,

Thanks for your feedback.
Any question, welcome to contact us.

Best wishes,
Amber
E-iceblue support team
User avatar

Amber.Gu
 
Posts: 525
Joined: Tue Jun 04, 2019 3:16 am

Return to Spire.XLS