Reproducible only with Visual Studio 2015. To work this around enable the Managed Compatibility Mode of the VS 2015 debugger. See the attached image (set-use-managed-compatibility-mode.png).
When the item's value is zero - the label is not placed correctly (LabelDisplayMode="Outside"). It is being placed as "Inside". A work-around: to set LabelDisplayMode="Inside" Distance="-20".
RadChart throws an exception when placed inside the page content of a WPF FixedDocument ("FixedDocument is not a Visual or Visual3D").
The exception is thrown on "OrderViewModel" of the FirstLook demo.
Changing IsLogaritmic and AutoRange runtime produces wrong labels. See attached project to reproduce.
LegendItems don't get colors from PaletteBrushes if defined on ChartArea
RadChart throws LayoutCycle exception when setting RangeStart and RangeEnd in ScrollOnly mode. Depends on the size of the chart. See attached project.
When RadChart is in ControlTemplate, the legend cannot be collapsed
When you make the window very small in height and then revert it back to normal size the Pie connectors are gone.
From Ticket ID 464372. An exception is thrown ( in the output ) when saving the image.
Two RadPanes and two Charts in each. The Legend in the first is show as expected, but in the second - there are no Legend Items.
Chart: SeriesMappings are not associated with the corresponding ChartArea on update. THis happens only in non-default layout scenarios.
In live data scenario when new items are added old items are scrolled smoothly to the left/right and only the portion of the line on the newly added item in the collection is updated.
Additional axis Title property cannot be set via binding expression in WPF chart.
Updating AxisY.IsLogrithmic dynamically does not produce correct results when AutoRange = false.
See attached app to reproduce. Steps : 1. Collapse the PlotAreaAxis of the additional Y axis ( second button click ) 2. Set a manual range for the additional Y axis ( first button click ) 3. Make the PlotAreaAxis visible again ( second button click ) => t
Data binding with non default layout does not work.
Setting the ChartTitle Visibility to Collapsed is not respected when its Content has value. Also binding the Visibility property is being ignored.
Chart - properties are not bound correctly when chart is in DataTemplate.
Upgrade the visual appearance of our selection and hover interactivity to make them more visible.