Is there a way to set plot band annotations dynamically from C# code behind instead of from XAML?
The examples demonstrate the XAML approach, for instance,
<telerik:CartesianPlotBandAnnotation Axis="{Binding ElementName=chart3HAxis}" To="3/2/2014" From="3/4/2014" />
but how to accomplish the sample thing using code behind, dynamically.
The examples demonstrate the XAML approach, for instance,
<telerik:CartesianPlotBandAnnotation Axis="{Binding ElementName=chart3HAxis}" To="3/2/2014" From="3/4/2014" />
but how to accomplish the sample thing using code behind, dynamically.