Click or drag to resize

G2DPlotStyleCollectionPrepareNewSubStyle Method

Prepares a new sub-style so that it can be added consistently to 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 PrepareNewSubStyle(
	IG2DPlotStyle newSubStyle,
	IPlotArea layer,
	Processed2DPlotData pdata
)

Parameters

newSubStyle  IG2DPlotStyle
The new sub-style.
layer  IPlotArea
The plot layer.
pdata  Processed2DPlotData
The processed plot data.
See Also