Click or drag to resize

PlotGroupStyleShouldAddLocalGroupStyle Method

Determines whether a local 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 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

Boolean
true if the style should be added locally; otherwise, false.
See Also