PlotCommandsPlotStyle_LineArea Method |
Gets a plot style collection with a line and an area style.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static G2DPlotStyleCollection PlotStyle_LineArea(
IReadOnlyPropertyBag context
)
Parameters
- context IReadOnlyPropertyBag
- The property context used for style initialization.
Return Value
G2DPlotStyleCollectionA plot style collection containing a line and an area style.
See Also