Completed
Last Updated: 08 Jan 2016 12:22 by Louis
Created by: Louis
Comments: 0
Category: ChartView
Type: Feature Request
1
CategoricalSeriesDescriptor.TypePath is not currently bindable. This means this has to point to a property on your DataSource that returns Telerik series types. This breaks the MVVM design model, as the DataSource points to the ViewModel, that should not contain any View specific types. Please provide a bindable alternative, such that a Converter can be applied to supply the View specific types.

Will be available in Q1 2016 Release.
Completed
Last Updated: 09 Dec 2015 14:02 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ChartView
Type: Feature Request
0
Implement series descriptor for the chart's range series


Will be available in Q1 2016 Release.
Completed
Last Updated: 18 Nov 2015 13:37 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: ChartView
Type: Bug Report
0
In scenarios where a series is removed and after that an axis1 is removed, the other axis2 is rendered incorrectly if a series is added and then axis1 is added back.
Completed
Last Updated: 18 Nov 2015 12:25 by ADMIN
The position of non-positive values cannot be determined when using a logarithmic axis (due to the nature of the logarithmic axis, non-positive values are undefined). Currently the chart displays such points as if the value of the point is 1, which is not correct. The chart should not display these values at all.

Completed
Last Updated: 06 Oct 2015 08:01 by Chetan
Knowing where the cursor is and the associated coordinate and data information is critical to really create highly functional finacial chart. It allows the developer to overlay order tools on the chart like trendlines, possibly even enables the end-user to place an order directly from chart.

- Enhance cartesian chart interactivity by enabling the usage of TrackballInfo features without actually showing the trackball e.g. show the OHLC info in the top left corner of the chart (add mouse down/move events as well).
- Enable scenarios that need to pass trackball info to other charts e.g. on chart #1 you want to show trackball info for chart #2 at the same time (knowing the trackball info and coordinates of each chart is critical to syncing the track info of another chart that may be below the main chart as stock would want to see the tracking info for all chart simultaneaously).

Available in Q2 2015 Release.
Completed
Last Updated: 24 Jun 2015 05:41 by Petar
Add support for automatic step calculation for the chart's axes.

Available in Q2 2015 Release.
Completed
Last Updated: 16 Apr 2015 15:09 by ADMIN
Completed
Last Updated: 16 Apr 2015 14:36 by ADMIN
The fix is available in LIB Version 2015.1.0420.
Completed
Last Updated: 25 Mar 2015 12:29 by ADMIN
An exception occurs in the VS designer when a RadPieChart is placed in a RadDocking's RadPane.

The fix is available in Q1 2015 SP Release.
Completed
Last Updated: 19 Mar 2015 13:32 by ADMIN

Available in LIB version: 2015.1.1603
Completed
Last Updated: 11 Feb 2015 16:21 by ADMIN
This can easily be resolved by using a Dispatcher.BeginInvoke to delay the adding of the element. 

The fix is available in LIB Version: 2014.3.1402.
Completed
Last Updated: 27 Jan 2015 14:05 by ADMIN
"Insert" operation is not supported properly for chart series but is handled like "Add" i.e. RadCartesianChart.Series.Insert(0, series) will not result in inserting the series at zero index but internally it will be added to the end of the collection and it will be treated as last series.

Available in version 2014.3.1215.
Completed
Last Updated: 19 Jan 2015 15:30 by ADMIN
Will be available in Q1 2015 Release.
Completed
Last Updated: 08 Jan 2015 09:06 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ChartView
Type: Feature Request
4
Add grid interval property in order to control the number of grid lines with respect to the number of ticks on the axes.
Completed
Last Updated: 08 Jan 2015 08:58 by ADMIN
Currently a grid line is positioned for each tick. Implement grid-line-interval property so that only one in n ticks have an associated grid line.
Completed
Last Updated: 10 Dec 2014 11:15 by Martyn
ADMIN
Created by: Giuseppe
Comments: 3
Category: ChartView
Type: Feature Request
33
Add built-in support for smart series item labels i.e. automatic label arrangment that ensures the labels do not overlap.
Completed
Last Updated: 01 Dec 2014 15:41 by ADMIN
Declined
Last Updated: 24 Nov 2014 14:27 by ADMIN
RadPieChart labels are clipped when RadiusFactor is 1.0
Completed
Last Updated: 19 Nov 2014 17:18 by ADMIN
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.