We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Box-Plot symbol resize

Hi Syncfusion support,

I would like to ask some question regarding in Box-Plot chart.
1. How to resize the symbol of outliers in a box-plot, when i make a chart with less series.points (ex. 2 points), all the symbol of outliers becomes so big that overlapped the median.
2. Can the outliers can be hide or unhide in Box-Plot chart?

I attach a chart picture that you can check.
Hope you can help us for this question.  I'm currently working a project to evaluate syncfusion which i use as main tool.

thank you.
Regards,
Almeria


Attachment: BoxPlot_Outliers_516f24.rar

3 Replies

AT Anandaraj T Syncfusion Team May 15, 2014 12:17 PM UTC

Hi Almeria,

Thanks for using Syncfusion products.

Query #1: How to resize the symbol of outliers in a box-plot, when I make a chart with less series points.

We suggest you to set "OutLierWidth" property of box and whisker item to customize the size of outlier width.

Please refer the following code snippet to achieve this.
<code>
[CS]
                //Customizing width of outliers
                this.chartControl1.Series[0].ConfigItems.BoxAndWhiskerItem.OutLierWidth = 15;
</code>

Query #2: Can the outliers can be hide or unhide in Box-plot chart?

We can hide or unhide outliers using "PercentileMode" property of box and whisker item.

Please refer the following code snippet to achieve this.
<code>
[CS]
                //Enable or disable percentile mode
                this.chartControl1.Series[0].ConfigItems.BoxAndWhiskerItem.PercentileMode = true;

</code>

For your convenience, we have created a simple sample and it can be downloaded form the following link.
Box_And_Whisker

Please let us know if you have any concern.

Regards,
Anand


AG ageb May 15, 2014 11:31 PM UTC

Hi Anandaraj,

Thank you for the full support and it's work.  Thank you.

I still have another question that you can check on it.
ID: 116322

best regards,
Almeria


RJ Rekha J Syncfusion Team May 16, 2014 09:32 AM UTC

Hi Almeria,

Thanks for the update.

We have updated  the response in Forum id 116322  and we suggest you to take follow-up.

Please let us know if you have any concern.

Regards,

Rekha


Loader.
Live Chat Icon For mobile
Up arrow icon