IG3DPlotStylePrepareGroupStyles Method |
Prepares the group styles by showing them to this plot style.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void PrepareGroupStyles(
PlotGroupStyleCollection externalGroups,
PlotGroupStyleCollection localGroups,
IPlotArea layer,
Processed3DPlotData pdata
)
Parameters
- externalGroups PlotGroupStyleCollection
- External plot group styles, i.e. plot group styles from the plot item collection.
- localGroups PlotGroupStyleCollection
- Internal plot group styles of the plot item this plot style belongs to.
- layer IPlotArea
- Plot layer the plot item belonging to this plot style resides in.
- pdata Processed3DPlotData
- The preprocessed plot data of the plot item.
See Also