Symbol |
The SymbolSizeGroupStyle type exposes the following members.
| Name | Description | |
|---|---|---|
| AccumulatedEventData |
Gets the accumulated event data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT) | |
| CanCarryOver | 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. | |
| CanStep | Indicates whether this group style makes any action when calling Step(Int32). This property is true, if IsStepEnabled can be set to true. | |
| Debug_AbsolutePath |
Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase) | |
| 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) | |
| IsInitialized | Gets a value indicating whether this style was initialized. | |
| 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) | |
| IsStepEnabled | Get/sets whether or not stepping is allowed. | |
| IsSuspended |
Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentLeafNode) | |
| 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) | |
| SymbolSize | Gets the symbol size. |