ILNumerics Ultimate VS

PlotBoxScreenSizeMode Enumeration

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public enum PlotBoxScreenSizeMode
Members

  Member nameValueDescription
Maximum0 the projection of the plot cube drawing area fills the whole controls space (labels may be hidden)
Optimal1 the size of plot cube projection rectangle is automatically determined, taking labels size into account
StrictOptimal2 more pixel exact positioning, strictly only the place really needed for labels is used (slower)
Manual3 No automatic resizing for the cube projection size, values from PlotCubeScreenRect are taken
Remarks

[ILNumerics Visualization Engine]

See Also

Reference