Completed
Last Updated: 07 Feb 2020 14:26 by ADMIN
Release LIB 2020.1.210 (2/10/2020)
The start point of the MoveAnimation(Top and Left) is not calculated correctly.
Completed
Last Updated: 17 Dec 2019 14:08 by ADMIN
Release LIB 2019.3.1223

The VisualStudio2019 ChartPalette (from Telerik.Windows.Controls.ChartView) throws the below exception when using the Telerik .NET Core assemblies. This does not occur when using the Telerik .NET Framework assemblies.


System.IO.IOException: 'Cannot locate resource 'visualization/palettes/resources/visualstudio2019.xml'.'
StackTrace:
   at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
   at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
   at MS.Internal.IO.Packaging.PackagePartExtensions.GetSeekableStream(PackagePart packPart, FileMode mode, FileAccess access)
   at MS.Internal.IO.Packaging.PackagePartExtensions.GetSeekableStream(PackagePart packPart)
   at System.Windows.Application.GetResourceStream(Uri uriResource)
   at Telerik.Windows.Controls.ChartView.ChartPalettes.LoadPalette(String fileName)
   at Telerik.Windows.Controls.ChartView.ChartPalettes.get_VisualStudio2019()

Unplanned
Last Updated: 11 Dec 2019 13:46 by ADMIN
Created by: aegir
Comments: 0
Category: ChartView
Type: Feature Request
3
Add support for drill-down functionality.
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: 06 Nov 2019 09:10 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ChartView
Type: Feature Request
3
Add ScatterRangeSeries visualization, similar to RangeSeries.
Unplanned
Last Updated: 09 Sep 2019 10:09 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ChartView
Type: Feature Request
7
Implement a feature that allows you to start an animation when the values of a data point are changed. For example, if you change the value on the vertical axis from 5 to 10, a smooth animation updating the visual element should be started.
Unplanned
Last Updated: 15 Aug 2019 06:22 by ADMIN
The stroke property of the PaletteEntry is not respected.
Completed
Last Updated: 02 Oct 2019 08:48 by ADMIN
Release LIB 2019.3.1007

When you set the Palette property to a new instance of ChartPalette in XAML, a NullReferenceException is thrown. This happens when you click inside the chart control in the Visual Studio designer.

The exception reproduces only if the "Miscellaneous" category in the "Properties" pane of Visual Studio is expanded.

To work this around, set the Palette property in code:

C#:

public MainWindow()
{
    InitializeComponent();
    this.chart.Palette = (ChartPalette)this.Resources("cpBarChart");
}

VB.NET:
Sub New()
    InitializeComponent()
    Me.chart.Palette = DirectCast(Me.Resources("cpBarChart"), ChartPalette)
End Sub

 

 

Unplanned
Last Updated: 16 May 2019 08:49 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ChartView
Type: Feature Request
1
Currently, the PanZoomBar is not themed across the themes. Consider improving this by applying different colors to the Thumbs based on the applied theme.
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.
Completed
Last Updated: 17 Apr 2019 10:09 by ADMIN
Release LIB 2019.1.415 (04/15/2019)
The ToolTip behavior respect how the series are added to the chart. Setting ZIndex property to reorder them will not be respected by the ToolTip.
Completed
Last Updated: 21 Feb 2019 11:20 by ADMIN

When you change series datapoints and then play ChartRevealAnimation the following InvalidOperationException might occur:

 Cannot call the ClockController.SkipToFill method for a Clock that has a Duration or RepeatDuration of Forever, because this Clock will never reach its fill period.
=====
Workaround:
You can try calling PlayAnimation in Dispatcher:

  Dispatcher.BeginInvoke(new Action(() =>
            {
                this.LineSeries1.PlaySeriesAnimation();
            }));

Declined
Last Updated: 29 Jan 2019 12:47 by Maciej
Currently, the control relies on its IsLoaded property to determine if it should render its items (axes, data points, annotations, etc.). However, if you measure and arrange the control in code without adding it into the visual tree, the IsLoaded property is not set to True, therefore the chart is not rendered and the image gets empty.

Original description
----------------------------------

Title: RadCartesianChart incorrecly rendered

We're rendering (Telerik) charts in code behind, to include them in a dynamic documentation.

For most controls it works fine - using standard methods (rendering control with System.Windows.Media.Imaging.RenderTargetBitmap and saving the result BitmapSource to disk)

However, it's impossible with RadCartesianChart with CategoricalSeriesDescriptor or ChartSeriesDescriptor. What we are able to get are axes and descriptions, but not bars.

I'm attaching an example - MainWindow displays a chart. I try to also create the chart in code behind. 
In CreateAndSaveChart() method I create a chart with a DataContext, then I call Measure and Arrange methods on it. At this stage the control should be properly initialized and ready to render. (For simplicity I omit rendering control with RenderTargetBitmap - you can preview the control with WPF Tree Visualizer, which will give you the same result). Well, if you preview the control at this stage, you'll see that the chart is missing bars. 
Next I create a new Window with my chart as a content, and display it for a while. Now the chart is fully and correctly rendered. As a workaround we display some Telerik chart in a transparent window to fully render, but such a workaround was reported not to work for some clients and is unacceptable in a long run. With most of Telerik charts we don't have such problems.

Other issue:
- for other Telerik charts we need to wait a few seconds to have it fully rendered. It's be better to have an event informing that the control is ready. 

I'll be happy to add more details if you need any.

* While experimenting with the example I've suddenly managed to render the chart with bars, but this time the rendered size was incorrect (very small)
Unplanned
Last Updated: 16 Oct 2018 11:55 by ADMIN
Unplanned
Last Updated: 12 Mar 2019 14:39 by ADMIN
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.
Completed
Last Updated: 30 Jan 2019 15:16 by ADMIN
If you define the chart in a new window and open it from the app main window, and then close the window, the chart stays in memory. This is reproducible only in a data binding scenario - the ItemsSource of the chart series should be set to a ObservableCollection<T>. 

Additionally, the collection bound to the ItemsSource of the series should be still alive. For example, it can be defined in the view model of the main window that opens the window with the chart.

To resolve this you will need to set the ItemsSource of all chart series in the window to null.

Scheduled for:
The fix for this issue will be available with LIB (version 2019.1.204) scheduled for publishing on Monday, 4th February 2019.
Declined
Last Updated: 04 Jul 2018 10:21 by ADMIN
      How can I hide the point in the lineSeries with the large data,and then zoom in by mousewheel,the point can be show in the lineSeries,when zoom out again,the point can be hide.
     Because with large data in a view,if show the point, the lineSeries's performance is poor,and the details area is not necessary,only when zoom in,we hope to show the point.
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

			
Completed
Last Updated: 14 Jun 2018 05:26 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 1
Category: ChartView
Type: Bug Report
0
On a desktop device the tooltip is shown when the mouse enters the data point's visual element. On touch device the tooltip should be displayed when you tap (or tap and hold) on the visual element. Currently, this doesn't work. 

To work this around you can implement custom tooltip behavior using RadToolTip and TouchManager.

https://docs.telerik.com/devtools/wpf/controls/radtooltip/overview

https://docs.telerik.com/devtools/wpf/controls/touchmanager/overview