Hi,
I have a very important problem with the Axis. The first value of both the Category and Series axis is shown incorrectly. I can only see half of the first label. It is very important for me to see all the values correctly. Is there any solution to this problem?
Thanks.
If your value starts from 0 and ends at 100, you can use this:
valueAxis.setMinimumValue(-10.0f); valueAxis.setMaximumValue(110.0f);
It is very simply, i use it.
Zollie
Hello Ignacio,
As Zollie has suggested, setting the min and max values for a numeric axis would allow the value labels to be displayed fully. For category axes however, positioning the labels in a manner in which they are not cut-off does not seem to be available at the moment. It may help to reduce the label text size a bit though:
categoryAxis.setLabelTextSize(10.0f);
I have submitted a product idea on your behalf regarding the ability to configure and position the chart's label being added in the future and have sent it directly to our Product tema. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development, you will be notified at that time. Your reference number for this product idea is PI13010090.
If you would like to follow up on your product idea at a later point, you may contact Developer Support management via email. Please include the reference number of your product idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.