Hi Ron Montecalvo,
Here's a suggestion. You can sum the YValues in
ItemDataBound event handler. Then, in
DataBound event handler calculate the threshold (ex. sum = 47, 2% threshold would be 0.94), then loop on all the items, compare the YValue to the threshold and hide the label.
And alternative approach would be to set the
Name property of the
ChartSeriesItem in
ItemDataBound. The value set to this property will appear in the legend. This way you can hide all the labels and have all the values displayed in the legend.
Best regards,
Ves
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.