Click or drag to resize

G2DPlotStyleCollectionDistributeSubStyleChange Method

Distributes changes from one sub-style to the other styles in the collection.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void DistributeSubStyleChange(
	int pivot,
	IPlotArea layer,
	Processed2DPlotData pdata
)

Parameters

pivot  Int32
The index of the changed sub-style.
layer  IPlotArea
The plot layer.
pdata  Processed2DPlotData
The processed plot data.
See Also