| ||
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 > IIntercept Property SharpPlot.IIntercept PropertySet the point where the Inner-axis crosses the Y-axis: public double IIntercept {get; set;} Examplesp.IIntercept = 0; This will move each Inner-axis from its default position to cross the Y-axis at zero. |