Click or drag to resize

ColorGroupStylePresenceTracker Class

Tracks the presence or absence of a ColorGroupStyle in the group style collection relevant that is relevant for a plot style.
Inheritance Hierarchy
SystemObject
  Altaxo.Gui.Graph.Plot.GroupsColorGroupStylePresenceTracker

Namespace: Altaxo.Gui.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ColorGroupStylePresenceTracker

The ColorGroupStylePresenceTracker type exposes the following members.

Constructors
 NameDescription
Public methodColorGroupStylePresenceTracker Initializes a new instance of the ColorGroupStylePresenceTracker class.
Top
Properties
 NameDescription
Public propertyIsColorGroupStyleActive Gets a value indicating whether a color group style is present in the group style collection.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberGetColorGroupStyle 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMustUsePlotColorsOnly(Boolean) Queries, if only plot colors should be shown in the Gui interface of the plot style.
Public methodMustUsePlotColorsOnly(ColorLinkage) Queries, if only plot colors should be shown in the Gui interface of the plot style.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also