Hi,
I’m pretty new to Aspose Cells Charts and I’m trying to figure out how to set / do certain things. I’m not sure if there is any documentation or sample which can show me all I want to know, but at the moment, the guessing game has got me quite frustrated.
If you look at the attached Excel sheet’s chart, I want the following :
The Chart’s background should be white so that the white bars will blend in and thus not visible - I tried both _chart.PlotArea.Area.BackgroundColor = Color.White; as well as _chart.ChartArea.Area.BackgroundColor = Color.White; (this one actually changes a lot of this to black ?!?!?)
What is the correct property ?
The vertical descriptions should be totally vertical and not at the current angle. I tried _chart.CategoryAxis.TickLabels.DirectionType = ChartTextDirectionType.Vertical, but that does not seem to work ? Or do I need to enlarge that area and how do I do that ?
Book1.zip (16.3 KB)
Any help would be appreciated to get my issues resolved, and what would be even more helpful would be how does one ‘find’ the setting you want.
Regards,
Alex