BarSizePosition2DGroupStyleApply Method |
Applies the current size and position information.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Apply(
out double relInnerGapX,
out double relOuterGapX,
out double sizeX,
out double posX
)
Parameters
- relInnerGapX Double
- The relative inner gap.
- relOuterGapX Double
- The relative outer gap.
- sizeX Double
- The bar width.
- posX Double
- The bar offset.
See Also