Page 1 of 1

Box Plot

Posted: Wed May 27, 2009 11:08 am
by 13046152
Hi Sandra,

Can you tell me minimum number of points required to plot a box in box plot series?

Regards,
Vivek.

Posted: Wed May 27, 2009 1:13 pm
by narcis
Hi Vivek,

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);