PlotGroupStyleGetStyleToInitializeT Method |
Gets a style instance of type T that still needs initialization.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static T GetStyleToInitialize<T>(
IPlotGroupStyleCollection externalGroups,
IPlotGroupStyleCollection localGroups
)
where T : new(), IPlotGroupStyle
Parameters
- externalGroups IPlotGroupStyleCollection
- The external group styles.
- localGroups IPlotGroupStyleCollection
- The local group styles.
Type Parameters
- T
- The group style type.
Return Value
TThe style to initialize, or
null if no uninitialized style is available.
See Also