Click or drag to resize

ColorGroupStyle Properties

The ColorGroupStyle type exposes the following members.

Properties
 NameDescription
Protected propertyAccumulatedEventData Gets the accumulated event data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT)
Public propertyCanCarryOver Determines whether this style can carry over during the Step(Int32) operation. If yes, then the style can have children, i.e. other plot group styles that are incremented if this group style carries over. When Step(Int32) can return a nonzero value, true is returned here. For instance, color or line style can be stepped and can carry over, so they return true here. In contrast, a bar graph group style can be stepped, but it cannot carry over, so false is returned here.
Public propertyCanStep Indicates whether this group style makes any action when calling Step(Int32). This property is true, if IsStepEnabled can be set to true.
Public propertyColor Gets the current color.
Protected propertyDebug_AbsolutePath Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase)
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 propertyIsInitialized Gets a value indicating whether the style has been initialized.
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 propertyIsStepEnabled Get/sets whether or not stepping is allowed.
Public propertyIsSuspended Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentLeafNode)
Public propertyListOfValues The list of symbols to switch through
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 propertyParentObject Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Top
See Also