PlotCommands3DPlotStyle_Bar Method | 
            Creates a plot style collection for a bar graph.
            
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic 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