XPlot


Margin

Constructors

ConstructorDescription
new()
Signature: unit -> Margin

Instance members

Instance memberDescription
autoexpand()
Signature: unit -> string

more info coming soon

autoexpand()
Signature: unit -> unit

more info coming soon

b()
Signature: unit -> float

Sets the bottom margin size in pixels.

b()
Signature: unit -> unit

Sets the bottom margin size in pixels.

l()
Signature: unit -> float

Sets the left margin size in pixels.

l()
Signature: unit -> unit

Sets the left margin size in pixels.

pad()
Signature: unit -> float

Sets the distance between edge of the plot and the bounding rectangle that encloses the plot (in pixels).

pad()
Signature: unit -> unit

Sets the distance between edge of the plot and the bounding rectangle that encloses the plot (in pixels).

r()
Signature: unit -> float

Sets the right margin size in pixels.

r()
Signature: unit -> unit

Sets the right margin size in pixels.

ShouldSerializeautoexpand()
Signature: unit -> bool
ShouldSerializeb()
Signature: unit -> bool
ShouldSerializel()
Signature: unit -> bool
ShouldSerializepad()
Signature: unit -> bool
ShouldSerializer()
Signature: unit -> bool
ShouldSerializet()
Signature: unit -> bool
t()
Signature: unit -> float

Sets the top margin size in pixels.

t()
Signature: unit -> unit

Sets the top margin size in pixels.

Fork me on GitHub