Hello EM,
You can create a binding in code behind and bind the SeriesDefinition.ShowItemLabelsProperty to your view model. SeriesDefinition is the base class for all series definitions and ShowItemLabelsProperty is the dependency property that you'll need for the binding expression. You can use BindingOperations.SetBinding(..) helper method to create the binding in code behind. The final code can look like this:
Now the ShowItemLabels is bound to your view model.
Regards,
Yavor Ivanov
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