|
ScottPlot
|
Show the entire range of data, changing the axis limits only when the data extends outside the current view. More...
Public Member Functions | |
| CoordinateRange | GetRangeX (CoordinateRange viewRangeX, CoordinateRange dataRangeX) |
| Returns the recommended X axis range given the current view and size of the data. | |
| CoordinateRange | GetRangeY (CoordinateRange viewRangeY, CoordinateRange dataRangeY) |
| Returns the recommended Y axis range given the current view and size of the data. | |
Properties | |
| double | ExpansionRatio = .25 [get, set] |
| Defines the amount of whitespace added to the right of the data when data runs outside the current view. 1.0 for a view that tightly fits the data and is always changing. 2.0 for a view that doubles the horizontal span when new data runs outside the current view. | |
Show the entire range of data, changing the axis limits only when the data extends outside the current view.
|
inline |
Returns the recommended X axis range given the current view and size of the data.
| viewRangeX | X axis view range |
| dataRangeX | X axis data range |
Implements ScottPlot.IAxisLimitManager.
|
inline |
Returns the recommended Y axis range given the current view and size of the data.
| viewRangeY | Y axis view range |
| dataRangeY | Y axis view range |
Implements ScottPlot.IAxisLimitManager.
|
getset |
Defines the amount of whitespace added to the right of the data when data runs outside the current view. 1.0 for a view that tightly fits the data and is always changing. 2.0 for a view that doubles the horizontal span when new data runs outside the current view.