ScottPlot
|
Contains logic for determining new axis limits when Autoscale() is called. More...
Public Member Functions | |
AxisLimits | GetAxisLimits (Plot plot, IXAxis xAxis, IYAxis yAxis) |
Return the recommended axis limits for the plottables that use the given axes. | |
void | AutoScaleAll (IEnumerable< IPlottable > plottables) |
Autoscale every unset axis used by plottables. | |
Properties | |
bool | InvertedX [get, set] |
bool | InvertedY [get, set] |
Contains logic for determining new axis limits when Autoscale() is called.
void ScottPlot.IAutoScaler.AutoScaleAll | ( | IEnumerable< IPlottable > | plottables | ) |
Autoscale every unset axis used by plottables.
Implemented in ScottPlot.AutoScalers.FractionalAutoScaler.
AxisLimits ScottPlot.IAutoScaler.GetAxisLimits | ( | Plot | plot, |
IXAxis | xAxis, | ||
IYAxis | yAxis | ||
) |
Return the recommended axis limits for the plottables that use the given axes.
Implemented in ScottPlot.AutoScalers.FractionalAutoScaler.
|
getset |
Implemented in ScottPlot.AutoScalers.FractionalAutoScaler.
|
getset |
Implemented in ScottPlot.AutoScalers.FractionalAutoScaler.