Unplanned
Last Updated: 01 Mar 2011 03:12 by ADMIN
RadChart cannot show tooltips both on chart series and custom grid line.
Declined
Last Updated: 26 May 2015 13:25 by ADMIN
ADMIN
Created by: Ves
Comments: 0
Category:
Type: Bug Report
3
CustomLine is rendered multiple times when zoom enough in. Setting AutoRange=false and/or SamplingThreshold does not seem to help.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView.
Unplanned
Last Updated: 23 Feb 2011 08:43 by ADMIN
Zooming & Scrolling is incorrect in datasets with clustered data and large gaps between the clusters.
Unplanned
Last Updated: 22 Feb 2011 09:31 by ADMIN
ADMIN
Created by: Sia
Comments: 0
Category:
Type: Feature Request
2
Add support for gridlines and striplines for additional y axis.
Unplanned
Last Updated: 22 Feb 2011 03:24 by ADMIN
ADMIN
Created by: Giuseppe
Comments: 0
Category:
Type: Bug Report
3
There is a design time issue when binding to null collection with series mappings / itemmappings defined in XAML (MVVM).
Declined
Last Updated: 26 May 2015 13:23 by Enrique Albert
Spline series is drawn incorrectly in scenarios where the data points are clustered in several spots along the XAxis with large gaps in-between.
Sample data:
Data Series Sample:
datetime / double:
21/01/2011 12:08:00AM / 10.0
21/01/2011 12:09:00AM / 16.0

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView.
Unplanned
Last Updated: 18 Feb 2011 12:41 by ADMIN
It is currently possible to mousedown in a chart area, leave the RadChart with the mouse, and start interacting with other controls, and the RadChart will still await a mouseup event to stop Zooming / Scrolling. If a RadChart loses focus, it should resolve
Unplanned
Last Updated: 23 Apr 2014 12:56 by ADMIN
Created by: Missing User
Comments: 0
Category:
Type: Bug Report
3
Last AxisX label missing when manual axis range is set (the behavior is not consistent with the automatic axis range).
Unplanned
Last Updated: 18 Feb 2011 11:11 by ADMIN
ADMIN
Created by: Sia
Comments: 0
Category:
Type: Bug Report
1
If you set the following style: 
<Style x:Key="XAxisGridLineStyle" TargetType="Line">
    <Setter Property="StrokeThickness" Value="12" />
    <Setter Property="Stroke" Value="Black" />
</Style>

you get grid lines 50% thinner then the desired (6px).
Unplanned
Last Updated: 03 Aug 2016 10:25 by ADMIN
ADMIN
Created by: Evgenia
Comments: 0
Category:
Type: Feature Request
3
ShowPointMarks property in RangeSeriesDefinition does not work.
Declined
Last Updated: 26 May 2015 14:13 by ADMIN
RadChart1.DefaultView.ChartLegend.LegendItemStyle = this.Resources["CustomLegendItem"] as Style; 
does not have effect when it is set on button click.

REASON FOR DECLINATION
This is supported out-of-the-box by RadLegend.
Unplanned
Last Updated: 24 Jan 2011 06:38 by ADMIN
If the the datetime field is a nullable type, no matter if it has a value, it throws a null reference exception.
Unplanned
Last Updated: 25 Feb 2011 06:20 by philippe
ADMIN
Created by: Giuseppe
Comments: 1
Category:
Type: Feature Request
6
Implement Scatter 3D series type that can plot data again X-Y-Z coordinate system (real Z axis).
Unplanned
Last Updated: 03 Aug 2016 10:25 by ADMIN
ADMIN
Created by: Evgenia
Comments: 0
Category:
Type: Bug Report
2
StrokeDashArray property does not apply to GridLines.
Unplanned
Last Updated: 07 Jan 2011 10:22 by ADMIN
Chart: AxisX should allow a single item with AutoRange =false
Unplanned
Last Updated: 23 Dec 2010 03:15 by ADMIN
Interactivity API does not work in constructor, Loaded and DataBound events.
Declined
Last Updated: 26 May 2015 14:13 by ADMIN
ADMIN
Created by: Giuseppe
Comments: 0
Category:
Type: Feature Request
4
Add multi-touch support for zoom/scroll, double tap, etc.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView.
Unplanned
Last Updated: 21 Dec 2010 04:35 by ADMIN
ADMIN
Created by: Ves
Comments: 0
Category:
Type: Feature Request
1
Chart: Allow AxisItem2D retemplating.
Unplanned
Last Updated: 20 Dec 2010 07:21 by ADMIN
ADMIN
Created by: Giuseppe
Comments: 0
Category:
Type: Feature Request
2
Expose HierarchyManager.Drill(...) method so the user can initiate drill-down action from code.
Unplanned
Last Updated: 20 Dec 2010 07:20 by ADMIN
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).