Click or drag to resize

PlotCommandsPlotStyle_Bar Method

Gets a plot style collection with a bar style.

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

Parameters

context  IReadOnlyPropertyBag
The property context used for style initialization.

Return Value

G2DPlotStyleCollection
A plot style collection containing a bar style.
See Also