This is a migrated thread and some comments may be shown as answers.

how to set BubbleChart labels to contain bubble size

1 Answer 33 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Ghasem
Top achievements
Rank 1
Ghasem asked on 25 Dec 2014, 08:17 AM
Hi All, 
In WPF  RadChart , how can I set labels in a BubbleSeriesDefinition, to contain bubble size not yValues.   
Regards

1 Answer, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 26 Dec 2014, 11:23 AM
Hi Ghasem,

You can set the ItemLabelFormat property of the series definition.
<telerik:BubbleSeriesDefinition ShowItemLabels="True" ItemLabelFormat="#BUBBLESIZE" />

You can read about the format expressions here.

Regards,
Petar Marchev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Chart
Asked by
Ghasem
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Share this question
or