Click or drag to resize

PlotGroupStyleShouldAddExternalGroupStyle Method

Determines whether an external group style of the specified type should be added.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool ShouldAddExternalGroupStyle(
	IPlotGroupStyleCollection externalGroups,
	Type type
)

Parameters

externalGroups  IPlotGroupStyleCollection
The external group styles.
type  Type
The group style type.

Return Value

Boolean
true if the type is not already present; otherwise, false.
See Also