| Contents > SharpPlot > Properties | Index |
SharpPlot.MarginBottom Property
Set Bottom margin (pts).
public double MarginBottom {get; set;}
Example
sp.MarginBottom = 36;
This allows space (in points) for the X-axis caption, and the chart legend if you leave it in its default position.
