pperich Posted July 23, 2013 Report Share Posted July 23, 2013 Hello, please could somebody help me in how to set the color of an Axis section thru the API. Thanks! Pablo Quote Link to comment Share on other sites More sharing options...
0 JuanC Posted July 24, 2013 Report Share Posted July 24, 2013 The AxisSection class supports a BackColor property so you can do something like this. axisSection.setBackColor("#FF0000"); Please note that in order for visual properties set through the API to be applied, you should NOT be including jchartfx.css. JuanC Quote Link to comment Share on other sites More sharing options...
0 pperich Posted July 24, 2013 Author Report Share Posted July 24, 2013 Thanks JuanC. I've have noticed that I should not include the CSS and I am setting all the colors thru a API because i am exporting it to an image and when I use the CSS, the exported image appears like a black rectangle. thanks, Pablo Quote Link to comment Share on other sites More sharing options...
Question
pperich
Hello, please could somebody help me in how to set the color of an Axis section thru the API.
Thanks!
Pablo
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.