| ||
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 > Arrowed Axes Arrowed AxesEnds either axis with an arrowhead. sp.XAxisStyle = XAxisStyles.ArrowedAxis; sp.YAxisStyle = YAxisStyles.ArrowedAxis|YAxisStyles.AtEndCaption; sp.YCaption = "Up"; sp.DrawLineGraph(col_S4,col_S2); This style works with all the standard 2D charts. You may need to allow a little extra space for the captions, as the arrows extend the axis line slightly. |