Plot |
public static class PlotGroupStyle
The PlotGroupStyle type exposes the following members.
| Name | Description | |
|---|---|---|
| GetFirstStyleToApplyImplementingInterfaceT | 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. | |
| GetStyleToApplyT | 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. | |
| GetStyleToInitializeT | Gets a style instance of type T that still needs initialization. | |
| ShouldAddExternalGroupStyle | Determines whether an external group style of the specified type should be added. | |
| ShouldAddLocalGroupStyle | Determines whether a local group style of the specified type should be added. |