Click or drag to resize

PlotItemCollectionDistributeChanges Method

Distributes style changes from one plot item to the remaining collection.

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

Parameters

pivotitem  IGPlotItem
The plot item where the changes originated.
See Also