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.3179.0 (4.8.3179.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

[Missing <returns> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands3D.PlotStyle_Bar(Altaxo.Main.Properties.IReadOnlyPropertyBag,System.Boolean)"]

See Also