Click or drag to resize

IGPlotItemPrepareGroupStyles 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.3179.0 (4.8.3179.0)
Syntax
C#
void PrepareGroupStyles(
	PlotGroupStyleCollection styles,
	IPlotArea layer
)

Parameters

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