| ||
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 > YAxisLength Property (ReadOnly) SharpPlot.YAxisLength Property (ReadOnly)Returns the calculated length of the Y-axis given the current settings of page size, gutter and horizontal margins. public double YAxisLength {get;} Exampledouble yl = sp.YAxisLength; This may be useful if you want to size an image to paint the entire chart background exactly. The value (in conjunction with the matching X-axis property) will give you the exact width and height required. |