Vector |
public class VectorProperties
The VectorProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| VectorProperties | Initializes vector properties with default values. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| AngleColumnName | Name of the column that contains the angle values. | |
| ArrowAngle | Opening angle of the arrowhead. | |
| ArrowClosed | Whether the arrowhead is closed. | |
| ArrowLength | Length of the arrowhead. | |
| Color | Color used for the vector lines/arrows. | |
| ConstAngle | Constant angle used when angle column is not provided. | |
| ConstMagnitude | Constant magnitude used when magnitude column is not provided. | |
| EndXColumnName | Name of the column that contains X coordinates for vector ends. | |
| EndYColumnName | Name of the column that contains Y coordinates for vector ends. | |
| MagnitudeColumnName | Name of the column that contains magnitude values. | |
| Multiplier | Multiplier applied to magnitude values. | |
| Position | Position of the vector relative to its data point (tail, midpoint, head). | |
| Width | Line width for the vector. |