| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Methods Structures Enumerations Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Style examples > CenteredCaption style CenteredCaption stylePlaces the axis caption opposite the middle of either axis. sp.XAxisStyle = XAxisStyles.CenteredCaption; sp.YAxisStyle = YAxisStyles.CenteredCaption; sp.YCaption = "Vertical caption is here"; sp.XCaption = "Horizontal caption is here"; Clearly, this style does not make sense if you set up 2 captions (tab-separated) for the axis. |