Click or drag to resize

IShiftLogicalXYGroupStyleApply(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.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Apply(
	out Func<int, double> logicalShiftX,
	out Func<int, double> logicalShiftY
)

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.
See Also