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.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void PrepareGroupStyles(
PlotGroupStyleCollection styles,
IPlotArea layer
)
Parameters
- styles PlotGroupStyleCollection
- The collection of group styles.
- layer IPlotArea
- The plot layer.
See Also