G2DPlotStyleCollectionDistributeSubStyleChange Method |
Distributes changes from one sub-style to the other styles in the collection.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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