Click or drag to resize

PlotCommands3DPlotStyle_Line_Symbol Method

Creates a 3D line-and-symbol plot style collection.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static G3DPlotStyleCollection PlotStyle_Line_Symbol(
	IReadOnlyPropertyBag context
)

Parameters

context  IReadOnlyPropertyBag
The property context.

Return Value

G3DPlotStyleCollection
The plot style collection.
See Also