ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
options for the sizing of the projection of the plot cube onto the 2D screen client area of the control
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Maximum | 0 | the projection of the plot cube drawing area fills the whole controls space (labels may be hidden) | |
| Optimal | 1 | the size of plot cube projection rectangle is automatically determined, taking labels size into account | |
| StrictOptimal | 2 | more pixel exact positioning, strictly only the place really needed for labels is used (slower) | |
| Manual | 3 | No automatic resizing for the cube projection size, values from PlotCubeScreenRect are taken |
Remarks
[ILNumerics Visualization Engine]
See Also