Ozzard Posted April 9, 2010 Report Share Posted April 9, 2010 Software: Chart FX 7 for Windows Forms with the service pack installed. I'm trying to draw histograms (or, indeed, box plots) of multiple series, and to retain the series' labels when I do so. The technique I'm using is to load the series data and to set the current gallery type in the corresponding statistics object. I've now tried several different approaches, and all lead to the statistical series being labelled "Series1", "Series2" etc. To reproduce the issue: 1) Open the PassingData sample. 2) Extend the chart with a statistics extension. 3) Set the statistics extension's current gallery to Histogram. 4) Run the sample. 5) Click the "Text file" button. With the current gallery set to None, correct series labels are displayed. With the current gallery set to Histogram, Series1 and Series2 are displayed. How do I retain the series labels? Quote Link to comment Share on other sites More sharing options...
Ozzard Posted April 9, 2010 Author Report Share Posted April 9, 2010 Whoops - missed a step: 3.5) Delete the line in textButton_Click() that sets the chart's gallery. 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.