|
ScottPlot
|
An axis manager contains logic to suggest axis limits given the current view and size of the data. 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. | |
An axis manager contains logic to suggest axis limits given the current view and size of the data.
| CoordinateRange ScottPlot.IAxisLimitManager.GetRangeX | ( | CoordinateRange | viewRangeX, |
| CoordinateRange | dataRangeX | ||
| ) |
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 |
Implemented in ScottPlot.AxisLimitManagers.FixedWidth, ScottPlot.AxisLimitManagers.Full, and ScottPlot.AxisLimitManagers.Slide.
| CoordinateRange ScottPlot.IAxisLimitManager.GetRangeY | ( | CoordinateRange | viewRangeY, |
| CoordinateRange | dataRangeY | ||
| ) |
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 |
Implemented in ScottPlot.AxisLimitManagers.FixedWidth, ScottPlot.AxisLimitManagers.Full, and ScottPlot.AxisLimitManagers.Slide.