SharpPlot Reference > SharpPlot Methods > SetMargins Method SharpPlot.SetMargins Method
Set all four chart margins (in pts) in one call (a single value sets all four to the same).
Example
sp.SetMargins(12); // Same all round
sp.SetMargins(16,24,48,6); // Top Bottom Left Right
Overloads
See also ...SharpPlot Members
Send comments on this topic © Dyalog Ltd 2021
|