Click or drag to resize

Star(NamedColor, Boolean) Constructor

Initializes a new instance of the Star class

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

Parameters

fillColor  NamedColor

[Missing <param name="fillColor"/> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.Star.#ctor(Altaxo.Drawing.NamedColor,System.Boolean)"]

isFillColorInfluencedByPlotColor  Boolean

[Missing <param name="isFillColorInfluencedByPlotColor"/> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.Star.#ctor(Altaxo.Drawing.NamedColor,System.Boolean)"]

See Also