Click or drag to resize

PlotItemCollectionDistributeChanges Method

Distribute the changes made to the plotitem 'pivotitem' to all other items in the collection and if neccessary, also up and down the plot item tree.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void DistributeChanges(
	IGPlotItem pivotitem
)

Parameters

pivotitem  IGPlotItem
The plot item where changes to the plot item's styles were made.
See Also