VectorLengthMode Enumeration
Defines how the screen length of each vector is computed from its data-space components.
Syntax
public enum VectorLengthMode : System.Enum
Members
| Member | Description |
|---|---|
| DataUnits | The vector endpoint is placed at (x + dx, y + dy) in data coordinates. Default. |
| FixedPixels | All vectors are drawn at a fixed screen length of VectorFieldRenderableSeries.PixelLength pixels, with direction taken from dx/dy. |
| MagnitudePixels | Screen 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