Jump to content
Software FX Community

jonahsimpson

Members
  • Posts

    1
  • Joined

  • Last visited

jonahsimpson's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi! I'm creating a little WPF control that will allow the user to add series to a chart at runtime. I'm trying to implement this control using MVVM and I can't seem to find a way to set up the bindings on the chart's SeriesAttributesCollection. It seems like this isn't really possible: <cfx:Chart Name="chart1" ItemsSource="{Binding Data}" Series="{Binding Series}"> Is there a recommended way of achieving this kind of functionality or am I missing something? Thanks!
×
×
  • Create New...