Expose public API for hover / highlight interactivity from code (currently hover action is triggered only if you physically move the mouse over the chart item).
Expose HierarchyManager.Drill(...) method so the user can initiate drill-down action from code.
Chart: AxisX should allow a single item with AutoRange =false
StrokeDashArray property does not apply to GridLines.
Add support for gridlines and striplines for additional y axis.
Data binding with non default layout does not work.
Additional axis Title property cannot be set via binding expression in WPF chart.
When RadChart is in ControlTemplate, the legend cannot be collapsed
RadChart throws LayoutCycle exception when setting RangeStart and RangeEnd in ScrollOnly mode. Depends on the size of the chart. See attached project.
Changing IsLogaritmic and AutoRange runtime produces wrong labels. See attached project to reproduce.
Add loading indicator / IsBusy support for RadChart.
Add DateTimeToDoubleConverter so Axis.MinValue / Axis.MaxValue can be set conveniently in XAML as DateTime strings.
Double clicking the slider should toggle between actual range and full range.
Allow toggling the visibility of a series by clicking an item in the legend.
Cannot hide Y axis while leaving striplines visible.
Labels for 0-value data points do not get alternative positions.
Chart: Allow user styles for interactivity features.
The RadChart for Silverlight doesn't show the top value of YAxis when Step = 0.2.
Chart: PlotAreaAxis cannot be altered in non-default layout
Chart: Allow AxisItem2D retemplating.