Click or drag to resize

PlotGroupStyle Methods

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 is found, this instance is returned. If found, the containing 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 Gets a style instance of type T that still needs initialization.
Public methodStatic memberShouldAddExternalGroupStyle Determines whether an external group style of the specified type should be added.
Public methodStatic memberShouldAddLocalGroupStyle Determines whether a local group style of the specified type should be added.
Top
See Also