Click or drag to resize

PlotGroupStyle Class

[Missing <summary> documentation for "T:Altaxo.Graph.Plot.Groups.PlotGroupStyle"]

Inheritance Hierarchy
SystemObject
  Altaxo.Graph.Plot.GroupsPlotGroupStyle

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

The PlotGroupStyle type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetFirstStyleToApplyImplementingInterfaceT Looks first in externalGroups, then in localGroups for the type of PlotGroupStyle to apply. In contrast to GetStyleToApplyT(IPlotGroupStyleCollection, IPlotGroupStyleCollection), we are searching here only for an interface, and return the first plot group style found that implements that interface. If an instance with this interface found, this instance is returned. If found, the containig collection is informed that this group style will be applied now by calling OnBeforeApplication.
Public methodStatic memberGetStyleToApplyT Looks first in externalGroups, then in localGroups for the type of PlotGroupStyle to apply. If an instance of this type is found, this instance is returned. If found, the containig collection is informed that this group style will be applied now by calling OnBeforeApplication.
Public methodStatic memberGetStyleToInitializeT 
Public methodStatic memberShouldAddExternalGroupStyle 
Public methodStatic memberShouldAddLocalGroupStyle 
Top
See Also