Click or drag to resize

BarSizePosition3DGroupStyleAddExternalGroupStyle Method

Adds this style as an external group style when required.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void AddExternalGroupStyle(
	IPlotGroupStyleCollection externalGroups
)

Parameters

externalGroups  IPlotGroupStyleCollection
Collection of external plot group styles.
See Also