Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Displaying labels on X-Axis
posted

 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 


  • 1579
    posted

    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