Click or drag to resize

ClosedSymbolBaseWithFrame(IScatterSymbolFrame) Method

Returns a copy of this symbol with the specified frame.

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 WithFrame(
	IScatterSymbolFrame? frame
)

Parameters

frame  IScatterSymbolFrame
The frame to apply.

Return Value

ClosedSymbolBase
A symbol with the specified frame.
See Also