Unplanned
Last Updated: 06 Nov 2018 14:45 by Eric Moreau
ADMIN
Created by: Nikolay
Comments: 18
Category: ChartView
Type: Feature Request
16
3D Charts will be a nice addition to the WinForms suite
Completed
Last Updated: 12 Mar 2013 04:18 by ADMIN
ADMIN
Created by: Ivan Petrov
Comments: 0
Category: ChartView
Type: Bug Report
1
If one sets the LabelFormat property of LinearAxis it will not be respected in most cases.
Steps to reproduce:
1. Add a LineSeries to a chart
2. Set the VerticalAxis.LabelFormat to "{0:F2}"
3. Run the project
You will see that the labels are not formatted.
Completed
Last Updated: 20 Mar 2015 14:41 by ADMIN
Steps to reproduce:
1. Add a pie series to a chart 
2. add three data points with values 19,20 and 61
3. Set the series LabelsOffsetFromCenter property to 0.2d
4. Run the project and start reducing the size of the chart. At some point you will see that the position of the label 20% will be incorrect.

Second scenario:
Add a pie chart and populate it with PieDataPoints, one of which is with value 0:

        Me.RadChartView1.AreaType = ChartAreaType.Pie
        Dim series As New PieSeries()
        series.DataPoints.Add(New PieDataPoint(50, "Germany"))
        series.DataPoints.Add(New PieDataPoint(70, "United States"))
        series.DataPoints.Add(New PieDataPoint(40, "France"))
        series.DataPoints.Add(New PieDataPoint(25, "United Kingdom"))
        series.DataPoints.Add(New PieDataPoint(0, "Italy"))
        series.ShowLabels = True
        Me.RadChartView1.Series.Add(series)
Completed
Last Updated: 28 Feb 2013 03:24 by ADMIN
If one removes the trackball controller while the trackball info element is visible it will remain on the chart.
Steps to reproduce:
1. Add a chart to a form
2. Add series and data points 
3. Subscribe for the chart MouseClick event 
4. In the event handler change the value of the chart ShowTrackball property (from false to true or vice versa)
Start the project and click several times on the chart. You will see that trackball info elements will remain on the chart.
Completed
Last Updated: 27 Feb 2013 07:48 by ADMIN
Steps to reproduce:
1. Add a chart to a form
2. Add a PanZoomController with ChartPanZoomMode set to Both
3. Add a series with some data
4. Set the LabelFitMode of the horizontal axis to Rotate
5. Run the project and zoom in on the chart and then pan.
You will see that when you pan vertically the labels of the horizontal axis will move in the wrong direction.
Completed
Last Updated: 20 Oct 2014 12:10 by ADMIN
I'm using version 2012.3.1310.40
I use ChartView to create a pie chart with the following data
Assets          2248550.22
Income             19748.67
Equity           2228253.95
Liability                 547.60

So, when the chart displays, the Percentage is set as follows:
Assets       50%
Income        0%
Equity         50%
Liability        0%

I notice when the percentage is 0% for any data, the pie chart shows "0%" near the chart title (please see attachment).  Or if the calculated data returns 0, it doesn't show any percentage on the chart, but it will shows "NaN" near the title as well. (please see attachment).
Completed
Last Updated: 04 Feb 2015 14:32 by ADMIN
ADMIN
Created by: Ivan Petrov
Comments: 0
Category: ChartView
Type: Feature Request
2
Add Scatter area series support for RadChartView.
Completed
Last Updated: 11 Feb 2014 15:40 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: ChartView
Type: Feature Request
4
Add print functionality
Completed
Last Updated: 29 Jan 2013 01:17 by ADMIN
Steps to reproduce:
1. Set up a pie chart with several segments
2. Set ShowTrackBall property to true
3. Run the project and hover a segment An ArgumentOutOfRange exception will be thrown.
Completed
Last Updated: 21 May 2014 12:54 by Jesse Dyck
ADMIN
Created by: Jack
Comments: 1
Category: ChartView
Type: Bug Report
5
Currently RadChartView does not support null values.
Completed
Last Updated: 09 Feb 2015 14:18 by Jesse Dyck
ADMIN
Created by: Jack
Comments: 1
Category: ChartView
Type: Feature Request
4
One should be able to add annotations at certain positions within RadChartView.
Completed
Last Updated: 12 Feb 2015 13:36 by ADMIN
Steps to reproduce:
1. Add chart to a form.
2. Add two bar series with CombineMode set to Stack100
3. Add two data points to the series with values 0.0 and identical category
4. Run the project an you will see an exception.
Declined
Last Updated: 12 Jan 2015 08:49 by ADMIN
Currently, ScatterSeries are able to use NumericAxes only. A good improvement will be to allow using DateTimeContinuousAxes as well.
Completed
Last Updated: 04 Dec 2012 03:40 by ADMIN
HeightAspectRatio affects the height of BarSeries even when the area has a horizontal orientation
Declined
Last Updated: 22 Apr 2014 11:42 by ADMIN
ADMIN
Created by: Boryana
Comments: 1
Category: ChartView
Type: Feature Request
1
Add null value support for RadChartView
Completed
Last Updated: 03 Feb 2015 16:06 by ADMIN
Introduce mechanism that will allow the vertical axis to appear at a certain position regardless of the size of its labels. For reference see Stock Series \ Indicators example.
Completed
Last Updated: 28 Jan 2013 07:13 by Jesse Dyck
ADMIN
Created by: Boryana
Comments: 1
Category: ChartView
Type: Feature Request
2
Add Scatter Line Series Support to RadChartView
Completed
Last Updated: 02 Nov 2012 04:08 by ADMIN
If one sets the LabelsOffsetFromCenter property to any value there will be no change in the series labels on the chart.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
ADMIN
Created by: Boryana
Comments: 2
Category: ChartView
Type: Feature Request
1
Add Three Line Break Series to RadChartView
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
ADMIN
Created by: Boryana
Comments: 0
Category: ChartView
Type: Feature Request
0
Add Point and Figure Series to RadChartView