Jump to content
Software FX Community

djsmith

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by djsmith

  1. Thanks Juan. I'm actually looking for something a little simpler than that even. Is it possible for me to set the chart1.LegendBox.ItemsAttributes through XAML? chart1.LegendBox.ItemAttributes[chart1.Series].Template = ( DataTemplate) FindResource("CheckableLegend");We're not using code-behind for our bindings or anything.
  2. When I set the SeriesAttributes Visibility property to Visibility.Hidden, the Legend doesn't reflect the series being hidden? Is there a way to do this?
×
×
  • Create New...