Remove category name on bar chart

Hello Aspose,

I would like to remove the category name on the bar chart. What is the best way to do this?

Thanks

John

Hi John,


Thanks for inquiring Aspose.Slides.

I have observed the requirement shared. Can you please share the requirement in the form of snapshot that what you want to delete and I will try to help you further.

Many Thanks,

Sure. Attached is a example.Basically,I want to remove category 1-category 5 on the chart. John

Hi John,

I have observed the requirement shared. Please try using the following line in your sample code to serve the purpose. Please share if I may help you further in this regard.

chart.getCategoryAxis().isVisible(false);

Many Thanks,