Add the ability to select multiple series items through UI drag selection.
Using AddRange to add new DataPoints results in incorrect positioning for the new items. They appear as if XValue = 0, although they have valid XValues. The problem appears when adding DataPoints with Suspend/ResumeNotifications too.
Upgrade the visual appearance of our selection and hover interactivity to make them more visible.
Marked zones do not appear if there is a line series with only one point. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.
Updating AxisY.IsLogrithmic dynamically does not produce correct results when AutoRange = false.
When RadChart displays only one bar with small value and the YAxis has big manual range, the bar's label is not visible. If you display more than one bar, reduce the YAxis manual range or increase the size of the ChartArea, the bar label will be drawn. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView.
In live data scenario when new items are added old items are scrolled smoothly to the left/right and only the portion of the line on the newly added item in the collection is updated.
When zooming in/out, the MajorGridLines of the AxisX disappear. This issue is not always reproducible. REASON FOR DECLINATION This is supported by the new RadChartView.
RadChart throws an exception when placed inside the page content of a WPF FixedDocument ("FixedDocument is not a Visual or Visual3D").
When the item's value is zero - the label is not placed correctly (LabelDisplayMode="Outside"). It is being placed as "Inside". A work-around: to set LabelDisplayMode="Inside" Distance="-20".
When the chart is created in code behind and not attached to the visual tree - ExportToImage produces incorrect output, such as missing series and axis lines. REASON FOR DECLINATION This is supported by the new RadChartView by manually measuring and arranging it prior to export.
this.RadChart1.DefaultView.ChartArea.DataSeries[0].Definition.PointMarkItemStyle = pointmarkStyle; does not have effect when set on button click. REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView (use the DefaultVisualStyle or PointTemplate properties of the series).
Implement Box and Whisker 2D (boxplot) type in RadChart.
Add more google financial style features so the zoom control can be overlayed on a chart. http://www.google.com/finance?q=INDEXDJX:.DJI,INDEXSP:.INX,INDEXNASDAQ:.IXIC
RadChart.ExportToXPS/ExcelML should support exporting multiple charts to a single XPS/Excel document. REASON FOR DECLINATION This is supported out-of-the-box by the RadPdfProcessing.
Ticket: 320735
For a Pie chart there should be a way to have things grouped into an other group. For example anything that makes up less than 5% of the total is grouped in an other group.
Possibilities: * The user double clicks on the orange part of the scroll bar, and it exapands to the full range. * The user double clicks on one of the draggable handles and it returns to its end of the scroll bar. * When both scroll bars ar
Marked Zones and Custom Gridlines need to be separated in different layers.
Microsoft Excel has an "autorange" feature for 1) y-axis min, 2) y-axis max, 3) major unit and 4) minor unit, all working independently of each other while Telerik RadChart AutoRange sets all 4 of these properties collectively, or sets none at all if autor