Click or drag to resize

IShiftLogicalXYGroupStyle Interface

Interface to a group style that needs to shift the items, for example the BarSizePosition3DGroupStyle. The shift is independent of the row index of the underlying data.

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

The IShiftLogicalXYGroupStyle 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) Gets the logical shift values applied to the items. Use this function if IsConstant returns .
Public methodApply(FuncInt32, Double, FuncInt32, Double) Gets the logical shift values applied to the items. Use this function if IsConstant returns .
Top
See Also