More geometries need to be available as marked zones. Additional y axes support also is necessary.
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).
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
Axis labels need to be styled individually; for example: different axis labels to have different colors.
Minor ticks are not displayed correctly when using logarithmic scale.
Interactivity API does not work in constructor, Loaded and DataBound events.
If the the datetime field is a nullable type, no matter if it has a value, it throws a null reference exception.
ShowPointMarks property in RangeSeriesDefinition does not work.
Last AxisX label missing when manual axis range is set (the behavior is not consistent with the automatic axis range).
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
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.
There is a design time issue when binding to null collection with series mappings / itemmappings defined in XAML (MVVM).
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.
RadChart cannot show tooltips both on chart series and custom grid line.
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.
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).
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.
Cannot change the ChartLegendItem style run time through the LegendStyle property of RadChart and the LegendItemStyle property of ChartLegend.
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).
The Chart overrides the Colors from the ApplicationTheme no matter of the Theme set through SetTheme method. Ticket ID: 431553.