Plot-area margins, in percent of pane height (the dialog's units).

interface PlotMarginOptions {
    bottom?: number;
    top?: number;
}

Properties

Properties

bottom?: number
top?: number