Provide the ability to align all labels to the left or right at a specified margin from the pie chart. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.
Need to add custom style when exporting RadChart with bar series definition. REASON FOR DECLINATION This is supported out-of-the-box with the new RadChartView.
Slow performance when setting AutoRange = false on Button click with Spline series definition REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView (the new chart offers a much better performance rate).
Add RotationAngle property so series item labels can be rotated wih C# / VB.NET code.
Implement Scatter 3D series type that can plot data again X-Y-Z coordinate system (real Z axis).
Zooming & Scrolling is incorrect in datasets with clustered data and large gaps between the clusters.
enable localization for human readable formats
The options how RadChart draws the pie/doughnut slices need to be extended - there should be a clockwise and anticlockwise direction. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.
Setting the ChartTitle Visibility to Collapsed is not respected when its Content has value. Also binding the Visibility property is being ignored.
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
Implement click events on the series items labels.
Zooming works incorrectly when using AutoRange=true and CollectionIndex. The problem is also observed when dataitems in different series have independent XValues.
Separate the style of the AxisStyles.GridLineStyle into MajorGridLineStyle and MinorGridLineStyle REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.
The developer should be able to change the axis origin location in order to enable scenarios like this one: - Essentially you have a list of negative numbers: 0, -10, -24, -35 and so on. - If you want to show them as positive numbers (pointing upwards), y
The user wants the Y axis appear in the right. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.
When updating the ItemSource, the labels are formatted before the update of all items is completed.
Although the DefaultView property is a dependency property, you cannot create template bindings for it in the RadChart style.
Bindings don't work for axes in the AdditionalAxes collection of the chart area. Wpf only. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.
When two or more range series are used - the range bars are overlapping each other, they are being placed one on top of another instead of being placed next to each other (as is the behaviour with regular bar series). REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.
Chart: Chart is not updated when the IsLogarithmic property of the AxisY changes at run-time. The issue is simply reproduced when the IsLogarithmic changes at run-time and the chart is resized. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.