Click or drag to resize

ClosedSymbolBaseWithRelativeStructureWidth Method

Returns a copy of this symbol with the specified relative structure width.

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 WithRelativeStructureWidth(
	double value
)

Parameters

value  Double
The relative width of internal structures.

Return Value

ClosedSymbolBase
The current instance if no change is required; otherwise, a cloned instance with the updated width.
See Also