Click or drag to resize

VectorProperties Class

Properties used by vector plots.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginVectorProperties

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class VectorProperties

The VectorProperties type exposes the following members.

Constructors
 NameDescription
Public methodVectorPropertiesInitializes vector properties with default values.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldAngleColumnNameName of the column that contains the angle values.
Public fieldArrowAngleOpening angle of the arrowhead.
Public fieldArrowClosedWhether the arrowhead is closed.
Public fieldArrowLengthLength of the arrowhead.
Public fieldColorColor used for the vector lines/arrows.
Public fieldConstAngleConstant angle used when angle column is not provided.
Public fieldConstMagnitudeConstant magnitude used when magnitude column is not provided.
Public fieldEndXColumnNameName of the column that contains X coordinates for vector ends.
Public fieldEndYColumnNameName of the column that contains Y coordinates for vector ends.
Public fieldMagnitudeColumnNameName of the column that contains magnitude values.
Public fieldMultiplierMultiplier applied to magnitude values.
Public fieldPositionPosition of the vector relative to its data point (tail, midpoint, head).
Public fieldWidthLine width for the vector.
Top
See Also