IGPlotItemSetPlotStyleFromTemplate Method |
Sets the plot style (or sub plot styles) in this item according to a template provided by the plot item in the template argument.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void SetPlotStyleFromTemplate(
IGPlotItem template,
PlotGroupStrictness strictness
)
Parameters
- template IGPlotItem
- The template item to copy the plot styles from.
- strictness PlotGroupStrictness
- Denotes the strictness the styles are copied from the template. See PlotGroupStrictness for more information.
See Also