Click or drag to resize

BarSizePosition2DGroupStyleInitialize 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(
	double relInnerGapX,
	double relOuterGapX
)

Parameters

relInnerGapX  Double
Gap between to bars in a group in units of one bar width.
relOuterGapX  Double
Gap between the items of two groups in units of one bar width.
See Also