ClosedSymbolBaseWithRelativeStructureWidth Method |
Returns a copy of this symbol with the specified relative structure width.
Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbolsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ClosedSymbolBase WithRelativeStructureWidth(
double value
)
Parameters
- value Double
- The relative width of internal structures.
Return Value
ClosedSymbolBaseThe current instance if no change is required; otherwise, a cloned instance with the updated width.
See Also