Click or drag to resize

DropLinePlotStyle Fields

The DropLinePlotStyle type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Protected field_additionalDropTargetIsEnabled 
Protected field_additionalDropTargetPerpendicularAxis 
Protected field_cachedColorForIndexFunctionIf this function is set, the symbol color is determined by calling this function on the index into the data.
Protected field_cachedSymbolSizeThe symbol size that is received from another substyle.
Protected field_cachedSymbolSizeForIndexFunctionIf this function is set, then _symbolSize is ignored and the symbol size is evaluated by this function.
Protected field_dropTargetsTarget(s) for the drop line.
Protected field_gapAtEndFactor 
Protected field_gapAtEndOffset 
Protected field_gapAtStartFactor 
Protected field_gapAtStartOffset 
Protected field_independentColorIs the material color independent, i.e. not influenced by group styles.
Protected field_independentSkipFreqA value indicating whether the skip frequency value is independent from other values.
Protected field_lineWidth1Factor 
Protected field_lineWidth1OffsetPen width 1 for the drop line, either absolute or relative to the size of the scatter symbol.
Protected field_lineWidth2Factor 
Protected field_lineWidth2OffsetPen width 2 for the drop line, either absolute or relative to the size of the scatter symbol.
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_penPen for the drop line.
Protected field_skipFreqA value of 2 skips every other data point, a value of 3 skips 2 out of 3 data points, and so on.
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Top
See Also