Is something like this kind of sequence / syntax possible?
binding = new Binding("dateTimeConverterTo"); binding.Source = chart.Resources; chart.HorizontalAxis.SetValue(Axis.LabelFormatProperty, binding); I get a run-time error of 'System.Windows.Data.Binding' is not a valid value for property 'LabelFormat'.