Click or drag to resize

G3DPlotStyleCollectionPrepareNewSubStyle 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.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void PrepareNewSubStyle(
	IG3DPlotStyle newSubStyle,
	IPlotArea layer,
	Processed3DPlotData pdata
)

Parameters

newSubStyle  IG3DPlotStyle
Sub style to prepare.
layer  IPlotArea

[Missing <param name="layer"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection.PrepareNewSubStyle(Altaxo.Graph.Graph3D.Plot.Styles.IG3DPlotStyle,Altaxo.Graph.Graph3D.IPlotArea,Altaxo.Graph.Graph3D.Plot.Data.Processed3DPlotData)"]

pdata  Processed3DPlotData

[Missing <param name="pdata"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection.PrepareNewSubStyle(Altaxo.Graph.Graph3D.Plot.Styles.IG3DPlotStyle,Altaxo.Graph.Graph3D.IPlotArea,Altaxo.Graph.Graph3D.Plot.Data.Processed3DPlotData)"]

See Also