SharpPlot Reference > SharpPlot Methods > SetMargins Method > (Double,Double,Double,Double)

SharpPlot.SetMargins Method (Double,Double,Double,Double)

Set chart margins (top,left,bottom,right).

public void SetMargins(
    double top,
    double bottom,
    double left,
    double right
);
top
Distance in points from top edge to topmost Y tickmark.
bottom
Distance in points from lower edge to X axis (or first Y tickmark).
left
Distance in points from left edge to Y-axis (or first X tickmark).
right
Distance in points from right edge to last X tickmark.

See also ...

SharpPlot Members | SharpPlot.SetMargins Method


Send comments on this topic
© Dyalog Ltd 2021