Click or drag to resize

PlotItemCollectionPrepareGroupStyles Method

Prepare the group styles before applying them. This function is called for all plot items in a group before the ApplyStyle function is called.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void PrepareGroupStyles(
	PlotGroupStyleCollection? styles,
	IPlotArea layer
)

Parameters

styles  PlotGroupStyleCollection
The collection of group styles.
layer  IPlotArea
The plot layer.

Implements

IGPlotItemPrepareGroupStyles(PlotGroupStyleCollection, IPlotArea)
See Also