PlotGroupStyleShouldAddLocalGroupStyle Method |
Determines whether a local 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 ShouldAddLocalGroupStyle(
IPlotGroupStyleCollection externalGroups,
IPlotGroupStyleCollection localGroups,
Type type
)
Parameters
- externalGroups IPlotGroupStyleCollection
- The external group styles.
- localGroups IPlotGroupStyleCollection
- The local group styles.
- type Type
- The group style type.
Return Value
Booleantrue if the style should be added locally; otherwise,
false.
See Also