NPlot Documented Class Library

AxesConstraint.AspectRatio Class

[This is preliminary documentation and subject to change.]

Defines an axes constraint that forces the world width and height pixel lengths to be at the provided ratio. For example, an aspect ratio of 3:2 or 1.5 indicates that there should be 1.5 times as many pixels per fixed world length along the x direction than for the same world length along the y direction. In other words, the world length of one pixel along the x direction is 2/3rds that of the world length of one pixel height in the y direction.

For a list of all members of this type, see AxesConstraint.AspectRatio Members.

System.Object
   NPlot.AxesConstraint
      NPlot.AxesConstraint.AspectRatio

public class AxesConstraint.AspectRatio : AxesConstraint

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class will never increase the size of the plot bounding box. It will always be made smaller.

Requirements

Namespace: NPlot

Assembly: NPlot (in NPlot.dll)

See Also

AxesConstraint.AspectRatio Members | NPlot Namespace