Completed
Last Updated: 09 Mar 2023 06:43 by ADMIN
Release R1 2023
Created by: Marea
Comments: 5
Category: ChartView
Type: Feature Request
8
I would like to be able to create a histogram where both the x and y axis are linear series and where I can specify the start and end position of each bin (not just one). Previously described workarounds include using StepLineSeries and bar series which cannot have two linear series. I cannot use a scatter plot series as they do not provide the step-wise look of the histogram.  Please add this support! 
Completed
Last Updated: 04 Nov 2022 13:38 by ADMIN
Release R2 2022
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 0
Category: ChartView
Type: Feature Request
2

			
Completed
Last Updated: 18 Oct 2022 05:46 by ADMIN
Release R1 2023
ChartView: Add support for axes rendering, when no data is available

As a workaround add a series with one point and set its color to transparent.

<telerik:ScatterLineSeries XValueBinding="."
                  YValueBinding="."
                  Stroke="Transparent">
    <telerik:ScatterLineSeries.ItemsSource>
        <x:Array Type="system:Int32">
            <system:Int32>0</system:Int32>
        </x:Array>
    </telerik:ScatterLineSeries.ItemsSource>
</telerik:ScatterLineSeries>
Completed
Last Updated: 05 Aug 2022 09:19 by ADMIN
Release R3 2022
ADMIN
Created by: Peshito
Comments: 1
Category: ChartView
Type: Feature Request
13
Support for displaying error bars
Completed
Last Updated: 14 Jun 2022 11:45 by ADMIN
Release R2 2022 SP1
Add the option for having separate PanZoomBars for each axis, so the user can scroll/zoom each axis independently from the other axes.
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

			
Completed
Last Updated: 01 Sep 2021 10:45 by ADMIN
Release R3 2021
ADMIN
Created by: Giuseppe
Comments: 4
Category: ChartView
Type: Feature Request
11
Add support for BoxPlot series type either through enabling extensibility of the CandlestickSeries type, or through providing new built-in BoxPlot series type.
Completed
Last Updated: 09 Jun 2020 08:20 by ADMIN

It appears the ChartView is also affected by the same SharpDX issue that affected the RadWebCam when it is used over Remote Desktop. 

A simple test of any series will replicate the issue. If it is being used via Remote Desktop, the series will not render.

Completed
Last Updated: 17 Jan 2019 11:27 by ADMIN
If two or more data points from the same series have the same X value - it should be possible to show information for all of these data points in the track ball.


This feature is available with our latest official version - R1 2019.
Completed
Last Updated: 11 May 2018 05:52 by ADMIN
ADMIN
Created by: Giuseppe
Comments: 1
Category: ChartView
Type: Feature Request
3
Add support for chart series animations.
Completed
Last Updated: 13 Sep 2017 12:50 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: ChartView
Type: Feature Request
2
Expose RadFunnelChart and RadFunnelSeries for displaying funnel-like segments. They are usually used for visualizing stages in sales / marketing processes. 

Available in R3 2017 Official Release Version.
Check what's new in R3 2017 here: 
http://www.telerik.com/support/whats-new/wpf/release-history/ui-for-wpf-r3-2017
Completed
Last Updated: 25 May 2017 10:18 by Sathya
ADMIN
Created by: Peshito
Comments: 5
Category: ChartView
Type: Feature Request
22
Introduce Annotations ItemsSource property

Available in Release Version Q1 2016.
Completed
Last Updated: 09 Nov 2016 11:18 by Niall
Currently when sampling is used to generate the data points, the DataItem property of the DataPoint is null and there is no way to find out which data items have been used to generate the data point. A new property can be introduced (DataItems) which can contain the data items in mind.

Available in R1 2017 Release
Completed
Last Updated: 28 Oct 2016 08:52 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 0
Category: ChartView
Type: Feature Request
1
Add support for 3D Series Type in RadChartView.

A RadCartesianChart3D was introduced with R3 2016. You can use its BarSeries3D to easily achieve the Manhattan chart visualization.

See the documentation: 
http://docs.telerik.com/devtools/wpf/controls/radchartview3d/overview
See the SDK examples: 
https://github.com/telerik/xaml-sdk/tree/master/ChartView3D/WPF
See the demos: 
https://demos.telerik.com/wpf/
Completed
Last Updated: 20 Sep 2016 10:20 by Yang
ADMIN
Created by: Evgenia
Comments: 2
Category: ChartView
Type: Feature Request
5
Add support for 3D Surface Series Type.

This feature is now available as part of the ChartView control since R3 2016 Official release. Refer to the link below for more information.
http://docs.telerik.com/devtools/wpf/controls/radchartview3d/series/surfaceseries3d.html
Completed
Last Updated: 20 Sep 2016 10:20 by ADMIN
ADMIN
Created by: Peshito
Comments: 2
Category: ChartView
Type: Feature Request
4
Add support for 3D Surface Series Type.

This feature is now available as part of the ChartView control since R3 2016 Official release. Refer to the link below for more information.
http://docs.telerik.com/devtools/wpf/controls/radchartview3d/series/surfaceseries3d.html
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 Apr 2016 14:17 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ChartView
Type: Feature Request
0
Implement RangeSplineAreaSeries
Completed
Last Updated: 28 Apr 2016 14:17 by ADMIN
ADMIN
Created by: Yavor
Comments: 3
Category: ChartView
Type: Feature Request
8
Add RangeSeriesDescriptor
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.
1 2