Click or drag to resize

G2DPlotStyleCollectionPrepareNewSubStyle Method

Prepares a new substyle (one that is not already in the collection) for becoming member of the collection. The substyle will get all distributes group properties (local only) of this style 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 PrepareNewSubStyle(
	IG2DPlotStyle newSubStyle,
	IPlotArea layer,
	Processed2DPlotData pdata
)

Parameters

newSubStyle  IG2DPlotStyle
Sub style to prepare.
layer  IPlotArea

[Missing <param name="layer"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.G2DPlotStyleCollection.PrepareNewSubStyle(Altaxo.Graph.Gdi.Plot.Styles.IG2DPlotStyle,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.PrepareNewSubStyle(Altaxo.Graph.Gdi.Plot.Styles.IG2DPlotStyle,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData)"]

See Also