ILNumerics Ultimate VS

PlotCubeDataScreenRect Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets the screen recangle of the data cube containing the plots or sets it, default: automatic. range [0..1] of the container.

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public RectangleF DataScreenRect { get; set; }

Property Value

Type: RectangleF
Remarks

The data screen rectangle marks the rectangular area on the rendering surface, where the plots are contained. This area depends on the rotation of the plots and does only take the extend of the (rotated and projected) plots within the plot cube into account. The space used by labels and ticks are not considered here.

Per default, the ILNumerics plot cube does automatically determine a good setting in order to make all plot cube elements (ticks & labels) visible. However, for the purpose of aligning a plot cube with another plot cube, it might be helpful to choose the extend manually.

Note, the rectangle is given in relative coordinates of X and Y within the plot cube screen rect area, as determined by ScreenRect. (0,0) is the upper left corner of the rectangle within the one defined by ScreenRect.

[ILNumerics Visualization Engine]

See Also

Reference