BarSizePosition3DGroupStyleApply Method |
Returns the currently prepared bar-shift parameters.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Apply(
out BarShiftStrategy3D barShiftStrategy,
out int barShiftMaxNumberOfItemsInOneDirection,
out double relInnerGapX,
out double relOuterGapX,
out double sizeX,
out double posX,
out double relInnerGapY,
out double relOuterGapY,
out double sizeY,
out double posY
)
Parameters
- barShiftStrategy BarShiftStrategy3D
- The current bar-shift strategy.
- barShiftMaxNumberOfItemsInOneDirection Int32
- The maximum number of items in one direction for manual strategies.
- relInnerGapX Double
- The relative inner gap in x-direction.
- relOuterGapX Double
- The relative outer gap in x-direction.
- sizeX Double
- The prepared bar size in x-direction.
- posX Double
- The prepared bar offset in x-direction.
- relInnerGapY Double
- The relative inner gap in y-direction.
- relOuterGapY Double
- The relative outer gap in y-direction.
- sizeY Double
- The prepared bar size in y-direction.
- posY Double
- The prepared bar offset in y-direction.
See Also