| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Methods Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Properties > YIntercept Property SharpPlot.YIntercept PropertySet the point where the X-axis crosses the Y-axis: public double YIntercept {get; set;} Examplesp.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 ... |