G2DPlotStyleCollectionPrepareNewSubStyle Method |
Prepares a new sub-style so that it can be added consistently to the collection.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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