Hi Sandra,
Can you tell me minimum number of points required to plot a box in box plot series?
Regards,
Vivek.
Box Plot
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Vivek,
Minimum number of points necessary to draw a box plot are 2, for example:
Minimum number of points necessary to draw a box plot are 2, for example:
Code: Select all
Steema.TeeChart.Styles.Box box1 = new Steema.TeeChart.Styles.Box(tChart1.Chart);
box1.Add(1);
box1.Add(2);
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |