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.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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