Page 1 of 1

Bar Chart Self-stacked. Value on bottom axis

Posted: Thu Oct 06, 2022 5:47 am
by 16586540
I use bar charts in Self-Stack mode to display rock types in a well. However, the bottom axis always shows the first alphabetically-sorted rock type in the well. There is an example in Tee9New|All Features|Chart Styles|standard|Bar|Self Stacked (the word "Cars"). I do not want to show anything on the bottom axis. have looked through the code but cannot see why the value is placed on the axis.

Re: Bar Chart Self-stacked. Value on bottom axis

Posted: Thu Oct 06, 2022 11:09 am
by yeray
Hello,

When the axis LabelStyle is set to talAuto (as per default) and the series has labels defined, the axis shows the first label from the first series. This is per design.
If you want to change it, you have several options. You can change the axis LabelStyle, you can hide the axis labels, you can set custom axis labels,...