jamesraynet Posted May 7, 2007 Report Share Posted May 7, 2007 I have a BoxPlot chart with 5 series using the Statistical extension. Is it possible to add more series (lines) to the BoxPlot chart? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Frank Posted May 8, 2007 Report Share Posted May 8, 2007 This is not possible. The BoxPlot chart plots a calculation from your data, no matter how many points you have the gallery will calculate the values for the Median, Lower Quartile and Upper Quartile for each one of your series and then plot them. So you can have 1000 points and they will all be plotted in one box. Quote Link to comment Share on other sites More sharing options...
jamesraynet Posted May 8, 2007 Author Report Share Posted May 8, 2007 Well then if I need to draw 2 horizontal lines (to minic 2 constant value series) to the BoxPlot chart, how would I do that? Please advise. Quote Link to comment Share on other sites More sharing options...
Frank Posted May 10, 2007 Report Share Posted May 10, 2007 You can add a custom gridline by doing: chart1.AxisY.CustomGridLines.Add(new CustomGridLine(50,"Custom")); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.