ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ScottPlot.IAxisLimitManager Interface Reference

An axis manager contains logic to suggest axis limits given the current view and size of the data. More...

Inheritance diagram for ScottPlot.IAxisLimitManager:
ScottPlot.AxisLimitManagers.FixedWidth ScottPlot.AxisLimitManagers.Full ScottPlot.AxisLimitManagers.Slide

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.
 

Detailed Description

An axis manager contains logic to suggest axis limits given the current view and size of the data.

Member Function Documentation

◆ GetRangeX()

CoordinateRange ScottPlot.IAxisLimitManager.GetRangeX ( CoordinateRange  viewRangeX,
CoordinateRange  dataRangeX 
)

Returns the recommended X axis range given the current view and size of the data.

Parameters
viewRangeXX axis view range
dataRangeXX axis data range
Returns

Implemented in ScottPlot.AxisLimitManagers.FixedWidth, ScottPlot.AxisLimitManagers.Full, and ScottPlot.AxisLimitManagers.Slide.

◆ GetRangeY()

CoordinateRange ScottPlot.IAxisLimitManager.GetRangeY ( CoordinateRange  viewRangeY,
CoordinateRange  dataRangeY 
)

Returns the recommended Y axis range given the current view and size of the data.

Parameters
viewRangeYY axis view range
dataRangeYY axis view range
Returns

Implemented in ScottPlot.AxisLimitManagers.FixedWidth, ScottPlot.AxisLimitManagers.Full, and ScottPlot.AxisLimitManagers.Slide.


The documentation for this interface was generated from the following file: