This question is locked. New answers and comments are not allowed.
Hi,
I'am developing bar chart. I have a problem when 1 DataSeria and only 1 DataPoint with YValue = 0.
Value "0" doesn't show in "Series Item Label". The property ShowZeroValuesLabels set "true".
When DataSeria or DataPoint more 1 Value "0" show.
Telerik Charting ver 2010.3.1314.1040
I'am developing bar chart. I have a problem when 1 DataSeria and only 1 DataPoint with YValue = 0.
Value "0" doesn't show in "Series Item Label". The property ShowZeroValuesLabels set "true".
When DataSeria or DataPoint more 1 Value "0" show.
Telerik Charting ver 2010.3.1314.1040
4 Answers, 1 is accepted
0
Hello Alexandre,
I tested the setup with the latest version of the control, and the label was shown above the 0 value as expected. You can try the latest version of the control, to verify that the problem is not present. If the issue persists, you can open a formal support ticket, and send us the problematic implementation, for additional review.
Regards,
Yavor
the Telerik team
I tested the setup with the latest version of the control, and the label was shown above the 0 value as expected. You can try the latest version of the control, to verify that the problem is not present. If the issue persists, you can open a formal support ticket, and send us the problematic implementation, for additional review.
Regards,
Yavor
the Telerik team
0
Joël
Top achievements
Rank 1
answered on 15 May 2012, 02:37 PM
Hi,
I'm using the latest Telerik Silverlight Toolkit (RadControls for Silverlight Q3 2011), and the property ShowZeroValuesLabels is no more available in the BarSeriesDefinition class.
How can i achieve the same effect with the latest toolkit release ?
Thanks,
Best regards.
I'm using the latest Telerik Silverlight Toolkit (RadControls for Silverlight Q3 2011), and the property ShowZeroValuesLabels is no more available in the BarSeriesDefinition class.
How can i achieve the same effect with the latest toolkit release ?
Thanks,
Best regards.
0
Hello Joël,
Use the BarSeriesDefinition.LabelSettings.ShowZeroValueLabels property instead.
Regards,
Giuseppe
the Telerik team
Use the BarSeriesDefinition.LabelSettings.ShowZeroValueLabels property instead.
Regards,
Giuseppe
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Joël
Top achievements
Rank 1
answered on 18 May 2012, 09:58 AM
Thank you, it works very well !