| Contents > SharpPlot > Properties | Index |
SharpPlot.IIntercept Property
Set the point where the Inner-axis crosses the Y-axis:
public double IIntercept {get; set;}
Example
sp.IIntercept = 0;
This will move each Inner-axis from its default position to cross the Y-axis at zero.
