ClosedSymbolBaseWithInset(IScatterSymbolInset) Method |
Returns a copy of this symbol with the specified inset.
Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbolsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ClosedSymbolBase WithInset(
IScatterSymbolInset? inset
)
Parameters
- inset IScatterSymbolInset
- The inset to apply.
Return Value
ClosedSymbolBaseA symbol with the specified inset.
See Also