DataRange returns the range of X and Y values.
()
| 82 | type DataRanger interface { |
| 83 | // DataRange returns the range of X and Y values. |
| 84 | DataRange() (xmin, xmax, ymin, ymax float64) |
| 85 | } |
| 86 | |
| 87 | // orientation describes whether an axis is horizontal or vertical. |
no outgoing calls
no test coverage detected