This is a migrated thread and some comments may be shown as answers.

BoxPlotSeries - Extra points

3 Answers 56 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
AS
Top achievements
Rank 1
AS asked on 07 Dec 2015, 06:20 PM

Hi

Can I add additional points to a BoxPlotSeries plot? For example, on http://demos.telerik.com/aspnet-ajax/htmlchart/examples/charttypes/box-plot-chart/defaultcs.aspx, looking at the plot for January, I want to add a point for 69. Can it be done?

Also, what is DataFieldY used for?

Thanks!

3 Answers, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 09 Dec 2015, 09:33 AM
Hello,

The mentioned demo utilizes a data-binding approach. Therefore to increase the number of outliers you should modify the data in the corresponding data source field - http://screencast.com/t/s6SNzkwnl.

Regarding the DataFieldY property it is a data-bound specific property related to y-values of the series. It is used by most of the series. For BoxPlotSeries, however, it doesn't have meaning. You may also find useful the server-side API of the chart.

Regards,
Danail Vasilev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
AS
Top achievements
Rank 1
answered on 09 Dec 2015, 02:09 PM

Hi

Sorry if I was not clear, let me try to be clearer. Sure, I understand the concept of adding more outliers, but I want to add points that are not one of the predefined data points (ie. not lower, upper, Q1, Q3, mean, median or outliers). So. I want to add, to the example above, a point representing 69 in January. I do not want it to appear as an outlier (with an X symbol).

Also, the NIST link on http://www.telerik.com/help/windows-8-html/chart-boxplot-series.html needs to end in .htm

 

0
Danail Vasilev
Telerik team
answered on 12 Dec 2015, 11:45 AM
Hi,

What I can suggest is that you utilize the kendo drawing API in order to draw the desired point. You can find a similar sample with drawing lines in this forum post http://www.telerik.com/forums/custom-drawing

Regards,
Danail Vasilev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart (HTML5)
Asked by
AS
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
AS
Top achievements
Rank 1
Share this question
or