Is there a way to control the label connectors through binding or otherwise? It seems the datacontext for the connector is the same bound object as the chart and not the point. (RadCartesianChart) I'd like to selectively hide labels with a datatemplate but the connectors remain.
Another approach could be to bind to the showlabels on the line series but this isn't a dependency property.
0
Petar Marchev
Telerik team
answered on 02 May 2014, 08:47 AM
Hi Mike,
In RadCartesianChart the connectors for a single series are drawn by a single Path, so you can either hide all of them or show them all. You should be able to achieve this with the LabelConnectorsSettings property, or as you mentioned the ShowLabels property. I just verified that the ShowLabels is a dependency property defined in the base ChartSeries class. Let us know if we can be of further help.
Regards,
Petar Marchev
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.