Click or drag to resize

PlotGroupStyleCollectionBase Fields

The PlotGroupStyleCollectionBase type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData The accumulated event data.
(Inherited from SuspendableDocumentNodeWithSetOfEventArgs)
Protected field_distributeToChildGroups 
Protected field_inheritFromParentGroups 
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_plotGroupStrictnessStrictness of the plot group collection. This determines how the styles are distributed among the plot items.
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Protected field_typeToInfoDictionary, which stores additional information for each plot group style. Since only one instance of each style can be stored, the key here is the type of the plot group style.
Protected field_typeToInstanceDictionary, which stores exactly one instance of a plot group style per type. Thus it is ensured, that only one instance per type is existent in this collection.
Top
See Also