PlotLayer.LengthUnit Property
Gets or sets the length unit used to determine the size of the plots.
Syntax
public VisualizerLengthUnit LengthUnit { get; set; }
Property Value
Remarks
In 3D, if this property is set to NominalMeters, the PlotLayer will adjust the size of the plots to reflect the distance from the camera - plots far away will be smaller than plots close to the camera. Specifically, the size of a plot will be interpreted in meters instead of pixels.
In 2D, or if this property is Pixels, plot size is interpreted as pixels.
Platforms
Windows, Linux, Android