Click or drag to resize

BarSizePosition3DGroupStyleInitialize Method

Is initialized is called the first time a BarGraphPlotStyle.PrepareStyle was called. The BarGraphPlotStyle has stored two properties relGap and relBound, which are transferred to the group style in this process.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Initialize(
	BarShiftStrategy3D barShiftStrategy,
	int barShiftMaxNumberOfItemsInOneDirection,
	double relInnerGapX,
	double relOuterGapX,
	double relInnerGapY,
	double relOuterGapY
)

Parameters

barShiftStrategy  BarShiftStrategy3D
Strategy how to shift the bars belonging to one group.
barShiftMaxNumberOfItemsInOneDirection  Int32
If barShiftStrategy is set to a manual value, this parameter designates the maximum number of items in one direction. Ignored if bar shift strategy is set to automatic.
relInnerGapX  Double
Gap x between to bars in a group in units of one bar width.
relOuterGapX  Double
Gap x between the items of two groups in units of one bar width.
relInnerGapY  Double
Gap y between to bars in a group in units of one bar width.
relOuterGapY  Double
Gap y between the items of two groups in units of one bar width.
See Also