Reference > Methods > SetYRange Method

SharpPlot.SetYRange Method

Set Y axis range given one or two elements.

Example

sp.SetYRange(1000); // Maximumsp.SetYRange(-20,20); // Spansp.SetYRange();  // Return to unset state

Overloads

See also ...

SharpPlot Members


Send comments on this topic
© Dyalog Ltd 2013