Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
Numeric axes should be able to specify their PlotMode as categorical axes do (currently numeric axes use hardcoded OnTicks plot mode).
Unplanned
Last Updated: 18 Jun 2018 10:17 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 0
Category: ChartView
Type: Feature Request
2

			
Unplanned
Last Updated: 16 Oct 2018 11:55 by ADMIN
Unplanned
Last Updated: 03 Jan 2017 21:12 by ADMIN
Depending on the zoom level and height of chart, sometimes the first (bottom) label of the chart is not rendered when the vertical axis is a categorical one and the plot mode is BetweenTicks or OnTicksPadded. 
Unplanned
Last Updated: 05 Jan 2017 11:08 by ADMIN
PlotArea occasionally stops refreshing in live data scenario with asynchronous updates (multithreading).
Unplanned
Last Updated: 31 Jan 2017 06:44 by ADMIN
Allow to track points that intercept vertical line from mouse position (as now)  or points that intercept horizontal line from mouse position.
So allow to choose TrackDirection = Horizontal/Vertical

Thanks.
marc.
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Peshito
Comments: 0
Category: ChartView
Type: Feature Request
2
Add grid line style selector
Unplanned
Last Updated: 20 Mar 2018 15:19 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 2
Category: ChartView
Type: Feature Request
2

			
Unplanned
Last Updated: 28 Jul 2017 11:50 by ADMIN
The exception is reproduced only if the Visibility is initially bound to a property that returns Collapsed.

This can be reproduce with the chart indicators that derives from LineIndicatorBase. For example, MovingAverageIndicator or MomentumIndicator.

To resolve this you can bind the Opacity property instead of Visibility.
Unplanned
Last Updated: 21 Jun 2017 11:08 by ADMIN
This is reproducible only when the chart's automation peers are used. For example, they are used by default when you use the chart on a touch screen. Or when an accessibility tool is used on the application with the chart.

You can work it around by disabling the auto peers (http://docs.telerik.com/devtools/wpf/common-ui-automation).

AutomationManager.AutomationMode = AutomationMode.Disabled;
Unplanned
Last Updated: 02 Feb 2017 12:19 by ADMIN
The exception is reproducible when the chart contains series with RenderOptions=Direct2DRenderOptions.

The error message is:

HRESULT: [0x8876086A], Module: [SharpDX.Direct3D9], ApiCode: [D3DERR_NOTAVAILABLE/NotAvailable], Message: Unknown
Unplanned
Last Updated: 13 Jan 2017 13:53 by ADMIN
Some of the data points plotted in the chart are not positioned as expected in a scenario with DateTimeContinuousAxis with SmartLabelsMode=SmartStep and PlotMode=OnTicksPadded or BetweenTicks.
Unplanned
Last Updated: 15 Aug 2019 06:22 by ADMIN
The stroke property of the PaletteEntry is not respected.
Unplanned
Last Updated: 08 Nov 2019 15:39 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ChartView
Type: Feature Request
2

Add a mechanism that allows the chart to process only the data within the viewport. This should improve the memory footprint and the performance of the chart in scenarios with big number of data points.

Unplanned
Last Updated: 03 Jan 2017 21:22 by Magnus
Create  a chartview with a linear axis, set minvalue to 2014-11-21, max = 2014-11-24, create a series with only one datapoint with a date=2014-11-23.
The barchart graph will show a nice bar, but the X-axis will show you 2014-11-21, although the datapoint is for 2014-11-23!
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/
Unplanned
Last Updated: 24 Mar 2021 14:47 by Brandon
Convert ZIndex property of the series to dependency property
Unplanned
Last Updated: 16 Nov 2022 13:48 by Ashraf
The series are not rendered as expected when using Direct2DRenderOptions and hiding labels (by setting the LabelInterval, SmartLabelsMode or via a different approach)
Unplanned
Last Updated: 08 Oct 2021 08:49 by ADMIN
The RadCartesianChart's series allows you to provide a collection of primitive types (like List<int>) to its ItemsSource which will render a proper chart, as shown in the Create Data-Bound Chart article. 

Currently, this is not supported if you use the sampling feature of the chart (ChartDataSource). ChartDataSource can't work with collections with primitive types. Add support for this.
Unplanned
Last Updated: 05 Jul 2024 10:17 by Martin Ivanov
The feature needs to cover functionality as follows: The logarithmic axis has an exponent step (1, 10, 100, 1000) and the current ticks support of the axis only plots evenly distributed ticks. Clients, however, sometimes need to display unevenly distributed ticks (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, and so on).