Click or drag to resize

IShiftLogicalXYZGroupStyleApply(Double, Double, Double) Method

Get the logical shift values applied to the items. Use this function if IsConstant returns true.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Apply(
	out double logicalShiftX,
	out double logicalShiftY,
	out double logicalShiftZ
)

Parameters

logicalShiftX  Double
The logical shift x applied to the items.
logicalShiftY  Double
The logical shift y applied to the items.
logicalShiftZ  Double
The logical shift z applied to the items.
See Also