When setting a StrokeDashArray to a line series and after that zooming (and/or scrolling) - the line loses its dash array and is solid again.
When create a .Net 4.0 WPF project in Visual Studio 2013 and drag the RadCartesianChart from the ToolBox, the version of the Chart.dll is 4.5 Reason for closing the item: The version of Telerik binaries available in the ToolBox could be changed easily trough the Toolbox configurator in Visual Studio. To do this you can follow the steps below: - Open Telerik menu in Visual Studio - Choose “UI for WPF” and then click “Launch Toolbox Configurator” - From the DropDown menu could be changed the .Net framework version of Telerik binaries displayed in the Toolbox
ScatterSeries PointMarks are not centered when they have different size set. You need to set negative margin to center them again. The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.
Missing tick mark on plot area axis (value = 0), when the other plot area axis is not visible. The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.
To reproduce this problem, create a pie chart with only two datapoints. The two values for DataPoint.YValue is "1770399000000" and "100" repectively. The resulting pie chart does not display. Only the labels can be seen. The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.
Tooltips do not appear when there is FlowDirection set to "RightToLeft" of Grid container. The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.
Allow the chart to be put in a "series/item hovered" state by API. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.
First / last series item labels get clipped if they are large enough in some scenarios. REASON FOR DECLINATION This is supported by the new RadChartView (use the ClipToPlotArea property of the series or use a smart labels strategy).
Implement option for automatic layout for axis item labels as the current mechanisms that solve the label overlapping issues with many data points have their limitations: LabelRotationAngle - The desired rotation angle changes based on how many data point REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView (axes have a LabelFitMode and a SmartLabelsMode property).
Add click event for axis items. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView (axes have a LabelTemplate property, use it to customize appearance and handle click).
The chart area is virtually split into a Grid of n rows an m columns. For each cell you can specify a color. REASON FOR DECLINATION This is supported out-of-the-box by RadHeatMap.
The control should be able to automatically distribute the axis item labels on different step levels in order to improve the text visibility of very long axis item labels. Currently this functionality is supported only manually through the AxisX.StepLabelL REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.
RadChart1.DefaultView.ChartLegend.LegendItemStyle = this.Resources["CustomLegendItem"] as Style; does not have effect when it is set on button click. REASON FOR DECLINATION This is supported out-of-the-box by RadLegend.
Add multi-touch support for zoom/scroll, double tap, etc. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.
Stick / CandleStick series types should support item labels for Low, High, etc. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView (use the LabelDefinitions property of the series).
Allow for smooth real time chart panning/scrolling. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.
The user wants the Y axis appear in the right. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.
Separate the style of the AxisStyles.GridLineStyle into MajorGridLineStyle and MinorGridLineStyle REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.
Provide the ability to align all labels to the left or right at a specified margin from the pie chart. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.
Support for multiple X axes on the same chart area. eg: Graphing the amount of products sold, per category, as a bar chart + a line chart showing the cumulative total of products sold over the past year. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.