Closed Polygon Chart
Hi all,
i need to make a closed poligon chart.
I attach an image of what I mean.
How can I do?
Thanks in advance
Attachment: Chart_21de6e72.zip
i need to make a closed poligon chart.
I attach an image of what I mean.
How can I do?
Thanks in advance
Attachment: Chart_21de6e72.zip
SIGN IN To post a reply.
5 Replies
AB
Akbar Basha K M
Syncfusion Team
October 3, 2014 12:26 PM UTC
Dear Customer,
Attachment: WindowsFormsApplication1_be8a6abf.zip
Thanks for using syncfusion product. We have analyzed your requirement and we have prepared a sample based on your requirement.
Please find the attached sample.
Please let us know if you have any concern.
Thanks,
Akbar Basha KM.
Attachment: WindowsFormsApplication1_be8a6abf.zip
LM
Lorenzo Mansutti
October 7, 2014 09:55 AM UTC
Thank you for your support.
The problem is that Area Chart Type plots the "area" til X-axis.
I need a closed polygon not at Y=0 but in other points, exactly like the image i've uploaded in the first post.
Best regards
The problem is that Area Chart Type plots the "area" til X-axis.
I need a closed polygon not at Y=0 but in other points, exactly like the image i've uploaded in the first post.
Best regards
AB
Akbar Basha K M
Syncfusion Team
October 8, 2014 12:28 PM UTC
Dear Customer,
Thanks for your update. We have analyzed your requirements
and we like to inform you that,
You can achieve your requirement using RangeArea Series as
follows,
Code Snippet[C#]:
series.Type = ChartSeriesType.RangeArea;
series.Points.Add(-10, 30, 43);
series.Points.Add(0, 30, 50);
series.Points.Add(6, 30, 54);
series.Points.Add(20, 30,
54);
this.chartControl1.Series.Add(series);
We have prepared a sample based on this. Please find the attached sample.
Please let us know if you have any concern.
Thanks,
Akbar
Attachment: WindowsFormsApplication1_(2)_e2c73b36.zip
LM
Lorenzo Mansutti
October 8, 2014 01:55 PM UTC
Now it is ok.
Thank you.
BR
lorenzo
Thank you.
BR
lorenzo
AB
Akbar Basha K M
Syncfusion Team
October 9, 2014 09:11 AM UTC
Hi Lorenzo,
Thanks for your update.
Please let us know if you have any further assistance.
Thanks,
SIGN IN To post a reply.
- 5 Replies
- 2 Participants
-
LM Lorenzo Mansutti
- Oct 1, 2014 09:19 AM UTC
- Oct 9, 2014 09:11 AM UTC