| ||
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 > MarginTop Property SharpPlot.MarginTop PropertySet Top margin (pts) public double MarginTop {get; set;} Examplesp.MarginTop = 36; This allows space (in points) for the chart heading and sub-heading. You will probably need to increase it if you have a heading that spans more than 2 lines. If you use left or right aligned headings for Pie or Polar charts, you can probably reduce this to zero as the headings will not clash with the chart in this case. See also ... |