Type Alias PlotLayout

PlotLayout: {
    margins: {
        bottom: PrecisionValue;
        left: PrecisionValue;
        right: PrecisionValue;
        top: PrecisionValue;
    };
}

Defines the properties of a printable area, including size and margins.

Type declaration