Unplanned
Last Updated: 03 Aug 2016 10:25 by Shrinivas
ADMIN
Created by: Evgenia
Comments: 1
Category:
Type: Bug Report
4
Two DataSeries with one DataPoint each where the YValue is 0. The Label for the first one is set to custom string and the Label for the second one as white space string " ". As a result both labels do not appear.
Unplanned
Last Updated: 21 Oct 2013 02:08 by ADMIN
When using a MarkedZone in the chart and than try to change dynamically the theme €“ it throws an InvalidOperationException
Declined
Last Updated: 26 May 2015 14:14 by Dean Wyant
ADMIN
Created by: Giuseppe
Comments: 1
Category:
Type: Feature Request
4
Implement option for automatic layout for axis item labels as the current mechanisms that solve the label overlapping issues with many data points have their limitations:

LabelRotationAngle - The desired rotation angle changes based on how many data point

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView (axes have a LabelFitMode and a SmartLabelsMode property).
Declined
Last Updated: 26 May 2015 14:14 by ADMIN
The control should be able to automatically distribute the axis item labels on different step levels in order to improve the text visibility of very long axis item labels. Currently this functionality is supported only manually through the AxisX.StepLabelL

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView.
Declined
Last Updated: 26 May 2015 14:14 by ADMIN
ADMIN
Created by: Velin
Comments: 0
Category:
Type: Feature Request
4
The chart area is virtually split into a Grid of n rows an m columns. For each cell you can specify a color.

REASON FOR DECLINATION
This is supported out-of-the-box by RadHeatMap.
Declined
Last Updated: 26 May 2015 14:14 by Selvakumar Savarimuthu
ADMIN
Created by: Giuseppe
Comments: 1
Category:
Type: Feature Request
4
Add click event for axis items.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView (axes have a LabelTemplate property, use it to customize appearance and handle click).
Declined
Last Updated: 26 May 2015 14:13 by Jamshed Rahman
ADMIN
Created by: Vladimir Milev
Comments: 1
Category:
Type: Feature Request
4
Allow for smooth real time chart panning/scrolling.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView.
Declined
Last Updated: 26 May 2015 14:13 by ADMIN
Stick / CandleStick series types should support item labels for Low, High, etc.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView (use the LabelDefinitions property of the series).
Unplanned
Last Updated: 06 Sep 2010 04:45 by ADMIN
Keep the underlying data item for sampling functions like First, Last, Min and Max.
Declined
Last Updated: 26 May 2015 14:15 by Otávio
ADMIN
Created by: Giuseppe
Comments: 5
Category:
Type: Bug Report
4
First / last series item labels get clipped if they are large enough in some scenarios.

REASON FOR DECLINATION
This is supported by the new RadChartView (use the ClipToPlotArea property of the series or use a smart labels strategy).
Unplanned
Last Updated: 10 Sep 2010 06:32 by ADMIN
Dragging pie slices is not supported at present. The current implementation hooks the MouseLeftButtonDown event to manage the visual transition from selected to unselected state and vice versa. So it is not possible to integrate with other solutions where 
Declined
Last Updated: 26 May 2015 14:15 by ADMIN
ADMIN
Created by: Ves
Comments: 0
Category:
Type: Feature Request
4
Allow the chart to be put in a "series/item hovered" state by API.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView.
Unplanned
Last Updated: 08 Aug 2016 09:06 by ADMIN
ADMIN
Created by: Evgeni "Zammy" Petrov
Comments: 0
Category:
Type: Feature Request
4
In Charts with many Y-Axis, it would of great help to link the interaction features of the series with the Y-Axis it is mapped against, basically dimming/hiding the other Y-Axis. It would make it easier for users to find the Axis the series belongs to.
Unplanned
Last Updated: 02 Dec 2010 04:53 by ADMIN
Chart series always show 0 values when bound to a dynamic object

See attached project
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.
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.
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
When KeepExtremes sampling function is used, EmptyPointBehavior.Gap and EmptyPointBehavior.Drop settings are ignored and points appear as if EmptyPointBehavior.Zero is used.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
Provide access to RadChart in ItemTooltipOpening/Closing event.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
DateTime-specific group descriptors (ChartMonthGroupDescriptor, ChartYearGroupDescriptor, etc.) not working with nullable DateTime field type.

You can work around this issue by using plain ChartGroupDescriptors instead. For example if you wanted to use ChartMonthGroupDescriptor, you can achieve the same effect by exposing the Month field of the DateTime> as a int? read-only property on your business object, and then you will be able to properly group by the newly created integer field.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
Area fill is not set correctly when IsZeroBased is false. This is visible when LinearGradientBrush is used.