Click or drag to resize

G3DPlotStyleCollectionDistributeSubStyleChange Method

Distibute changes made to one group style of the collection (at index pivot to all other members of the collection.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public 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

[Missing <param name="layer"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection.DistributeSubStyleChange(System.Int32,Altaxo.Graph.Graph3D.IPlotArea,Altaxo.Graph.Graph3D.Plot.Data.Processed3DPlotData)"]

pdata  Processed3DPlotData

[Missing <param name="pdata"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection.DistributeSubStyleChange(System.Int32,Altaxo.Graph.Graph3D.IPlotArea,Altaxo.Graph.Graph3D.Plot.Data.Processed3DPlotData)"]

See Also