PlotGroupStyleShouldAddExternalGroupStyle Method |
Determines whether an external group style of the specified type should be added.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool ShouldAddExternalGroupStyle(
IPlotGroupStyleCollection externalGroups,
Type type
)
Parameters
- externalGroups IPlotGroupStyleCollection
- The external group styles.
- type Type
- The group style type.
Return Value
Booleantrue if the type is not already present; otherwise,
false.
See Also