Drop |
The DropLinePlotStyle type exposes the following members.
| Name | Description | |
|---|---|---|
| _accumulatedEventData |
Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT) | |
| _additionalDropTargetIsEnabled | ||
| _additionalDropTargetPerpendicularAxis | ||
| _cachedColorForIndexFunction | If this function is set, the symbol color is determined by calling this function on the index into the data. | |
| _cachedSymbolSize | The symbol size that is received from another substyle. | |
| _cachedSymbolSizeForIndexFunction | If this function is set, then _symbolSize is ignored and the symbol size is evaluated by this function. | |
| _dropTargets | Target(s) for the drop line. | |
| _gapAtEndFactor | ||
| _gapAtEndOffset | ||
| _gapAtStartFactor | ||
| _gapAtStartOffset | ||
| _ignoreMissingDataPoints | If true, treat missing points as if not present (e.g. connect lines over missing points, count skip seamlessly over missing points) | |
| _independentColor | Is the material color independent, i.e. not influenced by group styles. | |
| _independentSkipFrequency | A value indicating whether the skip frequency value is independent from other values. | |
| _lineWidth1Factor | ||
| _lineWidth1Offset | Pen width 1 for the drop line, either absolute or relative to the size of the scatter symbol. | |
| _parent |
The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) | |
| _pen | Pen for the drop line. | |
| _skipFrequency | A value of 2 skips every other data point, a value of 3 skips 2 out of 3 data points, and so on. | |
| _suspendTokensOfChilds | Stores the suspend tokens of the suspended childs of this object. (Inherited from SuspendableDocumentNode) |