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.3572.0 (4.8.3572.0)
Syntax
C#
public void PrepareNewSubStyle(
	IG3DPlotStyle newSubStyle,
	IPlotArea layer,
	Processed3DPlotData pdata
)

Parameters

newSubStyle  IG3DPlotStyle
Sub style to prepare.
layer  IPlotArea
The plot layer.
pdata  Processed3DPlotData
The processed plot data.
See Also