IShiftLogicalXYZGroupStyleApply(FuncInt32, Double, FuncInt32, Double, FuncInt32, Double) Method | 
            Get the logical shift values applied to the items. Use this function if 
IsConstant returns false.
            
 Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxvoid Apply(
	out Func<int, double> logicalShiftX,
	out Func<int, double> logicalShiftY,
	out Func<int, double> logicalShiftZ
)
Parameters
- logicalShiftX  FuncInt32, Double
 - The function to get the logical shift x applied to the items. Parameter is the original row index of the item.
 - logicalShiftY  FuncInt32, Double
 - The function to get the logical shift y applied to the items. Parameter is the original row index of the item.
 - logicalShiftZ  FuncInt32, Double
 - The function to get the logical shift z applied to the items. Parameter is the original row index of the item.
 
See Also