Click or drag to resize

G2DPlotStyleCollectionDistributeSubStyleChange Method

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

Namespace: Altaxo.Graph.Gdi.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,
	Processed2DPlotData 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.Gdi.Plot.Styles.G2DPlotStyleCollection.DistributeSubStyleChange(System.Int32,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData)"]

pdata  Processed2DPlotData

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

See Also