Click or drag to resize

PlotCommands3DPlotStyle_Bar Method

Creates a plot style collection for a bar graph.

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

Parameters

context  IReadOnlyPropertyBag
The context.
isStacked  Boolean
If set to true, the bar should be stacked.

Return Value

G3DPlotStyleCollection
A plot style collection configured for a bar graph.
See Also