SharpPlot Reference > SharpPlot Methods > SetYRange Method SharpPlot.SetYRange Method
Set Y axis range given one or two elements.
Example
sp.SetYRange(1000); // Maximum
sp.SetYRange(-20,20); // Span
sp.SetYRange(); // Return to unset state
Overloads
See also ...Exact fit of Axis Range | Force zero to include axis origin | SharpPlot Members
Send comments on this topic © Dyalog Ltd 2021
|