Click here to Skip to main content
15,898,035 members

Comments by Stevea2000 (Top 2 by date)

Stevea2000 12-Feb-14 23:03pm View    
Thanks, I already went through that. As I showed, my misunderstanding simply is how to draw the series as x axis
Stevea2000 9-Feb-14 13:24pm View    
First Thanks for the reply

1- DrawHistogram it is inside the class HistogramControlClass
So My apology it is a typo error

2- PNM it is a class and not an interface

I inherited HistogramEqualization from PNM because I have most of the work there.
Moving PNM to HistogramControlClass, I am assuming will cause same problem.
Where inside PNM there are multiple inherited classes that have been used.

I am thinking about converting PNM into an interface but still not sure if this will cause a problem since there are many of inherited classes inside it and currently used by other parts of the program

Solution 2 is good approach but I am looking for advise to apply it

I am caution that I will face a problem if I do that