How can I retrieve the X range and store the max as an int
How can I retrieve the X range and store the max as an int
I see their is a method to retrieve the the range as a range object, how can I take the x value and store it as x_max_value for example.
Re: How can I retrieve the X range and store the max as an i
In the source files, on path com/jrefinery/jfreechart/data, look up the file "DomainInfo.java" . This declares the "DomainInfo" interface, which although not the same as interface IntervalXYDataset, is customarily implemented by most classes that implement the latter.
I think the function is called GetDomainMaximum() , or something like that.
Irv Thomae
I think the function is called GetDomainMaximum() , or something like that.
Irv Thomae
Re: How can I retrieve the X range and store the max as an i
does anyone know how this can be implemented?