SharpPlot Reference > SharpPlot Methods > SetXRange Method SharpPlot.SetXRange Method
Set X axis range given one or two elements.
Example
sp.SetXRange(100); // Maximum
sp.SetXRange(500,1000); // Span
sp.SetXRange(); // 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
|