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.
Declined
Last Updated: 29 Oct 2020 15:46 by ADMIN
An InvalidCastException is thrown in the Fill/Background property binding in the series' DefaultVisualStyle when the RenderOptions is set to Bitmap or Direct2D.
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: 23 Mar 2018 12:53 by ADMIN
This reproduces when the axis' SmartLabelMode is enabled. For example, set to SmartStep. 

See the attached video.

As a workaround you can disable the smart label mode and manually calculate the range when zooming. You can use its Minimum, Maximum, MajorStep and MajorStepUnit properties.
Unplanned
Last Updated: 26 Jun 2018 14:18 by Dinko
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 2
Category: ChartView
Type: Feature Request
2

			
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

			
Declined
Last Updated: 08 Oct 2018 07:12 by ADMIN
Created by: tree28
Comments: 2
Category: ChartView
Type: Feature Request
2
Please add a feature for justifying the bar series chart so that bar data points can be plotted with a "Left", "Right", or "Center" justification to chart ticks.

An image to describe a "Right" vs "Center" bar justification is provided.
Unplanned
Last Updated: 16 Oct 2018 11:55 by ADMIN
Declined
Last Updated: 26 Sep 2019 13:19 by ADMIN
You can observe the difference between the ChartView and an Excel Chart with the same data in the attached pictures.
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: 24 Mar 2021 14:47 by Brandon
Convert ZIndex property of the series to dependency property
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: 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)
Completed
Last Updated: 04 Apr 2014 13:29 by Telerik Admin
ADMIN
Created by: Petar Marchev
Comments: 1
Category: ChartView
Type: Bug Report
1
Chart is not exported properly when Margin is present.
Completed
Last Updated: 29 Jan 2014 15:27 by ADMIN
Bar series with DateTimeContinuousAxis axis with no MajorStep specified. When you zoom the bars gets to big and does not stay within its tick boundaries.
Completed
Last Updated: 02 Apr 2014 11:47 by ADMIN
When adding two BarSeries in code-behind, the second one is not aligned well on the horizontal DateTimeContiniousAxis. It starts from the beginning of the axis, but not the supposed DateTime.
Completed
Last Updated: 28 Apr 2016 14:16 by ADMIN
Pan/zoom behavior should be configurable whether to execute its logic on right mouse button or left mouse button down.
Unplanned
Last Updated: 03 Jan 2017 20:57 by ADMIN
Implement Label Fit Mode In the polar chart to avoid label overlapping.
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.