I have an sfChart which uses several StackingColumnSeries to create a display like what is seen below:
In order to get the label on top of the chart, I had to use a labeltemplate for the chart adornment. Is this the correct approach? I ask because I'm running into an issue which can be seen below, where the label is occasionally cut off (this only seems to happen for the chart on the left side by the way):
I'm not sure how to get the column to adjust so it's not up against the edge (and therefore not displaying the label). Thanks.