ClosedSymbolBaseWithFrame(IScatterSymbolFrame, NullableBoolean) Method |
Returns a copy of this symbol with the specified frame and optional plot-color influence for the frame.
Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbolsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ClosedSymbolBase WithFrame(
IScatterSymbolFrame? frame,
bool? isInfluencedByPlotColor
)
Parameters
- frame IScatterSymbolFrame
- The frame to apply.
- isInfluencedByPlotColor NullableBoolean
- A value indicating whether the frame color is influenced by the plot color.
Return Value
ClosedSymbolBaseA symbol with the specified frame settings.
See Also