Click or drag to resize

PlotGroupStyleGetStyleToInitializeT Method

Gets a style instance of type T that still needs initialization.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

T
The style to initialize, or null if no uninitialized style is available.
See Also