Click or drag to resize

ScatterPlotStyle Properties

The ScatterPlotStyle type exposes the following members.

Properties
 NameDescription
Protected propertyAccumulatedEventData Gets the accumulated event data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Public propertyColor Gets or sets the plot color.
Protected propertyDebug_AbsolutePath Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIgnoreMissingDataPoints Gets or sets a value indicating whether to ignore missing data points. If the value is set to true, the line is plotted even if there is a gap in the data points.
Public propertyIndependentColor Gets or sets a value indicating whether the color is independent from group styles.
Public propertyIndependentOnShiftingGroupStyles True when we don't want to shift the position of the items, for instance due to the bar graph plot group.
Public propertyIndependentScatterSymbol Gets or sets a value indicating whether the scatter symbol is independent from group styles.
Public propertyIndependentSkipFrequency Gets or sets a value indicating whether the skip frequency is independent from group styles.
Public propertyIndependentSymbolSize Gets or sets a value indicating whether the symbol size is independent from group styles.
Public propertyIsColorProvider Gets a value indicating whether this style can provide colors.
Public propertyIsColorReceiver Gets a value indicating whether this style can receive colors.
Public propertyIsDisposed Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsDisposeInProgress Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsResumeInProgress Gets a value indicating whether this instance is currently resuming the events.
(Inherited from SuspendableDocumentNode)
Public propertyIsSomeoneListeningToChanges 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)
Public propertyIsSuspended Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentNode)
Public propertyIsSuspendedOrResumeInProgress Gets a value indicating whether this instance is suspended or resume is currently in progress.
(Inherited from SuspendableDocumentNode)
Public propertyIsSymbolSizeProvider Gets a value indicating whether this style can provide symbol sizes.
Public propertyIsSymbolSizeReceiver Gets a value indicating whether this style can receive symbol sizes.
Public propertyIsVisible Gets a value indicating whether this style is visible.
Public propertyName 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)
Public propertyOverriddenFrame Gets or sets the overridden frame.
Public propertyOverriddenInset Gets or sets the overridden inset.
Public propertyOverrideFillColor Gets or sets the fill-color override.
Public propertyOverrideFrame Gets or sets a value indicating whether the frame is overridden.
Public propertyOverrideFrameColor Gets or sets the frame-color override.
Public propertyOverrideInset Gets or sets a value indicating whether the inset is overridden.
Public propertyOverrideInsetColor Gets or sets the inset-color override.
Public propertyOverridePlotColorInfluence Gets or sets the override for plot-color influence.
Public propertyOverrideStructureWidthFactor Gets or sets the structure-width factor override.
Public propertyOverrideStructureWidthOffset Gets or sets the structure-width offset override.
Public propertyParentObject Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Public propertyScatterSymbol Gets or sets the scatter symbol.
Public propertySkipFrequency Gets or sets the skip frequency.
Public propertySymbolSize Gets or sets the symbol size.
Top
See Also