Click or drag to resize

IShiftLogicalXYZGroupStyle Interface

Interface to a group style that needs to shift the items, e.g. the BarSizePosition3DGroupStyle. The shift is independet on the row index of the underlying data.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IShiftLogicalXYZGroupStyle

The IShiftLogicalXYZGroupStyle type exposes the following members.

Properties
 NameDescription
Public propertyIsConstant Gets a value indicating whether the shift is constant, i.e. independent on the row index, or not.
Top
Methods
 NameDescription
Public methodApply(Double, Double, Double) Get the logical shift values applied to the items. Use this function if IsConstant returns true.
Public methodApply(FuncInt32, Double, FuncInt32, Double, FuncInt32, Double) Get the logical shift values applied to the items. Use this function if IsConstant returns false.
Top
See Also