Search found 4 matches
- Fri Dec 14, 2012 2:14 pm
- Forum: .NET
- Topic: Histogram Newbie
- Replies: 9
- Views: 15980
Re: Histogram Newbie
Dear Sandra, You got my point wrong,I don't want any text box display from you that was already done by me.What I am saying that let's say for example I have signal data =10,10,10,20,20,20,40,40,40,40,40,40,50. count of 10=3,count of 20=3,count of 40=5 and count of 50=1 ,so while ploting histogram I...
- Fri Dec 14, 2012 7:04 am
- Forum: .NET
- Topic: Histogram Newbie
- Replies: 9
- Views: 15980
Re: Histogram Newbie
Dear Sandra, I really like your solution,thats what we want but there is one more thing we require and that is on tee chart X-axis it shows actual data values while on Y-axis it show number of same data values count. See I have aatched one image in which at the top 4 text boxes are placed which show...
- Thu Dec 13, 2012 7:24 am
- Forum: .NET
- Topic: Histogram Newbie
- Replies: 9
- Views: 15980
Re: Histogram Newbie
Dear Steema, I regret you as we are not supposed to share/post any code. I already gave a exact sample code nothing different logic is used. I also saw your suggested example in Demo project but that gives me same dense plot as I have attached you which is not what we want as matlab does.Are you abl...
- Wed Dec 12, 2012 12:20 pm
- Forum: .NET
- Topic: Histogram Newbie
- Replies: 9
- Views: 15980
Histogram Plotting like Matlab Histogram Plot.
Dear Steema, I am plotting histogram using code : Steema.TeeChart.Styles.Bar bar1 = new Steema.TeeChart.Styles.Bar(this.currentTeeChart.Chart); Steema.TeeChart.Functions.HistogramFunction histogram1 = new Steema.TeeChart.Functions.HistogramFunction(this.currentTeeChart.Chart); bar1.Function = histog...