Box
A Box Marker is a rectangular region bounded its Location
Fig.Plot(1..10).Marker(1..50).Box.Properties
Example: Note that this example uses a Marker Box shortcut to simplify.
Set mkr = Lib.Figure.Plot(2).Marker(4)
mkr.Box.Caption.Text = "Box Marker"
mkr.Box.Caption.Rotation = 90
mkr.Box.Color = Magenta
Set loc = mkr.Box.Location
loc.X = -1: loc.Y = 0: loc.H = 0.6: loc.W = 0.5