Unplanned
Last Updated: 27 Aug 2010 04:35 by ADMIN
More geometries need to be available as marked zones. Additional y axes support also is necessary.
Declined
Last Updated: 26 May 2015 13:06 by ADMIN
Chart: Extend XAxis -- allow arbitrary start value with ticks, placed on round values. Ex. MinValue = 127, MaxValue = 200, Step = 10 -> the ticks should be placed at 130, 140, 150, etc.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView (axes have a TickOrigin property).
Unplanned
Last Updated: 25 Oct 2010 09:22 by ADMIN
ADMIN
Created by: Giuseppe
Comments: 0
Category:
Type: Feature Request
3
In statistics, a moving average, also called rolling average, rolling mean or running average, is a type of finite impulse response filter used to analyze a set of data points by creating a series of averages of different subsets of the full data set.

Giv
Unplanned
Last Updated: 27 Sep 2011 17:36 by Brian
ADMIN
Created by: Sia
Comments: 2
Category:
Type: Feature Request
3
Axis labels need to be styled individually; for example: different axis labels to have different colors.
Unplanned
Last Updated: 02 Dec 2010 07:45 by ADMIN
Minor ticks are not displayed correctly when using logarithmic scale.
Unplanned
Last Updated: 23 Dec 2010 03:15 by ADMIN
Interactivity API does not work in constructor, Loaded and DataBound events.
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: 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.
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 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
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: 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: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: 01 Mar 2011 03:12 by ADMIN
RadChart cannot show tooltips both on chart series and custom grid line.
Unplanned
Last Updated: 03 Aug 2016 10:24 by Jeroen
ADMIN
Created by: Petar Marchev
Comments: 1
Category:
Type: Bug Report
2
When setting a StrokeDashArray to a line series and after that zooming (and/or scrolling) - the line loses its dash array and is solid again.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
Case: Live data scenario in which data comes from the left with step 0.2. The labels should be with step 10 and show only integer labels like this: 0, 10, 20, 30, 40, etc. If the min data at the beginning of the chartarea is 0.6 for example the first label

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView (use the TickOrigin property of the axis).
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Sia
Comments: 0
Category:
Type: Feature Request
2
A horizontal line from the last data point to the end need to be added.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Sia
Comments: 0
Category:
Type: Bug Report
2
Cannot change the ChartLegendItem style run time through the LegendStyle property of RadChart and the LegendItemStyle property of ChartLegend.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Sia
Comments: 0
Category:
Type: Bug Report
2
Having SeriesItemLabel custom style (style2) based on another style (style1), style1 is ignored.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView (use the LabelDefinitions property of the series).
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
The Chart overrides the Colors from the ApplicationTheme no matter of the Theme set through SetTheme method. Ticket ID: 431553.