Click or drag to resize

ErrorBarPlotStyleCollectExternalGroupStyles Method

Adds all plot group styles that are not already in the externalGroups collection, and that are appropriate for this plot style. Furthermore, the group style must be intended for use as external group style.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CollectExternalGroupStyles(
	PlotGroupStyleCollection externalGroups
)

Parameters

externalGroups  PlotGroupStyleCollection
The collection of external group styles.

Implements

IG2DPlotStyleCollectExternalGroupStyles(PlotGroupStyleCollection)
See Also