Click or drag to resize

ClosedSymbolBase(NamedColor, Boolean) Constructor

Initializes a new instance of the ClosedSymbolBase class.

Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected ClosedSymbolBase(
	NamedColor fillColor,
	bool isFillColorInfluencedByPlotColor
)

Parameters

fillColor  NamedColor
The fill color.
isFillColorInfluencedByPlotColor  Boolean
If set to true, the fill color is influenced by the plot color.
See Also