Declined
Last Updated: 14 Nov 2014 17:52 by ADMIN
Created by: Louis
Comments: 2
Category: ChartView
Type: Feature Request
1
It would be very useful if Charts would support multiple SeriesProviders to be able to plot data of different types without having to artificially consolidate them into a single list with the charting attirbutes exposed via the same properties.
Completed
Last Updated: 10 Oct 2019 10:36 by ADMIN
Release LIB 2019.3.1007
ADMIN
Created by: Petar Marchev
Comments: 1
Category: ChartView
Type: Bug Report
2

			
Completed
Last Updated: 29 Mar 2022 14:36 by ADMIN
Release LIB 2022.1.314 (14/03/2022)
ADMIN
Created by: Petar Marchev
Comments: 1
Category: ChartView
Type: Feature Request
6

			
Unplanned
Last Updated: 03 Jan 2017 21:10 by ADMIN
Workaround:
The issue is caused by the MajorTickInterval property, so one way to go is to remove this setting and use the LabelInterval instead. This will plot more ticks than before, but should eliminate the label clip. If the number of ticks bothers you, you can set the MajorTickLength property of the axis to 0 (so that the ticks are not visible) and use a LabelTemplate in which you will include a label and a tick. 

Another, simpler, work-around is to set a right margin of the chart and set the ClipToBounds property of the chart to false.
Unplanned
Last Updated: 03 Jan 2017 21:10 by ADMIN
Implement an indication for negative areas in a single AreaSeries/RangeSeries. For example the negative areas to be drawn in one color and the positive areas in another.

For more information on the visual representation you can take a look at the following blog post:
http://peltiertech.com/area-chart-invert-if-negative/
Completed
Last Updated: 04 Feb 2016 12:46 by ADMIN
A NullReferenceException is thrown when the Visibility of a CartesianCustomAnnotation  is initally set to Collapsed in XAML
Completed
Last Updated: 19 Jan 2016 09:29 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ChartView
Type: Feature Request
0
Allow Area ( and ScatterArea ) series origin to be set at a number, different than 0.

Available in Q1 2016 Release.
Completed
Last Updated: 15 Oct 2014 14:36 by ADMIN
The StrokeDashArray property is no applied when you set it on the Path element in the StrokeShapeStyle of a line series

Fixed in Q3 2014
Completed
Last Updated: 04 Feb 2016 15:34 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: ChartView
Type: Bug Report
1
A design time exception may be thrown in certain scenarios.
Completed
Last Updated: 14 Oct 2014 09:04 by ADMIN
Missing annotation when the chart is placed inside TabControl and its PanZoomBars are collapsed through an implicit style. The annotation is displayed after resize or any other action that triggers redrawing of the control.

As a side note, this behavior occurs only if there is no pan and zoom behavior added in the Behaviors collection of the chart.

Fixed in Q3 2014
Completed
Last Updated: 28 Apr 2016 14:17 by Marco
ADMIN
Created by: Pavel R. Pavlov
Comments: 1
Category: ChartView
Type: Feature Request
0
Add support for bubble series.
Completed
Last Updated: 28 Aug 2014 14:24 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: ChartView
Type: Feature Request
0
Fix is available in LIB version 2014.2.0901
Completed
Last Updated: 13 Oct 2014 13:45 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: ChartView
Type: Bug Report
1
If you set the PolarAxis.Maximum property to value which is equal to or less than the smallest value of a series, a DevideByZero exception is thrown.

Fixed in Q3 2014
Completed
Last Updated: 28 Apr 2016 14:17 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ChartView
Type: Feature Request
0
Implement RangeSplineAreaSeries
Completed
Last Updated: 04 Feb 2016 12:45 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: ChartView
Type: Bug Report
0

			
Completed
Last Updated: 26 Aug 2014 12:45 by John
ADMIN
Created by: Pavel R. Pavlov
Comments: 3
Category: ChartView
Type: Bug Report
2
When the ItemsSource of a series is replaced with new collection, the labels of the old series are not cleared.

Fixed in LIB version: 2014.2.714
Unplanned
Last Updated: 03 Jan 2017 20:23 by ADMIN
Completed
Last Updated: 04 Feb 2016 13:26 by ADMIN
Available in 2014 Q3 release.
Completed
Last Updated: 15 Oct 2014 13:30 by ADMIN
Created by: Ivan
Comments: 4
Category: ChartView
Type: Bug Report
3
In a chart that displays more than one series, it would great to be able to turn on/off the trackball feature on a per-series basis. (Currently, suppressing the display of data for a given series doesn't prevent the trackball from snapping to points on that series - a weird experience for the user.
Completed
Last Updated: 26 Aug 2014 08:27 by ADMIN
When the LabelTemplate property of the chart's axis is changed at runtime the labels are not resized and they overlap the plot area if they are too long.

Fixed in 2014.2.0630 LIB