Hi, I have a stacked bar chart that I have created as described above, but I can't get the labels to display correctly. If I use the ax.AnnoMethod = AnnotationMethodEnum.ValueLabels; option the axis labels disappear completely. If I choose the ax.AnnoMethod = AnnotationMethodEnum.Values; option,...