VectorLengthMode Enumeration
Defines how the screen length of each vector is computed from its data-space components.
Syntax
public enum VectorLengthMode : System.Enum 
Members
MemberDescription
DataUnitsThe vector endpoint is placed at (x + dx, y + dy) in data coordinates. Default.
FixedPixelsAll vectors are drawn at a fixed screen length of VectorFieldRenderableSeries.PixelLength pixels, with direction taken from dx/dy.
MagnitudePixelsScreen length is proportional to the vector magnitude: |v| * MagnitudeScale pixels.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.Visuals.RenderableSeries.VectorLengthMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also