Click or drag to resize

ErrorBarZPlotStyle(ErrorBarPlotStyle, Boolean) Constructor

Initializes a new instance of the ErrorBarZPlotStyle class

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ErrorBarZPlotStyle(
	ErrorBarPlotStyle from,
	bool copyWithDataReferences
)

Parameters

from  ErrorBarPlotStyle

[Missing <param name="from"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.ErrorBarZPlotStyle.#ctor(Altaxo.Graph.Graph3D.Plot.Styles.ErrorBarPlotStyle,System.Boolean)"]

copyWithDataReferences  Boolean

[Missing <param name="copyWithDataReferences"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.ErrorBarZPlotStyle.#ctor(Altaxo.Graph.Graph3D.Plot.Styles.ErrorBarPlotStyle,System.Boolean)"]

See Also