| ||
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 > XAxisLength Property (ReadOnly) SharpPlot.XAxisLength Property (ReadOnly)Returns the calculated length of the X-axis given the current settings of page size, gutter and vertical margins. public double XAxisLength {get;} Exampledouble xl = sp.XAxisLength; 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 Y-axis property) will give you the exact width and height required. |