Click or drag to resize

ColumnDrivenSymbolSizePlotStyle(ColumnDrivenSymbolSizePlotStyle, Boolean) Constructor

Copy constructor.

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

Parameters

from  ColumnDrivenSymbolSizePlotStyle
Other instance to copy the data from.
copyWithDataReferences  Boolean
If true, data references are copyied from the template style to this style. If false, the data references of this style are left as they are.
See Also