Click or drag to resize

ClosedSymbolBaseWithInset(IScatterSymbolInset, NullableBoolean) Method

Returns a copy of this symbol with the specified inset and optional plot-color influence for the inset.

Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ClosedSymbolBase WithInset(
	IScatterSymbolInset? inset,
	bool? isInfluencedByPlotColor
)

Parameters

inset  IScatterSymbolInset
The inset to apply.
isInfluencedByPlotColor  NullableBoolean
A value indicating whether the inset color is influenced by the plot color.

Return Value

ClosedSymbolBase
A symbol with the specified inset settings.
See Also