How do I apply a label column to the ticker markers on the x-axis? I've tried setting the column via the dataMapping property using markerCaption and label, but I see now results. I also can't hard code the ticker markers since they're dependent on the data.
Any help is appreciated. Thanks!
-Kris
Hello, Kris!
Applying label column happens by using the </ig:tickMark> tag. I've tried to bind the labels that should be displayed with the bean this way
<ig:tickMark value="0" tickCaption="#{source.axisLabel}" ></ig:tickMark>
and it worked. I'd appreciate if you send us some examples of your code so that we could be more precise in our answer.
--Bozhidar