Vector |
The VectorCartesicPlotStyle type exposes the following members.
| Name | Description | |
|---|---|---|
| AccumulatedEventData |
Gets the accumulated event data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT) | |
| ColumnX | Gets or sets the x-component column. | |
| ColumnXDataColumnName | Gets the name of the common error column, if it is a data column. Otherwise, null is returned. | |
| ColumnY | Gets or sets the y-component column. | |
| ColumnYDataColumnName | Gets the name of the positive error column, if it is a data column. Otherwise, null is returned. | |
| ColumnZ | Gets or sets the z-component column. | |
| ColumnZDataColumnName | Gets the name of the negative error column, if it is a data column. Otherwise, null is returned. | |
| Debug_AbsolutePath |
Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase) | |
| EndCapSizeFactor | Gets or sets the end-cap size factor. | |
| EndCapSizeOffset | Gets or sets the end-cap size offset. | |
| IndependentColor | True if the color of the label is not dependent on the color of the parent plot style. | |
| IndependentOnShiftingGroupStyles | True when we don't want to shift the position of the items, for instance due to the bar graph plot group. | |
| IndependentSkipFrequency | Gets or sets a value indicating whether the skip frequency is independent on other sub group styles using SkipFrequency. | |
| IndependentSymbolSize | true if the symbol size is independent, i.e. is not published nor updated by a group style. | |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase) | |
| IsDisposeInProgress |
Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase) | |
| IsResumeInProgress |
Gets a value indicating whether this instance is currently resuming the events.
(Inherited from SuspendableDocumentNode) | |
| IsSomeoneListeningToChanges |
Gets a value indicating whether someone is listening to changes. For this, either the ParentObject or the Changed event must be set.
(Inherited from SuspendableDocumentNodeBase) | |
| IsSuspended |
Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentNode) | |
| IsSuspendedOrResumeInProgress |
Gets a value indicating whether this instance is suspended or resume is currently in progress.
(Inherited from SuspendableDocumentNode) | |
| LineWidth1Factor | Gets or sets the first line-width factor. | |
| LineWidth1Offset | Gets or sets the first line-width offset. | |
| LineWidth2Factor | Gets or sets the second line-width factor. | |
| LineWidth2Offset | Gets or sets the second line-width offset. | |
| MeaningOfValues | Gets or sets how the vector-column values are interpreted. | |
| Name |
Gets the name of this document node. Null is returned if the name is not set or unknown.
The set accessor will for most nodes throw a InvalidOperationException, since the name can only be set on IProjectItems.
(Inherited from SuspendableDocumentNodeBase) | |
| ParentObject |
Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) | |
| Pen | Pen used to draw the error bar. | |
| SkipFrequency | Controls how many items are plotted. A value of 1 means every item, a value of 2 every other item, and so on. | |
| SymbolGapFactor | Gets or sets the factor used for symbol-gap calculation. | |
| SymbolGapOffset | Gets or sets the absolute symbol-gap offset. | |
| SymbolSize | Controls the length of the end bar. | |
| UseManualVectorLength | If true, the vector length is set manually, and the three columns are used only to determine the vector direction. | |
| UseSymbolGap | True when the line is not drawn in the circel of diameter SymbolSize around the symbol center. | |
| VectorLengthFactor | Factor that is multiplied with the cached symbol size to determine the vector length. Used only if _useManualVectorLength is set to true. | |
| VectorLengthOffset | Constant value of the vector length. Used only if _useManualVectorLength is set to true. |