Click or drag to resize

IScatterSymbolWithRelativeStructureWidth Method

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

Namespace: Altaxo.Graph.Graph2D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
IScatterSymbol WithRelativeStructureWidth(
	double relativeStructureWidth
)

Parameters

relativeStructureWidth  Double
The relative width of internal structures.

Return Value

IScatterSymbol
A symbol instance with the specified relative structure width.
See Also