G3DPlotStyleCollectionDistributeSubStyleChange Method |
Distributes changes made to one group style of the collection at index pivot to all other members of the collection.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void DistributeSubStyleChange(
int pivot,
IPlotArea layer,
Processed3DPlotData pdata
)
Parameters
- pivot Int32
- Index of the group style that was changed. This style keeps it's properties.
- layer IPlotArea
- The plot layer.
- pdata Processed3DPlotData
- The processed plot data.
See Also