SharpPlot Reference > SharpPlot Properties > YIntercept Property SharpPlot.YIntercept Property
Set the point where the X-axis crosses the Y-axis:
public double YIntercept {get; set;}
Example
sp.YIntercept = 0;
This will move the X-axis from its default position (at the bottom of the plotting region) to cross the Y-axis at zero.
See also ...SharpPlot Members
Send comments on this topic © Dyalog Ltd 2021
|