Click or drag to resize

BarGraphPlotStyle(BarGraphPlotStyle, Boolean) Constructor

Initializes a new instance of the BarGraphPlotStyle class by copying another instance.

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

Parameters

from  BarGraphPlotStyle
The style to copy from.
copyWithDataReferences  Boolean
Unused for this style because it does not own additional data references.
See Also